input LineItemInput

Fields

FieldTypeDescription
product_nameString!

Product name for this line item.

skuString!

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

quantityInt!

Quantity as a whole-unit count.

Referenced By

Example

{
  "product_name": "Blue Tee",
  "sku": "BLUE-TEE-M",
  "quantity": 2
}