Start an inventory fetch operation

Start a fetch operation with the inventory provider.

Security
Request
Request Body schema: application/json
  • For a full inventory fetch, send no request body
  • For a partial fetch only for the given SKUs, provide an array of skus
  • For a delta fetch only for inventory levels changed since the given date, provide a since_date
One of:

A request to fetch all inventory.

auth
required
object
Responses
200

A completed fetch/push operation with data ready to be consumed.

501

Response when the requested operation is not supported by this Inventory App.

4XX

Any error response.

5XX

Any error response.

post/fetch
Request samples
application/json
{ }
Response samples
application/json
{
  • "status": "READY",
  • "cursor": "cGFnZTozMDo6cGVyX3BhZ2U6NTAw",
  • "message": "Poll immediately at `/fetch/cGFnZTozMDo6cGVyX3BhZ2U6NTAw`."
}