input UpdatePurchaseOrderLineItemInput

Fields

FieldTypeDescription
skuString!

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

quantityInt

Quantity as a whole-unit count.

quantity_receivedInt

Quantity received as a whole-unit count.

quantity_rejectedInt

Quantity rejected as a whole-unit count.

sell_aheadInt

Quantity allowed to sell ahead of receipt for this purchase order line item.

priceString

Customer-facing charge amount as a decimal monetary value in the order currency; distinct from value/customs_value used for declared value.

noteString

Human-readable note for this purchase order line item.

Referenced By

Example

{
  "sku": "BLUE-TEE-M",
  "quantity": 2,
  "quantity_received": 2,
  "quantity_rejected": 2,
  "sell_ahead": 2,
  "price": "19.99",
  "note": "Customer requested expedited handling."
}