object ShippingPlanPackage
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. | ||||||||||||||||||||||||||||||
box_number | String | Box number for this shipping plan package. | ||||||||||||||||||||||||||||||
line_items | ShippingPlanPackageLineItemConnection | List of line items associated with this shipping plan package. | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
Referenced By
Example
{
"id": "UmVjb3JkOjEyMzQ=",
"legacy_id": 1234,
"box_number": "BOX-1",
"line_items": [{sku: "BLUE-TEE-M", quantity: 2}]
}