object InventorySnapshotQueryResult
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
data | InventorySnapshot | |
snapshot | InventorySnapshot | DEPRECATED Use data instead of snapshot |
Referenced By
- inventory_snapshot Query
Example
{
"request_id": "abc123",
"complexity": 987,
"data": InventorySnapshot,
"snapshot": InventorySnapshot
}