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

Overview

Creates or modifies a promotional sale. Promotional sales enable sellers
to apply discounts and/or free shipping across many listings.

@ingroup EBayAPIInterface

Tasks

  •   action

    The seller must include this field and set it to ‘Add’ to create a new
    promotional sale, or set it to ‘Update’ to modify an existing promotional sale,
    or set it to ‘Delete’ to delete a promotional sale.

    property
  •   promotionalSaleDetails

    This container must be included in each SetPromotionalSale call.
    The fields of this container that will be used will depend on whether the seller is
    adding a new promotional sale, updating an existing promotional sale, or deleting an
    existing promotional sale.

    property

Properties

action

The seller must include this field and set it to ‘Add’ to create a new
promotional sale, or set it to ‘Update’ to modify an existing promotional sale,
or set it to ‘Delete’ to delete a promotional sale.

@property (nonatomic, retain) NSString *action

Discussion

The seller must include this field and set it to ‘Add’ to create a new
promotional sale, or set it to ‘Update’ to modify an existing promotional sale,
or set it to ‘Delete’ to delete a promotional sale.

type: string constant in Trading_ModifyActionCodeType.h

Declared In

Trading_SetPromotionalSaleRequestType.h

promotionalSaleDetails

This container must be included in each SetPromotionalSale call.
The fields of this container that will be used will depend on whether the seller is
adding a new promotional sale, updating an existing promotional sale, or deleting an
existing promotional sale.

@property (nonatomic, retain) Trading_PromotionalSaleType *promotionalSaleDetails

Discussion

This container must be included in each SetPromotionalSale call.
The fields of this container that will be used will depend on whether the seller is
adding a new promotional sale, updating an existing promotional sale, or deleting an
existing promotional sale.

type : class Trading_PromotionalSaleType

Declared In

Trading_SetPromotionalSaleRequestType.h