Skip to content

Get the attachment ids linked to a pre-order item

get
https://api.mercadoe.com/v1/pre-orders/{preOrderId}/items/{itemId}/attachments

Get the attachment ids of a specific pre-order with the given preOrderId.

Request

Path Parameters

preOrderId
int32
required
The pre-order id
itemId
int32
required
The pre-order item id

Query Parameters

pageNumber
int32
The page number must be an integer greater than or equal to 1. Default is 1.
default: 1
pageSize
int32
The page size must be an integer greater than or equal to 1. Default is 10.
default: 10

Responses

200
404
500
OK

Body

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