List OrderItems for order
GET/v2/orders/id/:id/items
List OrderItems for order
Request
Path Parameters
Order id
Responses
- 200
- 400
- 500
List OrderItems for order
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
The autoincerment ID for the OrderItem
The ID of the Order the OrderItem belongs to
The UUID for the OrderItem
Possible values: [product
, incentive
, surcharge
, postage
, payment
]
The class of the orderItem. Either product, incentive, surcharge, postage, payment
The productId of the OrderItem
The ID of the parent OrderItem
The quantity of the OrderItem
Possible values: <= 30 characters
The SKU of the product of the OrderItem
Possible values: <= 65536 characters
Remarks by the customer for the OrderItem
Possible values: <= 150 characters
The name of the product of the OrderItem
Possible values: <= 35 characters
The supplier of the product of the OrderItem
Possible values: <= 35 characters
The supplierCode of the product of the OrderItem
Possible values: <= 50 characters
The manufacturer of the product of the OrderItem
Possible values: <= 30 characters
The manufacturerCode of the product of the OrderItem
Possible values: <= 15 characters
The eanCode of the product of the OrderItem
The original price of the OrderItem, before applying any discounts
The calculated price per unit excluding tax
The total price of the OrderItem excluding tax
The calculated price per unit including tax
The total price of the OrderItem including tax
The calculated customerPrice of the OrderItem at the time the order was placed
The cost price of the OrderItem at the time the order was placed
The discount of the OrderItem
The total tax of the OrderItem
The tax percentage of the OrderItem
Possible values: [H
, L
, N
]
The tax code of the OrderItem
Possible values: [Y
, N
]
Is the OrderItem a bonusItem?
The minimum quantity of the product of the OrderItem
The minimum quantity of the product of the OrderItem
The unit of the product of the OrderItem
Possible values: <= 20 characters
The package of the product of the OrderItem
Possible values: <= 20 characters
The package unit of the product of the OrderItem
Possible values: <= 20 characters
The package unit quantity of the product of the OrderItem
The purchase unit of the product of the OrderItem
The purchase minimum quantity of the product of the OrderItem
The requested delivery date for this orderline
[
{
"id": 4242,
"orderId": 0,
"uuid": "0190fdc1-0153-70b8-8ad3-9d7204270060",
"class": "product",
"productId": 4242,
"parentOrderItemId": 8282,
"quantity": 42,
"sku": "SKU-24242",
"notes": "This is a great product!",
"name": "My Product Name",
"supplier": "My Supplier",
"supplierCode": "SUP-4242",
"manufacturer": "My Manufacturer",
"manufacturerCode": "MAN-4242",
"eanCode": "EAN-4242",
"originalPrice": 3.14159,
"price": 3.14159,
"priceTotal": 3.14159,
"priceNet": 3.14159,
"priceTotalNet": 3.14159,
"customerPrice": 3.14159,
"costPrice": 3.14159,
"discount": 0,
"tax": 0,
"taxPercentage": 21,
"taxCode": "H",
"isBonus": "Y",
"minimumQuantity": 8,
"unit": 8,
"package": "My Package",
"packageUnit": "My Package Unit",
"packageUnitQuantity": "69",
"purchaseUnit": 8,
"purchaseMinimumQuantity": 8,
"requestDate": "2023-05-23T18:25:43.511Z"
}
]
Bad request
List OrderItems for order error