Fetch Stock
GET the_url_of_the_fulfillmentService/fetch_stock?sku=10551
You will receive a request from shopify every 10-5 min or whenever a store asigns an item to your location.
You have to return a response payload following the examples.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
sku | number | This SKU is the one you have related to the product in your system (optional) |
RESPONSES
status: OK
{"10551":10,"10552":10,"10553":10}