object ShippingPlanPackage

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

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

box_numberString

Box number for this shipping plan package.

line_itemsShippingPlanPackageLineItemConnection

List of line items associated with this shipping plan package.

ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo

Referenced By

Example

{
  "id": "UmVjb3JkOjEyMzQ=",
  "legacy_id": 1234,
  "box_number": "BOX-1",
  "line_items": [{sku: "BLUE-TEE-M", quantity: 2}]
}