Skip to content

Get attachment identifiers linked to the product

get
https://api.mercadoe.com/v1/products/{productId}/attachments

Returns a paginated list of attachment ids for the given product.

Request

Path Parameters

productId
int32
required
the product 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
400
404
OK

Body

application/json
data
array of object
hits
int32 | null
next
string | null
productId
int32
Product identifier sent in the route path.
Credentials
shell