/products/{product_id}/images
POST {{baseUrl}}/products/:product_id/images
Creates a new product image
Request Body
{"image"=>"<string>", "imageName"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"id":"\u003cinteger\u003e","sortOrder":"\u003cinteger\u003e","url":"\u003cstring\u003e","description":"\u003cstring\u003e"}