object InventorySyncBatchesQueryResult
Fields
| Field | Type | Description | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request_id | String | Public API request ID that identifies the related record. | ||||||||||||||||||||||||||||||
complexity | Int | Complexity as a numeric value. | ||||||||||||||||||||||||||||||
data | InventorySyncStatusConnection | Paginated inventory sync batches returned by this query. | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
Referenced By
- inventory_sync_statuses Query
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"data": [{id: "SW52ZW50b3J5U3luY1N0YXR1czoxMjM0"}]
}