# Subscribe to the Store events Add subscription for a store events Endpoint: POST /store/subscribe Version: 1.0.0 Security: ## Request fields (application/json): - `callbackUrl` (string, required) This URL will be called by the server when the desired event will occur Example: "https://myserver.com/send/callback/here" - `eventName` (string, required) Event name for the subscription Enum: "orderInProgress", "orderShipped", "orderDelivered" ## Response 201 fields (application/json): - `subscriptionId` (string) Example: "AAA-123-BBB-456"