object InventorySnapshotOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
snapshot | InventorySnapshot |
Referenced By
- inventory_abort_snapshot Mutation
- inventory_generate_snapshot Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"snapshot": InventorySnapshot
}