object ShippingPlanPackageLineItem

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

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

skuString

SKU. SKU matching is case-insensitive and ignores surrounding whitespace.

quantityInt

Quantity as a whole-unit count.

created_atISODateTime

Created at as an ISO-8601 datetime, returned in UTC unless otherwise noted.

productProduct

Product associated with this shipping plan package line item.

Referenced By

Example

{
  "id": "UmVjb3JkOjEyMzQ=",
  "legacy_id": 1234,
  "sku": "BLUE-TEE-M",
  "quantity": 2,
  "created_at": "2026-07-09T15:30:00Z",
  "product": {sku: "BLUE-TEE-M", quantity: 2}
}