object InventorySnapshotQueryResult
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
data | InventorySnapshot | Inventory snapshot returned by this query. |
snapshot | InventorySnapshot | DEPRECATED Use data instead of snapshot Snapshot associated with this inventory snapshot. |
Referenced By
- inventory_snapshot Query
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"data": {id: "SW52ZW50b3J5U25hcHNob3Q6MTIzNA=="},
"snapshot": {id: "SW52ZW50b3J5U25hcHNob3Q6MTIzNA=="}
}