input UpdateCarrierBoxInput

Fields

FieldTypeDescription
box_codeString!
warehouse_idString!
on_handInt

If omitted or null, the current on-hand quantity will be used.

priceDecimal

If omitted or null, the current carrier box price will be used.

Referenced By

Example

{
  "box_code": "abc123",
  "warehouse_id": "abc123",
  "on_hand": 987,
  "price": "abc123"
}