Trading_DisableUnpaidItemAssistanceRequestType Class Reference
Inherits from | Trading_AbstractRequestType : NSObject |
Declared in | Trading_DisableUnpaidItemAssistanceRequestType.h Trading_DisableUnpaidItemAssistanceRequestType.m |
Overview
Enables a seller who has opted into the automated Unpaid Item Assistant
mechanism to disable the Unpaid Item Assistant at the order line item
level. This call can be made whether or not a Unpaid Item dispute
exists for the order line item. If a dispute has already been created by the
Unpaid Item Assistant, it is converted to a “manual” dispute for the seller to
manage like any other manually-created dispute.
@ingroup EBayAPIInterface
Tasks
-
itemID
Unique identifier for an eBay item listing. A listing can have multiple
property
order line items (transactions), but only one ItemID. To identify a
specific order line item for which to disable the Unpaid Item Assistant
mechanism, either an ItemID/TransactionID pair, an OrderLineItemID, or a
DisputeID (if a dispute record already exists) is required in the request. -
transactionID
The unique identifier of an order line item (transaction). An order line
property
item is created once there is a commitment from a buyer to
purchase an item. To identify a specific order line item for which to
disable the Unpaid Item Assistant mechanism, either an ItemID/TransactionID
pair, an OrderLineItemID, or a DisputeID (if a dispute record already
exists) is required in the request. -
disputeID
A unique identifier for an Unpaid Item dispute. Any order line item can
property
only have one dispute record, so DisputeID can be used in the request to
identify a specific order line item. If an ItemID/TransactionID pair or an
OrderLineItemID is used to identify an order line item, DisputeID cannot be used and will be ignored if it is included in the request. -
orderLineItemID
OrderLineItemID is a unique identifier for an eBay order line item and is
property
based upon the concatenation of ItemID and TransactionID, with a hyphen in
between these two IDs. To identify a specific order line item for which to
disable the Unpaid Item Assistant mechanism, either an ItemID/TransactionID
pair, an OrderLineItemID, or a DisputeID is required in the request.
Properties
disputeID
A unique identifier for an Unpaid Item dispute. Any order line item can
only have one dispute record, so DisputeID can be used in the request to
identify a specific order line item. If an ItemID/TransactionID pair or an
OrderLineItemID is used to identify an order line item, DisputeID cannot be used and will be ignored if it is included in the request.
@property (nonatomic, retain) NSString *disputeID
Discussion
A unique identifier for an Unpaid Item dispute. Any order line item can
only have one dispute record, so DisputeID can be used in the request to
identify a specific order line item. If an ItemID/TransactionID pair or an
OrderLineItemID is used to identify an order line item, DisputeID cannot be used and will be ignored if it is included in the request.
type : NSString, wrapper for primitive string
Declared In
Trading_DisableUnpaidItemAssistanceRequestType.h
itemID
Unique identifier for an eBay item listing. A listing can have multiple
order line items (transactions), but only one ItemID. To identify a
specific order line item for which to disable the Unpaid Item Assistant
mechanism, either an ItemID/TransactionID pair, an OrderLineItemID, or a
DisputeID (if a dispute record already exists) is required in the request.
@property (nonatomic, retain) NSString *itemID
Discussion
Unique identifier for an eBay item listing. A listing can have multiple
order line items (transactions), but only one ItemID. To identify a
specific order line item for which to disable the Unpaid Item Assistant
mechanism, either an ItemID/TransactionID pair, an OrderLineItemID, or a
DisputeID (if a dispute record already exists) is required in the request.
type : NSString, wrapper for primitive string
Declared In
Trading_DisableUnpaidItemAssistanceRequestType.h
orderLineItemID
OrderLineItemID is a unique identifier for an eBay order line item and is
based upon the concatenation of ItemID and TransactionID, with a hyphen in
between these two IDs. To identify a specific order line item for which to
disable the Unpaid Item Assistant mechanism, either an ItemID/TransactionID
pair, an OrderLineItemID, or a DisputeID is required in the request.
@property (nonatomic, retain) NSString *orderLineItemID
Discussion
OrderLineItemID is a unique identifier for an eBay order line item and is
based upon the concatenation of ItemID and TransactionID, with a hyphen in
between these two IDs. To identify a specific order line item for which to
disable the Unpaid Item Assistant mechanism, either an ItemID/TransactionID
pair, an OrderLineItemID, or a DisputeID is required in the request.
type : NSString, wrapper for primitive string
Declared In
Trading_DisableUnpaidItemAssistanceRequestType.h
transactionID
The unique identifier of an order line item (transaction). An order line
item is created once there is a commitment from a buyer to
purchase an item. To identify a specific order line item for which to
disable the Unpaid Item Assistant mechanism, either an ItemID/TransactionID
pair, an OrderLineItemID, or a DisputeID (if a dispute record already
exists) is required in the request.
@property (nonatomic, retain) NSString *transactionID
Discussion
The unique identifier of an order line item (transaction). An order line
item is created once there is a commitment from a buyer to
purchase an item. To identify a specific order line item for which to
disable the Unpaid Item Assistant mechanism, either an ItemID/TransactionID
pair, an OrderLineItemID, or a DisputeID (if a dispute record already
exists) is required in the request.
type : NSString, wrapper for primitive string
Declared In
Trading_DisableUnpaidItemAssistanceRequestType.h