Trading_SetPromotionalSaleListingsRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_SetPromotionalSaleListingsRequestType.h Trading_SetPromotionalSaleListingsRequestType.m |
Tasks
-
promotionalSaleIDThe unique identifier of the seller’s promotional sale. Based on the Action
property
value, listings will either be added to or removed from the promotional sale. -
actionThis required field determines whether you are adding (specify ‘Add’) or
property
removing (specify ‘Delete) one or more listings from the promotional sale
identified by the PromotionalSaleID value in the request.
If you specify 'Delete’, you must include one or more ItemID
values under the PromotionalSaleItemIDArray container, and
you cannot use the other filter options in the request. If you specify ‘Add’,
you can add one or more listings using any of the filtering options in the
request. Active auction listings that have one or more bids cannot be added to
or removed from a promotional sale. -
promotionalSaleItemIDArrayContainer consisting of one or more ItemID values. Based on
property
the Action value, the listings identified by these
ItemID values are either added to or removed from the
promotional sale.
This container is required if listings are being removed (Action=‘Delete’)
from the promotional sale. -
storeCategoryIDIf a StoreCategoryID value is included in the call request,
property
all active items in this store category are added to the promotional sale. This
field cannot be used if the Action field is set to ‘Delete’. -
categoryIDIf a CategoryID value is included in the call request,
property
all active items in this eBay category are added to the promotional sale. This
field cannot be used if the Action field is set to ‘Delete’. -
allFixedPriceItemsIf this field is included and set to ‘true’ in the call request, all fixed-price
property
listings are added to the promotional sale. This field cannot be used if the
Action field is set to ‘Delete’. -
allStoreInventoryItemsIf this field is included and set to ‘true’ in the call request, all store inventory
property
items are added to the promotional sale. This field cannot be used if the
Action field is set to ‘Delete’. -
allAuctionItemsIf this field is included and set to ‘true’ in the call request, all auction
property
listings are added to the promotional sale. This field cannot be used if the
Action field is set to ‘Delete’.
Properties
action
This required field determines whether you are adding (specify ‘Add’) or
removing (specify ‘Delete) one or more listings from the promotional sale
identified by the PromotionalSaleID value in the request.
If you specify 'Delete’, you must include one or more ItemID
values under the PromotionalSaleItemIDArray container, and
you cannot use the other filter options in the request. If you specify ‘Add’,
you can add one or more listings using any of the filtering options in the
request. Active auction listings that have one or more bids cannot be added to
or removed from a promotional sale.
@property (nonatomic, retain) NSString *actionDiscussion
This required field determines whether you are adding (specify ‘Add’) or
removing (specify ‘Delete) one or more listings from the promotional sale
identified by the PromotionalSaleID value in the request.
If you specify 'Delete’, you must include one or more ItemID
values under the PromotionalSaleItemIDArray container, and
you cannot use the other filter options in the request. If you specify ‘Add’,
you can add one or more listings using any of the filtering options in the
request. Active auction listings that have one or more bids cannot be added to
or removed from a promotional sale.
type: string constant in Trading_ModifyActionCodeType.h
Declared In
Trading_SetPromotionalSaleListingsRequestType.hallAuctionItems
If this field is included and set to ‘true’ in the call request, all auction
listings are added to the promotional sale. This field cannot be used if the
Action field is set to ‘Delete’.
@property (nonatomic, retain) NSNumber *allAuctionItemsDiscussion
If this field is included and set to ‘true’ in the call request, all auction
listings are added to the promotional sale. This field cannot be used if the
Action field is set to ‘Delete’.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_SetPromotionalSaleListingsRequestType.hallFixedPriceItems
If this field is included and set to ‘true’ in the call request, all fixed-price
listings are added to the promotional sale. This field cannot be used if the
Action field is set to ‘Delete’.
@property (nonatomic, retain) NSNumber *allFixedPriceItemsDiscussion
If this field is included and set to ‘true’ in the call request, all fixed-price
listings are added to the promotional sale. This field cannot be used if the
Action field is set to ‘Delete’.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_SetPromotionalSaleListingsRequestType.hallStoreInventoryItems
If this field is included and set to ‘true’ in the call request, all store inventory
items are added to the promotional sale. This field cannot be used if the
Action field is set to ‘Delete’.
@property (nonatomic, retain) NSNumber *allStoreInventoryItemsDiscussion
If this field is included and set to ‘true’ in the call request, all store inventory
items are added to the promotional sale. This field cannot be used if the
Action field is set to ‘Delete’.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_SetPromotionalSaleListingsRequestType.hcategoryID
If a CategoryID value is included in the call request,
all active items in this eBay category are added to the promotional sale. This
field cannot be used if the Action field is set to ‘Delete’.
@property (nonatomic, retain) NSNumber *categoryIDDiscussion
If a CategoryID value is included in the call request,
all active items in this eBay category are added to the promotional sale. This
field cannot be used if the Action field is set to ‘Delete’.
type : NSNumber, wrapper for primitive long
Declared In
Trading_SetPromotionalSaleListingsRequestType.hpromotionalSaleID
The unique identifier of the seller’s promotional sale. Based on the Action
value, listings will either be added to or removed from the promotional sale.
@property (nonatomic, retain) NSNumber *promotionalSaleIDDiscussion
The unique identifier of the seller’s promotional sale. Based on the Action
value, listings will either be added to or removed from the promotional sale.
type : NSNumber, wrapper for primitive long
Declared In
Trading_SetPromotionalSaleListingsRequestType.hpromotionalSaleItemIDArray
Container consisting of one or more ItemID values. Based on
the Action value, the listings identified by these
ItemID values are either added to or removed from the
promotional sale.
This container is required if listings are being removed (Action=‘Delete’)
from the promotional sale.
@property (nonatomic, retain) Trading_ItemIDArrayType *promotionalSaleItemIDArrayDiscussion
Container consisting of one or more ItemID values. Based on
the Action value, the listings identified by these
ItemID values are either added to or removed from the
promotional sale.
This container is required if listings are being removed (Action=‘Delete’)
from the promotional sale.
type : class Trading_ItemIDArrayType
Declared In
Trading_SetPromotionalSaleListingsRequestType.hstoreCategoryID
If a StoreCategoryID value is included in the call request,
all active items in this store category are added to the promotional sale. This
field cannot be used if the Action field is set to ‘Delete’.
@property (nonatomic, retain) NSNumber *storeCategoryIDDiscussion
If a StoreCategoryID value is included in the call request,
all active items in this store category are added to the promotional sale. This
field cannot be used if the Action field is set to ‘Delete’.
type : NSNumber, wrapper for primitive long
Declared In
Trading_SetPromotionalSaleListingsRequestType.h