input UpdateCarrierBoxInput
Fields
| Field | Type | Description |
|---|---|---|
box_code | String! | |
warehouse_id | String! | |
on_hand | Int | If omitted or null, the current on-hand quantity will be used. |
price | Decimal | If omitted or null, the current carrier box price will be used. |
Referenced By
- carrier_box_update Mutation
Example
{
"box_code": "abc123",
"warehouse_id": "abc123",
"on_hand": 987,
"price": "abc123"
}