DELETE api/product/{id}/image/{position}?storeID={storeID}
Save product image
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Product identifier |
globally unique identifier |
Required |
| position |
Image Position |
integer |
Required |
| storeID |
Store identifier |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Product images for product
None.