Overview
Retrieve the child items assigned to upsell relationships with a given list of parent items.
Request
| Field Name |
Data Type |
Description |
| accountID |
string |
A unique identifier representing the ChannelAdvisor account you wish to access. |
| parentSKUList |
string[] |
A list of identifiers of inventory items. |
Response
| Field Name |
Data Type |
Description |
| GetUpsellRelationshipResult |
APIResult<InventoryUpsellInfoResponse[]> |
This method returns a type named APIResultOfArrayOfInventoryUpsellInfoResponse. See more information on APIResult. The upsell relationship details returned by this method will be contained in the ResultData field. |
References