object InventorySyncItemStatus
Fields
| Field | Type | Description |
|---|---|---|
id | String | Public API ID for this inventory sync item status. |
row | Int | Row as a numeric value. |
sku | String | SKU. SKU matching is case-insensitive and ignores surrounding whitespace. |
quantity | Int | Quantity as a whole-unit count. |
action | String | Action for this inventory sync item status. |
reason | String | Human-readable reason for this inventory sync item status. |
location | String | Location for this inventory sync item status. |
status | String | Current status; use the API status values returned by this field when filtering or updating. |
error | String | Error message returned when the operation cannot complete. |
created_at | ISODateTime | Created at as an ISO-8601 datetime, returned in UTC unless otherwise noted. |
updated_at | ISODateTime | 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"
}