object InventorySyncBatchesQueryResult
Fields
| Field | Type | Description | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request_id | String | |||||||||||||||||||||||||||||||
complexity | Int | |||||||||||||||||||||||||||||||
data | InventorySyncStatusConnection | |||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
Referenced By
- inventory_sync_statuses Query
Example
{
"request_id": "abc123",
"complexity": 987,
"data": InventorySyncStatusConnection
}