object InventorySyncItemStatus
Fields
| Field | Type | Description |
|---|---|---|
id | String | |
row | Int | |
sku | String | |
quantity | Int | |
action | String | |
reason | String | |
location | String | |
status | String | |
error | String | |
created_at | ISODateTime | |
updated_at | ISODateTime |
Referenced By
Example
{
"id": "abc123",
"row": 987,
"sku": "abc123",
"quantity": 987,
"action": "abc123",
"reason": "abc123",
"location": "abc123",
"status": "abc123",
"error": "abc123",
"created_at": "abc123",
"updated_at": "abc123"
}