object InventorySyncStatus

Fields

FieldTypeDescription
idString

Public API ID for this inventory sync status.

urlString

URL for the URL resource.

user_idString

Public API user ID that identifies the related record.

account_idString

Public API account ID that identifies the related record.

warehouse_idString

Public API warehouse ID. Use this when passing or filtering by a warehouse; warehouse fields are display values or nested objects.

customer_account_idString

3PL child/customer account ID this record belongs to; omit on inputs to use the authenticated account.

total_countInt

Total count as a numeric value.

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.

success_countInt

Success count as a numeric value.

error_countInt

Error count as a numeric value.

finished_countInt

Finished count as a numeric value.

Referenced By

Example

{
  "id": "SW52ZW50b3J5U3luY1N0YXR1czoxMjM0",
  "url": "https://example.com/resource",
  "user_id": "SW52ZW50b3J5U3luY1N0YXR1czoxMjM0",
  "account_id": "SW52ZW50b3J5U3luY1N0YXR1czoxMjM0",
  "warehouse_id": "SW52ZW50b3J5U3luY1N0YXR1czoxMjM0",
  "customer_account_id": "SW52ZW50b3J5U3luY1N0YXR1czoxMjM0",
  "total_count": 100,
  "status": "pending",
  "error": "Customer requested expedited handling.",
  "created_at": "2026-07-09T15:30:00Z",
  "updated_at": "2026-07-09T15:30:00Z",
  "success_count": 2,
  "error_count": 2,
  "finished_count": 2
}