input UpdateCustomBoxInput

Fields

FieldTypeDescription
custom_box_idString!
nameString

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

barcodeString

If omitted or null, the current barcode will be used.

warehouse_idString

If omitted or null, the current warehouse will be used.

on_handInt

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

priceDecimal

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

activeBoolean

If omitted or null, the current active state will be used.

dimensionsDimensionsInput

If omitted or null, the current dimensions will be used.

packaging_typeString

The packaging type for the custom box, for example BOX or MAILER. If omitted or null, the current packaging type will be used.

Referenced By

Example

{
  "custom_box_id": "abc123",
  "name": "abc123",
  "barcode": "abc123",
  "warehouse_id": "abc123",
  "on_hand": 987,
  "price": "abc123",
  "active": true,
  "dimensions": DimensionsInput,
  "packaging_type": "abc123"
}