object LineItem

Fields

FieldTypeDescription
idString
legacy_idInt
skuString
partner_line_item_idString
product_idStringDEPRECATED Products should be referenced by sku
quantityInt
priceString
product_nameString
option_titleString
fulfillment_statusString
quantity_pending_fulfillmentInt
quantity_shippedInt
warehouseString
quantity_allocatedInt
backorder_quantityInt
custom_optionsGenericScalar
custom_barcodeString
eligible_for_returnBoolean
customs_valueString
warehouse_idStringDEPRECATED Use order allocations instead
locked_to_warehouse_idString

This field was deprecated on accounts with Multi Warehouse Allocation rules

subtotalString
barcodeString
created_atISODateTime
updated_atISODateTime
order_idString
shipped_line_item_lots[ShippedLineItemLot]
serial_numbers[LineItemSerialNumber]
promotion_discountString
productProduct
tote_picks[TotePick]

Referenced By

Example

{
  "id": "abc123",
  "legacy_id": 987,
  "sku": "abc123",
  "partner_line_item_id": "abc123",
  "product_id": "abc123",
  "quantity": 987,
  "price": "abc123",
  "product_name": "abc123",
  "option_title": "abc123",
  "fulfillment_status": "abc123",
  "quantity_pending_fulfillment": 987,
  "quantity_shipped": 987,
  "warehouse": "abc123",
  "quantity_allocated": 987,
  "backorder_quantity": 987,
  "custom_options": "abc123",
  "custom_barcode": "abc123",
  "eligible_for_return": true,
  "customs_value": "abc123",
  "warehouse_id": "abc123",
  "locked_to_warehouse_id": "abc123",
  "subtotal": "abc123",
  "barcode": "abc123",
  "created_at": "abc123",
  "updated_at": "abc123",
  "order_id": "abc123",
  "shipped_line_item_lots": ShippedLineItemLot,
  "serial_numbers": LineItemSerialNumber,
  "promotion_discount": "abc123",
  "product": Product,
  "tote_picks": TotePick
}