object InventorySyncItemStatus

Fields

FieldTypeDescription
idString

Public API ID for this inventory sync item status.

rowInt

Row as a numeric value.

skuString

SKU. SKU matching is case-insensitive and ignores surrounding whitespace.

quantityInt

Quantity as a whole-unit count.

actionString

Action for this inventory sync item status.

reasonString

Human-readable reason for this inventory sync item status.

locationString

Location for this inventory sync item status.

statusString

Current status; use the API status values returned by this field when filtering or updating.

errorString

Error message returned when the operation cannot complete.

created_atISODateTime

Created at as an ISO-8601 datetime, returned in UTC unless otherwise noted.

updated_atISODateTime

Updated at as an ISO-8601 datetime, returned in UTC unless otherwise noted.

Referenced By

Example

{
  "id": "SW52ZW50b3J5U3luY0l0ZW1TdGF0dXM6MTIzNA==",
  "row": 1,
  "sku": "BLUE-TEE-M",
  "quantity": 2,
  "action": "pending",
  "reason": "pending",
  "location": "pending",
  "status": "pending",
  "error": "Customer requested expedited handling.",
  "created_at": "2026-07-09T15:30:00Z",
  "updated_at": "2026-07-09T15:30:00Z"
}