Add an image to a product
Add an image to a product.
Authorizations:Token
Query Parameters
product_id required | integer |
Request Body Schema:
position | integer |
alt | stringAlt text |
externalUrl | stringURL to the image file which will be downloaded from there |
attachment | stringbase64-encoded image |
filename | stringImage name with correct extension. Required for 'attachement' field. |
Responses
201Product Image resource created
Response schema:
Product Image resource created id | integer |
position | integer |
alt | string |
url | string |
width | integer |
height | integer |
400Invalid input
422Unprocessable entity