object CarrierBox

Fields

FieldTypeDescription
account_idString

Public API account ID that identifies the related record.

box_codeString

Carrier box code used to identify this package type.

warehouse_identifierString

Warehouse display identifier, usually Primary or Secondary. Use warehouse_id for the public API warehouse ID.

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

On hand as a whole-unit count.

activeBoolean

Whether this carrier box is active and available for use.

priceDecimal

Customer-facing charge amount as a decimal monetary value in the order currency; distinct from value/customs_value used for declared value.

carrierString

Carrier name or carrier code used for shipping.

carrier_codeString

Carrier code for this carrier box.

nameString

Human-readable name for this carrier box.

areaDecimal

Monetary amount as a decimal value in the record currency; not cents.

dimensionsDimensions

Package or item dimensions. Length, width, and height are in inches unless account or carrier configuration specifies another unit.

internationalBoolean

Whether this carrier box supports international shipments.

barcodeString

Barcode value for the carrier box.

Referenced By

Example

{
  "account_id": "Q2FycmllckJveDoxMjM0",
  "box_code": "STANDARD",
  "warehouse_identifier": "Primary Warehouse",
  "warehouse_id": "Q2FycmllckJveDoxMjM0",
  "on_hand": 2,
  "active": true,
  "price": 19.99,
  "carrier": "ups",
  "carrier_code": "ups",
  "name": "UPS Medium Box",
  "area": 96.0,
  "dimensions": {length: 12.5, width: 8.0, height: 4.0},
  "international": true,
  "barcode": "012345678905"
}