Subscribe to the Store events
Add subscription for a store events
- application/json
Request Body
- callbackUrl uri required
This URL will be called by the server when the desired event will occur
- eventName string required
Possible values: [
orderInProgress
,orderShipped
,orderDelivered
]Event name for the subscription
Responses
- 201
Subscription added
- application/json
- Schema
- Example (from schema)
Schema
- subscriptionId string
{
"subscriptionId": "AAA-123-BBB-456"
}
Loading...