Start an inventory push operation

Start a push operation with the inventory provider.

Security
Request
Request Body schema: application/json
required
Array of objects (InventoryPushItem)
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/push
Request samples
application/json
{
  • "items": [
    ],
  • "auth": { }
}
Response samples
application/json
{
  • "status": "READY",
  • "cursor": "cGFnZTozMDo6cGVyX3BhZ2U6NTAw",
  • "message": "Poll immediately at `/fetch/cGFnZTozMDo6cGVyX3BhZ2U6NTAw`."
}