object ShippingPlanPallet

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

Numeric legacy ID for this identifiable; use only where legacy IDs are required.

kindString

Kind for this shipping plan pallet.

quantityInt

Quantity as a whole-unit count.

floor_loadedBoolean

Whether this pallet is floor loaded instead of palletized.

page_sizeString

Page size for this shipping plan pallet.

Referenced By

Example

{
  "id": "UmVjb3JkOjEyMzQ=",
  "legacy_id": 1234,
  "kind": "ltl",
  "quantity": 2,
  "floor_loaded": true,
  "page_size": "4x6"
}