Trading_GetSellingManagerEmailLogRequestType Class Reference
Inherits from | Trading_AbstractRequestType : NSObject |
Declared in | Trading_GetSellingManagerEmailLogRequestType.h Trading_GetSellingManagerEmailLogRequestType.m |
Overview
Retrieves a log of emails sent, or scheduled to be sent, to buyers.
The standard Trading API
deprecation process is not applicable to this call.
@ingroup EBayAPIInterface
Tasks
-
itemID
Unique identifier for the eBay item listing associated with the Selling
property
Manager email log. Unless the OrderID or OrderLineItemID value is
specified in the request, the ItemID and TransactionID fields must be
used to identify the Selling Manager email log to retrieve. You can
use GetSellingManagerSoldListings to retrieve the ItemID, TransactionID
or OrderLineItemID values that correspond to the Selling Manager sale
record (SaleRecordID). All four of these fields are returned under the
SellingManagerSoldTransaction container of the
GetSellingManagerSoldListings request. -
transactionID
Unique identifier for the order line item (transaction) associated with
property
the Selling Manager email log. Unless the OrderID or OrderLineItemID
value is specified in the request, the ItemID and TransactionID fields
must be used to identify the Selling Manager email log to retrieve.
You can use GetSellingManagerSoldListings to retrieve the ItemID,
TransactionID or OrderLineItemID values that correspond to the Selling
Manager sale record (SaleRecordID). All four of these fields are
returned under the SellingManagerSoldTransaction container of the
GetSellingManagerSoldListings request. -
orderID
A unique identifier that identifies a single line item or multiple line item
property
(Combined Payment) order associated with the Selling Manager email log.
For a single line item order, the OrderID value is identical to the
OrderLineItemID value that is generated upon creation of the order line
item. For a Combined Payment order, the OrderID value is created by eBay
when the buyer or seller (sharing multiple, common order line items)
combines multiple order line items into a Combined Payment order through
the eBay site (or when the seller creates Combined Payment order through
AddOrder). If an OrderID is used in the request, the OrderLineItemID and
ItemID/TransactionID pair are not required. -
emailDateRange
Specifies the earliest (oldest) and latest (most recent) dates to use in a
date range filter based on email sent date. Each of the time ranges can be
property
up to 90 days. -
orderLineItemID
A unique identifier for an eBay order line item that is associated with
property
the Selling Manager email log. This field is created as soon as there
is a commitment to buy from the seller, and its value is based upon the
concatenation of ItemID and TransactionID, with a hyphen in between
these two IDs. You can use GetSellingManagerSoldListings to retrieve the
ItemID, TransactionID or OrderLineItemID values that correspond to the
Selling Manager sale record (SaleRecordID). All four of these fields are
returned under the SellingManagerSoldTransaction container of the
GetSellingManagerSoldListings request. Unless an OrderID or an
ItemID/TransactionID pair is specified in the GetSellingManagerSaleRecord
request, the OrderLineItemID is required.
Properties
emailDateRange
Specifies the earliest (oldest) and latest (most recent) dates to use in a
date range filter based on email sent date. Each of the time ranges can be
up to 90 days.
@property (nonatomic, retain) Trading_TimeRangeType *emailDateRange
Discussion
Specifies the earliest (oldest) and latest (most recent) dates to use in a
date range filter based on email sent date. Each of the time ranges can be
up to 90 days.
type : class Trading_TimeRangeType
Declared In
Trading_GetSellingManagerEmailLogRequestType.h
itemID
Unique identifier for the eBay item listing associated with the Selling
Manager email log. Unless the OrderID or OrderLineItemID value is
specified in the request, the ItemID and TransactionID fields must be
used to identify the Selling Manager email log to retrieve. You can
use GetSellingManagerSoldListings to retrieve the ItemID, TransactionID
or OrderLineItemID values that correspond to the Selling Manager sale
record (SaleRecordID). All four of these fields are returned under the
SellingManagerSoldTransaction container of the
GetSellingManagerSoldListings request.
@property (nonatomic, retain) NSString *itemID
Discussion
Unique identifier for the eBay item listing associated with the Selling
Manager email log. Unless the OrderID or OrderLineItemID value is
specified in the request, the ItemID and TransactionID fields must be
used to identify the Selling Manager email log to retrieve. You can
use GetSellingManagerSoldListings to retrieve the ItemID, TransactionID
or OrderLineItemID values that correspond to the Selling Manager sale
record (SaleRecordID). All four of these fields are returned under the
SellingManagerSoldTransaction container of the
GetSellingManagerSoldListings request.
type : NSString, wrapper for primitive string
Declared In
Trading_GetSellingManagerEmailLogRequestType.h
orderID
A unique identifier that identifies a single line item or multiple line item
(Combined Payment) order associated with the Selling Manager email log.
For a single line item order, the OrderID value is identical to the
OrderLineItemID value that is generated upon creation of the order line
item. For a Combined Payment order, the OrderID value is created by eBay
when the buyer or seller (sharing multiple, common order line items)
combines multiple order line items into a Combined Payment order through
the eBay site (or when the seller creates Combined Payment order through
AddOrder). If an OrderID is used in the request, the OrderLineItemID and
ItemID/TransactionID pair are not required.
@property (nonatomic, retain) NSString *orderID
Discussion
A unique identifier that identifies a single line item or multiple line item
(Combined Payment) order associated with the Selling Manager email log.
For a single line item order, the OrderID value is identical to the
OrderLineItemID value that is generated upon creation of the order line
item. For a Combined Payment order, the OrderID value is created by eBay
when the buyer or seller (sharing multiple, common order line items)
combines multiple order line items into a Combined Payment order through
the eBay site (or when the seller creates Combined Payment order through
AddOrder). If an OrderID is used in the request, the OrderLineItemID and
ItemID/TransactionID pair are not required.
type : NSString, wrapper for primitive string
Declared In
Trading_GetSellingManagerEmailLogRequestType.h
orderLineItemID
A unique identifier for an eBay order line item that is associated with
the Selling Manager email log. This field is created as soon as there
is a commitment to buy from the seller, and its value is based upon the
concatenation of ItemID and TransactionID, with a hyphen in between
these two IDs. You can use GetSellingManagerSoldListings to retrieve the
ItemID, TransactionID or OrderLineItemID values that correspond to the
Selling Manager sale record (SaleRecordID). All four of these fields are
returned under the SellingManagerSoldTransaction container of the
GetSellingManagerSoldListings request. Unless an OrderID or an
ItemID/TransactionID pair is specified in the GetSellingManagerSaleRecord
request, the OrderLineItemID is required.
@property (nonatomic, retain) NSString *orderLineItemID
Discussion
A unique identifier for an eBay order line item that is associated with
the Selling Manager email log. This field is created as soon as there
is a commitment to buy from the seller, and its value is based upon the
concatenation of ItemID and TransactionID, with a hyphen in between
these two IDs. You can use GetSellingManagerSoldListings to retrieve the
ItemID, TransactionID or OrderLineItemID values that correspond to the
Selling Manager sale record (SaleRecordID). All four of these fields are
returned under the SellingManagerSoldTransaction container of the
GetSellingManagerSoldListings request. Unless an OrderID or an
ItemID/TransactionID pair is specified in the GetSellingManagerSaleRecord
request, the OrderLineItemID is required.
type : NSString, wrapper for primitive string
Declared In
Trading_GetSellingManagerEmailLogRequestType.h
transactionID
Unique identifier for the order line item (transaction) associated with
the Selling Manager email log. Unless the OrderID or OrderLineItemID
value is specified in the request, the ItemID and TransactionID fields
must be used to identify the Selling Manager email log to retrieve.
You can use GetSellingManagerSoldListings to retrieve the ItemID,
TransactionID or OrderLineItemID values that correspond to the Selling
Manager sale record (SaleRecordID). All four of these fields are
returned under the SellingManagerSoldTransaction container of the
GetSellingManagerSoldListings request.
@property (nonatomic, retain) NSNumber *transactionID
Discussion
Unique identifier for the order line item (transaction) associated with
the Selling Manager email log. Unless the OrderID or OrderLineItemID
value is specified in the request, the ItemID and TransactionID fields
must be used to identify the Selling Manager email log to retrieve.
You can use GetSellingManagerSoldListings to retrieve the ItemID,
TransactionID or OrderLineItemID values that correspond to the Selling
Manager sale record (SaleRecordID). All four of these fields are
returned under the SellingManagerSoldTransaction container of the
GetSellingManagerSoldListings request.
type : NSNumber, wrapper for primitive long
Declared In
Trading_GetSellingManagerEmailLogRequestType.h