Stock Subscription (4.5)
Download OpenAPI specification:Download
Endpoints used for Back in Stock notifications for Consumer App
Response samples
- 200
- 500
Content type
application/json
{- "stock_subscriptions": [
- {
- "count": 3,
- "country": "NL",
- "product_id": "1234_AB-S"
}, - {
- "count": 1,
- "country": "BE",
- "product_id": "1234_AB-S"
}, - {
- "count": 2,
- "country": "NL",
- "product_id": "9876_CD-M"
}
]
}