Overview
Deletes upsell relationships between a single parent item and a list of child items.
Request
| Field Name |
Data Type |
Description |
| accountID |
string |
A unique identifier representing the ChannelAdvisor account you wish to access. |
| parentSKU |
string |
Identifies the parent item. |
childSKUList |
string[] |
A list of identifiers of child items. |
Response
| Field Name |
Data Type |
Description |
| DeleteUpsellRelationshipResult |
APIResult<bool[]> |
This method returns a type named APIResultOfArrayOfBoolean. See more information on APIResult.The success or failure of this method will be contained in the ResultData field. |
References