Trading_ItemTransactionIDType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_ItemTransactionIDType.h Trading_ItemTransactionIDType.m |
Overview
This container is designed to return all order line items related to specific
multiple-item, fixed-price listings. Additionally, a SKU filter can be used to
return all order line items related to a specific product or variation of an
item.
@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. Unless an
OrderLineItemID or SKU value is specified in the same node, this field is
required for each ItemTransactionID node included in the request. -
transactionID
Unique identifier for an eBay order line item (transaction). The
property
TransactionID should match the ItemID specified in each ItemTransactionID
node included in the request. Optionally, an OrderLineItemID value can
substitute for the ItemID/TransactionID pair. -
sku
A SKU (stock keeping unit) is a unique identifier defined and used by the
property
seller to identify a product or variation of an item. A listing can have
multiple SKUs and it is possible that the same SKU can exist in multiple
listings. Unless an OrderLineItemID or ItemID/TransactionID pair is
specified in the same node, this field is required for each
ItemTransactionID node included in the request. To retrieve order line items
associated with a SKU, the InventoryTrackingMethod field must be set to SKU.
The InventoryTrackingMethod field is set through AddFixedPriceItem or
RelistFixedPriceItem. -
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. If an OrderLineItemID is included in a
ItemTransactionID node in the request, the ItemID, TransactionID, and SKU
fields are not required and are ignored if they are included in the request.
-
any
(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_ItemTransactionIDType.h
itemID
Unique identifier for an eBay item listing. A listing can have multiple
order line items (transactions), but only one ItemID. Unless an
OrderLineItemID or SKU value is specified in the same node, this field is
required for each ItemTransactionID node included 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. Unless an
OrderLineItemID or SKU value is specified in the same node, this field is
required for each ItemTransactionID node included in the request.
type : NSString, wrapper for primitive string
Declared In
Trading_ItemTransactionIDType.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. If an OrderLineItemID is included in a
ItemTransactionID node in the request, the ItemID, TransactionID, and SKU
fields are not required and are ignored if they are included 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. If an OrderLineItemID is included in a
ItemTransactionID node in the request, the ItemID, TransactionID, and SKU
fields are not required and are ignored if they are included in the request.
type : NSString, wrapper for primitive string
Declared In
Trading_ItemTransactionIDType.h
sku
A SKU (stock keeping unit) is a unique identifier defined and used by the
seller to identify a product or variation of an item. A listing can have
multiple SKUs and it is possible that the same SKU can exist in multiple
listings. Unless an OrderLineItemID or ItemID/TransactionID pair is
specified in the same node, this field is required for each
ItemTransactionID node included in the request. To retrieve order line items
associated with a SKU, the InventoryTrackingMethod field must be set to SKU.
The InventoryTrackingMethod field is set through AddFixedPriceItem or
RelistFixedPriceItem.
@property (nonatomic, retain) NSString *sku
Discussion
A SKU (stock keeping unit) is a unique identifier defined and used by the
seller to identify a product or variation of an item. A listing can have
multiple SKUs and it is possible that the same SKU can exist in multiple
listings. Unless an OrderLineItemID or ItemID/TransactionID pair is
specified in the same node, this field is required for each
ItemTransactionID node included in the request. To retrieve order line items
associated with a SKU, the InventoryTrackingMethod field must be set to SKU.
The InventoryTrackingMethod field is set through AddFixedPriceItem or
RelistFixedPriceItem.
type : NSString, wrapper for primitive string
Declared In
Trading_ItemTransactionIDType.h
transactionID
Unique identifier for an eBay order line item (transaction). The
TransactionID should match the ItemID specified in each ItemTransactionID
node included in the request. Optionally, an OrderLineItemID value can
substitute for the ItemID/TransactionID pair.
@property (nonatomic, retain) NSString *transactionID
Discussion
Unique identifier for an eBay order line item (transaction). The
TransactionID should match the ItemID specified in each ItemTransactionID
node included in the request. Optionally, an OrderLineItemID value can
substitute for the ItemID/TransactionID pair.
type : NSString, wrapper for primitive string
Declared In
Trading_ItemTransactionIDType.h