InventoryProducts

Get the details of an inventory queued job

Returns the status and output of an inventory background job that was previously kicked off via a queue-issuing endpoint (e.g. stock-on-hand or stock-adjustment exports, stock-take posting). Poll this endpoint until status transitions to complete or failed; output then contains the per-job result envelope.

get/inventory/queued-jobs/{queuedJobId}

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

No recorded changes to this endpoint across all 1 revision of this API.