RelatedProduct

Type defining the relatedProduct container, which contains detailed information on a single product within a product group. There can be up to 14 products within one related product group.

Types that use RelatedProduct:

Calls that use one or more fields of RelatedProduct:

Fields

discount ( Discount ) [1]
Container consisting of discount type and discount amount (fixed or percentage value) that the buyer will receive on a specific related product if that buyer purchases the primary product.
See the Field Index to learn which calls use discount.

maxQtyForSinglePrimary ( int ) [0..1]
The seller includes this field in createBundles or updateBundles calls to set an upper threshold value on the quantity of a specific related product that a single buyer may purchase and still be eligible for the product group discount.

This field is only returned in findBundles and getBundles calls if set for the specific product.
See the Field Index to learn which calls use maxQtyForSinglePrimary.

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

SKU ( string ) [0..1]
This value indicates the seller-defined SKU (Stock Keeping Unit) for a specific product in the related product group. To identify a product, either a SKU value, a title value, or both values must be specified in the createBundles and updateBundles calls.
See the Field Index to learn which calls use SKU.

title ( string ) [0..1]
This value indicates the product title for a specific product in the related product group. To identify a product, either a SKU value, a title value, or both values must be specified in the createBundles and updateBundles calls.
See the Field Index to learn which calls use title.

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.