object ProductOrderDetail

Fields

FieldTypeDescription
line_item_idInt

Line item ID

order_idInt

The Order ID

order_dateString

The Order date

order_numberString

The Order number

shop_nameString

The Order's shop name

quantityInt

The amount of the order for this particular item

quantity_shippedInt

The amount of this particular item that has already been shipped

quantity_allocatedInt

the amount of this item currently allocated for this order

backorder_quantityInt

The amount of this particular item that's backoreded for this order

Referenced By

Example

{
  "line_item_id": 987,
  "order_id": 987,
  "order_date": "abc123",
  "order_number": "abc123",
  "shop_name": "abc123",
  "quantity": 987,
  "quantity_shipped": 987,
  "quantity_allocated": 987,
  "backorder_quantity": 987
}