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

Overview

Retrieves information about promotional sales set up by an eBay store owner
(the authenticated caller).

@ingroup EBayAPIInterface

Tasks

  •   promotionalSaleID

    The ID of the promotional sale about which you want information. If you do
    not specify this field, then all promotional sales for the seller making
    the call are returned or only those promotional sales matching the
    specified promotional sale status filter, PromotionalSaleStatus.



    If PromotionalSaleID and PromotionalSaleStatus are both specified, the
    single promotional sale specified by ID is returned only if its status
    matches the specified status filter.

    property
  •   promotionalSaleStatus

    Specifies the promotional sales to return, based upon their status. For
    example, specify “Scheduled” to retrieve only promotional sales with a
    Status of Scheduled. If you want to retrieve promotional sales for more
    than one status, you can repeat the field with an additional status value,
    such as Active.



    If this field is used together with PromotionalSaleID, the single
    promotional sale specified by ID is returned only if its status
    matches the specified status filter.



    If neither field is used, all of the seller’s promotional sales are
    returned, regardless of status.

    property

Properties

promotionalSaleID

The ID of the promotional sale about which you want information. If you do
not specify this field, then all promotional sales for the seller making
the call are returned or only those promotional sales matching the
specified promotional sale status filter, PromotionalSaleStatus.



If PromotionalSaleID and PromotionalSaleStatus are both specified, the
single promotional sale specified by ID is returned only if its status
matches the specified status filter.

@property (nonatomic, retain) NSNumber *promotionalSaleID

Discussion

The ID of the promotional sale about which you want information. If you do
not specify this field, then all promotional sales for the seller making
the call are returned or only those promotional sales matching the
specified promotional sale status filter, PromotionalSaleStatus.



If PromotionalSaleID and PromotionalSaleStatus are both specified, the
single promotional sale specified by ID is returned only if its status
matches the specified status filter.

type : NSNumber, wrapper for primitive long

Declared In

Trading_GetPromotionalSaleDetailsRequestType.h

promotionalSaleStatus

Specifies the promotional sales to return, based upon their status. For
example, specify “Scheduled” to retrieve only promotional sales with a
Status of Scheduled. If you want to retrieve promotional sales for more
than one status, you can repeat the field with an additional status value,
such as Active.



If this field is used together with PromotionalSaleID, the single
promotional sale specified by ID is returned only if its status
matches the specified status filter.



If neither field is used, all of the seller’s promotional sales are
returned, regardless of status.

@property (nonatomic, retain) NSMutableArray *promotionalSaleStatus

Discussion

Specifies the promotional sales to return, based upon their status. For
example, specify “Scheduled” to retrieve only promotional sales with a
Status of Scheduled. If you want to retrieve promotional sales for more
than one status, you can repeat the field with an additional status value,
such as Active.



If this field is used together with PromotionalSaleID, the single
promotional sale specified by ID is returned only if its status
matches the specified status filter.



If neither field is used, all of the seller’s promotional sales are
returned, regardless of status.

entry type : string constant in Trading_PromotionalSaleStatusCodeType.h

Declared In

Trading_GetPromotionalSaleDetailsRequestType.h