DELETE Catalog/RemoveBoundProduct
Removes a boundProduct
Request Information
URI Parameters
None.
Body Parameters
BoundProductBinding| Name | Description | Type | Additional information |
|---|---|---|---|
| BoundID | integer |
None. |
|
| ProductID | integer |
None. |
|
| TypeID | integer |
None. |
|
| SortOrder | integer |
None. |
|
| Lang | string |
None. |
|
| StoreID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BoundID": 1,
"ProductID": 2,
"TypeID": 3,
"SortOrder": 4,
"Lang": "sample string 5",
"StoreID": 6
}
application/xml, text/xml
Sample:
<BoundProductBinding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Binding.Catalog"> <Lang xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">sample string 5</Lang> <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">6</StoreID> <BoundID>1</BoundID> <ProductID>2</ProductID> <SortOrder>4</SortOrder> <TypeID>3</TypeID> </BoundProductBinding>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.