DELETE api/store/{storeID}/product/{id}/image/{position}
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.