Skip to main content

Add an image to a product

Add an image to a product.

Authorizations:Token, JWT
Query Parameters
product_id
required
integer
Request Body Schema:
positioninteger
altstringAlt text
externalUrlstringURL to the image file which will be downloaded from there
attachmentstringbase64-encoded image
filenamestringImage name with correct extension. Required for 'attachement' field.

Responses

201Product Image resource created
Response schema:
Product Image resource created
idinteger
positioninteger
altstring
urlstring
widthinteger
heightinteger
400Invalid input
401Unauthorized
Response schema:
Unauthorized
typestring
titlestring
detailstring or null
instancestring or null
422Unprocessable entity
500Internal error
Response schema:
Internal error
typestring
titlestring
detailstring or null
instancestring or null