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
-
itemIDUnique 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. -
endingReasonIndicates 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. -
sellerInventoryIDUnique 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 *endingReasonDiscussion
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.hitemID
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 *itemIDDiscussion
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.hsellerInventoryID
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 *sellerInventoryIDDiscussion
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