Get attachment identifiers linked to the product
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:
1pageSize
int32
the page size must be an integer greater than or equal to 1
default:
10Responses
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.