input UpdateCarrierBoxInput

Fields

FieldTypeDescription
box_codeString!

Carrier box code used to identify this package type.

warehouse_idString!

Public API warehouse ID. Use this when passing or filtering by a warehouse; warehouse fields are display values or nested objects.

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": "STANDARD",
  "warehouse_id": "V2FyZWhvdXNlOjEyMzQ=",
  "on_hand": 2,
  "price": 19.99
}