Trading_EndItemRequestType Class Reference
Inherits from | Trading_AbstractRequestType : NSObject |
Declared in | Trading_EndItemRequestType.h Trading_EndItemRequestType.m |
Overview
Ends the specified item listing before the date and time at which it would normally end per the listing duration. Also for Half.com.
@ingroup EBayAPIInterface
Tasks
-
itemID
Unique item ID that identifies the item listing to end.
property
For Half.com listings, you can either specify ItemID or
SellerInventoryID.
Applicable to Half.com. -
endingReason
Indicates the seller’s reason for ending the listing early.
property
This field is required if the seller is ending the item early and
the item did not successfully sell.
Applicable to Half.com. -
sellerInventoryID
Unique identifier that the seller specified when they listed the
property
Half.com item. For Half.com items, you can either specify ItemID or
SellerInventoryID. If you specify both ItemID and SellerInventoryID,
they must be for the same item (otherwise an error will occur).
Applicable only to Half.com.
Properties
endingReason
Indicates the seller’s reason for ending the listing early.
This field is required if the seller is ending the item early and
the item did not successfully sell.
Applicable to Half.com.
@property (nonatomic, retain) NSString *endingReason
Discussion
Indicates the seller’s reason for ending the listing early.
This field is required if the seller is ending the item early and
the item did not successfully sell.
Applicable to Half.com.
type: string constant in Trading_EndReasonCodeType.h
Declared In
Trading_EndItemRequestType.h
itemID
Unique item ID that identifies the item listing to end.
For Half.com listings, you can either specify ItemID or
SellerInventoryID.
Applicable to Half.com.
@property (nonatomic, retain) NSString *itemID
Discussion
Unique item ID that identifies the item listing to end.
For Half.com listings, you can either specify ItemID or
SellerInventoryID.
Applicable to Half.com.
type : NSString, wrapper for primitive string
Declared In
Trading_EndItemRequestType.h
sellerInventoryID
Unique identifier that the seller specified when they listed the
Half.com item. For Half.com items, you can either specify ItemID or
SellerInventoryID. If you specify both ItemID and SellerInventoryID,
they must be for the same item (otherwise an error will occur).
Applicable only to Half.com.
@property (nonatomic, retain) NSString *sellerInventoryID
Discussion
Unique identifier that the seller specified when they listed the
Half.com item. For Half.com items, you can either specify ItemID or
SellerInventoryID. If you specify both ItemID and SellerInventoryID,
they must be for the same item (otherwise an error will occur).
Applicable only to Half.com.
type : NSString, wrapper for primitive string
Declared In
Trading_EndItemRequestType.h