Reports

Queue an export of inventory IDs

This endpoint queues an export of the inventory IDs report.

get/inventory/inventory-ids/queue

Query parameters

site_idstring uuid required

Filter stock on hand by site.

Response

The job was successfully queued

Example response

{
  "data": {
    "created_at": "2023-11-07T00:00:00+00:00",
    "updated_at": "2023-11-07T01:00:00+00:00"
  }
}

Changes