input PackageInput
Fields
| Field | Type | Description |
|---|---|---|
line_items | [PackageLineItemInput]! | List of line items associated with this package. |
Referenced By
Example
{
"line_items": [[{sku: "BLUE-TEE-M", quantity: 2}]]
}| Field | Type | Description |
|---|---|---|
line_items | [PackageLineItemInput]! | List of line items associated with this package. |
{
"line_items": [[{sku: "BLUE-TEE-M", quantity: 2}]]
}