Get the primary product picture based on the product ID
get
https://api.mercadoe.com/v1/products/{productId}/pictures/primary
Get information about the primary product picture with the given productId.
Request
Path Parameters
productId
int32
required
the product id
Responses
200
404
OK
Body
application/json
tenantId
int32
A unique identifier or alias for the requesting tenant.
productId
int32
ME product Id
pictureId
int32
Product picture Id
isPrimaryPicture
boolean | null
If this is true, the picture is set as the primary picture.
createdAt
date-time | null
Date when the picture was added.
updatedAt
date-time | null
Date when the picture was updated.