RelatedProductGroup

Type defining the relatedProductGroup container, which contains detailed information on a related product group. Related product groups are tied to the primary product in a product bundle, and there can be multiple related product groups in a product bundle.

Types that use RelatedProductGroup:

Calls that use one or more fields of RelatedProductGroup:

Fields

groupName ( string ) [1]
This value indicates the name of related product group.
See the Field Index to learn which calls use groupName.

rank ( int ) [0..1]
This integer value controls (in request) or indicates (in response) the placement of the related product group in the primary product listing. If the rank value(s) are not specified for related product groups, the placement of the product groups in the primary product listing will coincide with the order in which the related product groups are listed in the createBundles or updateBundles calls.
See the Field Index to learn which calls use rank.

relatedProduct ( RelatedProduct ) [1..14]
Container consisting of detailed information on one product in the related product group. There can be up to 14 products in one related product group.
See the Field Index to learn which calls use relatedProduct.

singleRelatedSKUPurchaseOnly ( boolean ) [0..1]
The seller includes and sets this boolean field to 'true' in createBundles or updateBundles calls if the product group discount only applies to a specific product in the product group. If this boolean field is 'false', it indicates that the buyer can select multiple products within the product group and still be eligibile for the product group discount. For single SKU discounts, radio buttons will appear adjacent to each product of the product group in the primary product listing. For multiple SKU discounts, check boxes (for multiple selections) will appear adjacent to each product of the product group in the primary product listing.

This field is only returned in findBundles and getBundles calls if 'true'.
See the Field Index to learn which calls use singleRelatedSKUPurchaseOnly.

Copyright © 2011–2012 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developer Network and API License Agreement.