input PackageInput

Fields

FieldTypeDescription
line_items[PackageLineItemInput]!

List of line items associated with this package.

Referenced By

Example

{
  "line_items": [[{sku: "BLUE-TEE-M", quantity: 2}]]
}