Skip to content

Get attributes for all items of an order.

get
https://api.mercadoe.com/v1/orders/{orderId}/items/attributes

Returns a flat list of order item attributes across all lines of the purchase order, with optional paging.

Request

Path Parameters

orderId
int32
required
the order id

Query Parameters

pageNumber
int32
optional page number (defaults to 1)
pageSize
int32
optional page size (defaults to 200)

Responses

200
400
404
OK

Body

application/json
data
array of object
hits
int32 | null
next
string | null
Credentials
shell