Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_GetPromotionRulesRequestType.h
Trading_GetPromotionRulesRequestType.m

Overview

No longer recommended. eBay Store Cross Promotions are no
longer supported in the Trading API. Retrieves all promotion rules associated with the specified item or store category.

@ingroup EBayAPIInterface

Tasks

  •   itemID

    The unique ID of the item for which to retrieve promotion rules.
    Mutually exclusive with StoreCategoryID.

    property
  •   storeCategoryID

    The unique ID of the store category for which to retrieve promotion rules.
    Mutually exclusive with ItemID.

    property
  •   promotionMethod

    The type of promotion. (CrossSell: items that are related to or
    useful in combination with this item. UpSell: items that are more
    expensive than or of higher quality than this item.)

    property

Properties

itemID

The unique ID of the item for which to retrieve promotion rules.
Mutually exclusive with StoreCategoryID.

@property (nonatomic, retain) NSString *itemID

Discussion

The unique ID of the item for which to retrieve promotion rules.
Mutually exclusive with StoreCategoryID.

type : NSString, wrapper for primitive string

Declared In

Trading_GetPromotionRulesRequestType.h

promotionMethod

The type of promotion. (CrossSell: items that are related to or
useful in combination with this item. UpSell: items that are more
expensive than or of higher quality than this item.)

@property (nonatomic, retain) NSString *promotionMethod

Discussion

The type of promotion. (CrossSell: items that are related to or
useful in combination with this item. UpSell: items that are more
expensive than or of higher quality than this item.)

type: string constant in Trading_PromotionMethodCodeType.h

Declared In

Trading_GetPromotionRulesRequestType.h

storeCategoryID

The unique ID of the store category for which to retrieve promotion rules.
Mutually exclusive with ItemID.

@property (nonatomic, retain) NSNumber *storeCategoryID

Discussion

The unique ID of the store category for which to retrieve promotion rules.
Mutually exclusive with ItemID.

type : NSNumber, wrapper for primitive long

Declared In

Trading_GetPromotionRulesRequestType.h