Get the deliveries of a prorated item based on its orderId and itemNumber
get
https://api.mercadoe.com/v1/orders/supplier-orders/{orderId}/items/{itemNumber}/deliveries
Get information about the deliveries of a prorated item by informing the orderId
and itemNumber
.
Request
Path Parameters
orderId
int32
required
the order id
itemNumber
int32
required
the item number
Query Parameters
pageNumber
int32
default:
1
pageSize
int32
default:
100
Responses
200
404
OK
Body
application/json
data
array of object
hits
int32 | null
next
string | null