object InventorySnapshotOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
snapshot | InventorySnapshot | Snapshot associated with this inventory snapshot. |
Referenced By
- inventory_abort_snapshot Mutation
- inventory_generate_snapshot Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"snapshot": {id: "SW52ZW50b3J5U25hcHNob3Q6MTIzNA=="}
}