object UpdateInventoryOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
warehouse_product | WarehouseProduct | Warehouse product associated with this inventory. |
Referenced By
- inventory_add Mutation
- inventory_remove Mutation
- inventory_replace Mutation
- inventory_subtract Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"warehouse_product": {sku: "BLUE-TEE-M", name: "Blue Tee"}
}