Subscribe to webhooks
Subscribe to events via webhooks for a retailer.
Documentation Index
Fetch the complete documentation index at: https://developer.fabric.inc/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique retailer ID. In the Dropship UI this is called the Merchant ID. To find your Merchant ID, click your merchant name in the top nav.
1001
Body
Webhook subscription payload
Unique identifier for the subscription
11011
Webhook listener endpoint
"https://webhook.example.com/notify"
The event to subscribe to (e.g., order.created)
"order.created"
Whether the subscription is currently active
true
Response
Webhook subscription created
Webhook subscription payload
Unique identifier for the subscription
11011
Webhook listener endpoint
"https://webhook.example.com/notify"
The event to subscribe to (e.g., order.created)
"order.created"
Whether the subscription is currently active
true
