object UpdateInventoryOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
warehouse_product | WarehouseProduct |
Referenced By
- inventory_add Mutation
- inventory_remove Mutation
- inventory_replace Mutation
- inventory_subtract Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"warehouse_product": WarehouseProduct
}