DELETE api/store/{storeID}/priceGroup/{id}/product/{guid}
Removes a product from a specified price group
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
storeID |
Store for product to be removed from price group at |
integer |
Required |
id |
Identifier of price group to be removed from |
globally unique identifier |
Required |
guid |
Identifier of product to be removed |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
None.