List Order Products

Retrieves product details of a specific order based on the `bcOrderId` provided. The `bcOrderId` parameter must include a valid BigCommerce Order ID (**not** the B2B Edition order ID returned in certain Orders endpoints) for the request to be successful. This does not include all product information, such as pricing and physical dimensions. You can retrieve this information by using the [List Order Products](/developer/api-reference/rest/admin/management/orders/order-products#list-order-products) endpoint of the BigCommerce Orders API.

Authentication

X-Store-Hashstring
### Authentication header | Header | Argument | Description | |:-------|:---------|:------------| | `X-Store-Hash` | `store_hash` | The unique store hash associated with a BigCommerce store that has B2B Edition enabled. |

Path parameters

bcOrderIdintegerRequired
The BigCommerce order ID.

Response

OK
codeinteger
HTTP Response Code
datalist of objects
messagestringDefaults to SUCCESS

Errors

404
Not Found Error