WEBHOOK
Restocking
{
  "topic": "restock",
  "trigger": "restock.requested",
  "id": 12345,
  "order_id": 1234567890,
  "provider_order_id": 1029384756,
  "restock_items": [
    {
      "location_id": 10123456789,
      "variant_id": 459875465,
      "inventory_item_id": 10987654321,
      "available_adjustment": 1,
      "inventory_management": "shopify"
    }
  ]
}

Body

application/json
topic
string

Webhook type

Example:

"restock"

trigger
string

Event that triggered the webhook (created, updated, requested, closed)

Example:

"restock.requested"

id
integer

Loop return ID.

Example:

12345

order_id
integer

Loop order ID

Example:

1234567890

provider_order_id
integer

Shopify order ID

Example:

1029384756

restock_items
object[]

Response

200

Return a 200 status to indicate that the data was received successfully