Skip to content

Get a list of pre-order items based on the pre-order item Id and quotation id

get
https://api.mercadoe.com/v1/pre-orders/{preOrderItemId}/items/{quotationId}/quotation

Get a list of all items assigned to a specific pre-order.

Request

Path Parameters

preOrderItemId
int32
required
the pre order id
quotationId
int32
required
the quotation id

Query Parameters

pageNumber
int32
the page number must be an integer greater than or equal to 1
default: 1
pageSize
int32
the page size must be an integer greater than or equal to 1
default: 10

Responses

200
404
OK

Body

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