Restock Event Properties

topic
string

Value is always restock for the label event

trigger
enum<string>

Event that triggered the webhook

id
string

Loop return ID

order_id
string

Loop order ID

provider_order_id
integer

Shopify order ID

restock_items
array<object>

Example payload

{
  "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"
    }
  ]
}