object InventorySyncBatchQueryResult
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
data | InventorySyncStatus |
Referenced By
- inventory_sync_status Query
Example
{
"request_id": "abc123",
"complexity": 987,
"data": InventorySyncStatus
}