object ShippingPlanPackageLineItem
Fields
| Field | Type | Description |
|---|---|---|
id | String | Public API ID for this identifiable. |
legacy_id | BigInt | Numeric legacy ID for this identifiable; use only where legacy IDs are required. |
sku | String | SKU. SKU matching is case-insensitive and ignores surrounding whitespace. |
quantity | Int | Quantity as a whole-unit count. |
created_at | ISODateTime | Created at as an ISO-8601 datetime, returned in UTC unless otherwise noted. |
product | Product | 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}
}