Trading_SellingManagerSoldTransactionType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_SellingManagerSoldTransactionType.h Trading_SellingManagerSoldTransactionType.m |
Overview
Contains information about a single line item (transaction) in an order created
through Selling Manager.
@ingroup EBayAPIInterface
Tasks
-
invoiceNumberSeller’s customized invoice number.
property -
transactionIDUnique identifier for an eBay order line item (transaction). An order line
property
item is created once there is a commitment from a buyer to
purchase an item. Since an auction listing can only have one order line
item during the duration of the listing, the TransactionID
for auction listings is always 0. Along with its corresponding ItemID, a
TransactionID is used and referenced during an order checkout flow and
after checkout has been completed. -
saleRecordIDUnique identifier for a Selling Manager sale record. This field is created
property
at the same time as the order line item (transaction). A sale record is
displayed in the Sold view in Selling Manager and contains information on
the buyer and shipping. In the GetItemTransactions, GetSellerTransactions,
GetOrders, and GetOrderTransactions calls, the SaleRecordID value is
reflected in the ShippingDetails.SellingManagerSalesRecordNumber field.
For orders that occurred within the last 30 days, passing only the SaleRecordID into the GetSellingManagerSoldListings
request will return the sale record. However, for sales that occurred more than 30 days ago, the SaleDateRange container
must also be used, passing in a date range that includes the date on which the specific sale occurred. -
itemIDUnique identifier for an eBay item listing.
property -
quantitySoldTotal number of identical items sold in the order line item.
property -
itemPricePrice per item.
property -
subtotalAmountThis value is calculated by multplying the ItemPrice value by the
property
QuantitySold value. -
itemTitleThe title of the item listing.
property
Note:
The maximum length of an eBay Item Title is increasing to 80 characters in
Version 735.
-
listingTypeThe item listing type.
property -
relistedBoolean value indicating whether the item is a relisted item.
property -
watchCountNumber of users watching the item.
property -
startPriceStart price of the item.
property -
reservePriceReserve Price of the item (if a Reserve Price was set for the item).
property -
secondChanceOfferSentBoolean value indicating whether or not a Second Chance offer was sent by
property
the seller to an eligible bidder. -
customLabelCustom label associated with this order line item.
property -
soldOnThe platform on which the item was sold.
property -
listedOnThe platform on which the item was listed.
property -
shipmentContainer consisting of tracking information for the shipment.
property -
charityListingThis field is returned as True if the item is listed as a charity item.
property -
variationIn a fixed-priced listing, a seller can offer variations of the same item.
property
For example, the seller could create a fixed-priced listing for a t-shirt
design and offer the shirt in different colors and sizes. In this case, each
color and size combination is a separate variation. Each variation can have
a different quantity and price. Due to the possible price differentiation,
buyers can buy multiple items from this listing at the same time, but all of
the items must be of the same variation. One order line item is created
whether one or multiple items of the same variation are purchased.
The Variation node contains information about which variation was purchased.
Therefore, applications that process order line items should always check to see
if this node is present. -
orderLineItemIDA unique identifier for an eBay order line item. This field is created as
property
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. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_SellingManagerSoldTransactionType.hcharityListing
This field is returned as True if the item is listed as a charity item.
@property (nonatomic, retain) NSNumber *charityListingDiscussion
This field is returned as True if the item is listed as a charity item.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_SellingManagerSoldTransactionType.hcustomLabel
Custom label associated with this order line item.
@property (nonatomic, retain) NSString *customLabelDiscussion
Custom label associated with this order line item.
type : NSString, wrapper for primitive string
Declared In
Trading_SellingManagerSoldTransactionType.hinvoiceNumber
Seller’s customized invoice number.
@property (nonatomic, retain) NSString *invoiceNumberDiscussion
Seller’s customized invoice number.
type : NSString, wrapper for primitive string
Declared In
Trading_SellingManagerSoldTransactionType.hitemID
Unique identifier for an eBay item listing.
@property (nonatomic, retain) NSString *itemIDDiscussion
Unique identifier for an eBay item listing.
type : NSString, wrapper for primitive string
Declared In
Trading_SellingManagerSoldTransactionType.hitemPrice
Price per item.
@property (nonatomic, retain) Trading_AmountType *itemPriceDeclared In
Trading_SellingManagerSoldTransactionType.hitemTitle
The title of the item listing.
Note:
The maximum length of an eBay Item Title is increasing to 80 characters in
Version 735.
@property (nonatomic, retain) NSString *itemTitleDiscussion
The title of the item listing.
Note:
The maximum length of an eBay Item Title is increasing to 80 characters in
Version 735.
type : NSString, wrapper for primitive string
Declared In
Trading_SellingManagerSoldTransactionType.hlistedOn
The platform on which the item was listed.
@property (nonatomic, retain) NSMutableArray *listedOnDiscussion
The platform on which the item was listed.
entry type : string constant in Trading_TransactionPlatformCodeType.h
Declared In
Trading_SellingManagerSoldTransactionType.hlistingType
The item listing type.
@property (nonatomic, retain) NSString *listingTypeDiscussion
The item listing type.
type: string constant in Trading_ListingTypeCodeType.h
Declared In
Trading_SellingManagerSoldTransactionType.horderLineItemID
A unique identifier for an eBay order line item. 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.
@property (nonatomic, retain) NSString *orderLineItemIDDiscussion
A unique identifier for an eBay order line item. 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.
type : NSString, wrapper for primitive string
Declared In
Trading_SellingManagerSoldTransactionType.hquantitySold
Total number of identical items sold in the order line item.
@property (nonatomic, retain) NSNumber *quantitySoldDiscussion
Total number of identical items sold in the order line item.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingManagerSoldTransactionType.hrelisted
Boolean value indicating whether the item is a relisted item.
@property (nonatomic, retain) NSNumber *relistedDiscussion
Boolean value indicating whether the item is a relisted item.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_SellingManagerSoldTransactionType.hreservePrice
Reserve Price of the item (if a Reserve Price was set for the item).
@property (nonatomic, retain) Trading_AmountType *reservePriceDiscussion
Reserve Price of the item (if a Reserve Price was set for the item).
type : class Trading_AmountType
Declared In
Trading_SellingManagerSoldTransactionType.hsaleRecordID
Unique identifier for a Selling Manager sale record. This field is created
at the same time as the order line item (transaction). A sale record is
displayed in the Sold view in Selling Manager and contains information on
the buyer and shipping. In the GetItemTransactions, GetSellerTransactions,
GetOrders, and GetOrderTransactions calls, the SaleRecordID value is
reflected in the ShippingDetails.SellingManagerSalesRecordNumber field.
For orders that occurred within the last 30 days, passing only the SaleRecordID into the GetSellingManagerSoldListings
request will return the sale record. However, for sales that occurred more than 30 days ago, the SaleDateRange container
must also be used, passing in a date range that includes the date on which the specific sale occurred.
@property (nonatomic, retain) NSNumber *saleRecordIDDiscussion
Unique identifier for a Selling Manager sale record. This field is created
at the same time as the order line item (transaction). A sale record is
displayed in the Sold view in Selling Manager and contains information on
the buyer and shipping. In the GetItemTransactions, GetSellerTransactions,
GetOrders, and GetOrderTransactions calls, the SaleRecordID value is
reflected in the ShippingDetails.SellingManagerSalesRecordNumber field.
For orders that occurred within the last 30 days, passing only the SaleRecordID into the GetSellingManagerSoldListings
request will return the sale record. However, for sales that occurred more than 30 days ago, the SaleDateRange container
must also be used, passing in a date range that includes the date on which the specific sale occurred.
type : NSNumber, wrapper for primitive long
Declared In
Trading_SellingManagerSoldTransactionType.hsecondChanceOfferSent
Boolean value indicating whether or not a Second Chance offer was sent by
the seller to an eligible bidder.
@property (nonatomic, retain) NSNumber *secondChanceOfferSentDiscussion
Boolean value indicating whether or not a Second Chance offer was sent by
the seller to an eligible bidder.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_SellingManagerSoldTransactionType.hshipment
Container consisting of tracking information for the shipment.
@property (nonatomic, retain) Trading_ShipmentType *shipmentDiscussion
Container consisting of tracking information for the shipment.
type : class Trading_ShipmentType
Declared In
Trading_SellingManagerSoldTransactionType.hsoldOn
The platform on which the item was sold.
@property (nonatomic, retain) NSString *soldOnDiscussion
The platform on which the item was sold.
type: string constant in Trading_TransactionPlatformCodeType.h
Declared In
Trading_SellingManagerSoldTransactionType.hstartPrice
Start price of the item.
@property (nonatomic, retain) Trading_AmountType *startPriceDeclared In
Trading_SellingManagerSoldTransactionType.hsubtotalAmount
This value is calculated by multplying the ItemPrice value by the
QuantitySold value.
@property (nonatomic, retain) Trading_AmountType *subtotalAmountDiscussion
This value is calculated by multplying the ItemPrice value by the
QuantitySold value.
type : class Trading_AmountType
Declared In
Trading_SellingManagerSoldTransactionType.htransactionID
Unique identifier for an eBay order line item (transaction). An order line
item is created once there is a commitment from a buyer to
purchase an item. Since an auction listing can only have one order line
item during the duration of the listing, the TransactionID
for auction listings is always 0. Along with its corresponding ItemID, a
TransactionID is used and referenced during an order checkout flow and
after checkout has been completed.
@property (nonatomic, retain) NSNumber *transactionIDDiscussion
Unique identifier for an eBay order line item (transaction). An order line
item is created once there is a commitment from a buyer to
purchase an item. Since an auction listing can only have one order line
item during the duration of the listing, the TransactionID
for auction listings is always 0. Along with its corresponding ItemID, a
TransactionID is used and referenced during an order checkout flow and
after checkout has been completed.
type : NSNumber, wrapper for primitive long
Declared In
Trading_SellingManagerSoldTransactionType.hvariation
In a fixed-priced listing, a seller can offer variations of the same item.
For example, the seller could create a fixed-priced listing for a t-shirt
design and offer the shirt in different colors and sizes. In this case, each
color and size combination is a separate variation. Each variation can have
a different quantity and price. Due to the possible price differentiation,
buyers can buy multiple items from this listing at the same time, but all of
the items must be of the same variation. One order line item is created
whether one or multiple items of the same variation are purchased.
The Variation node contains information about which variation was purchased.
Therefore, applications that process order line items should always check to see
if this node is present.
@property (nonatomic, retain) Trading_VariationType *variationDiscussion
In a fixed-priced listing, a seller can offer variations of the same item.
For example, the seller could create a fixed-priced listing for a t-shirt
design and offer the shirt in different colors and sizes. In this case, each
color and size combination is a separate variation. Each variation can have
a different quantity and price. Due to the possible price differentiation,
buyers can buy multiple items from this listing at the same time, but all of
the items must be of the same variation. One order line item is created
whether one or multiple items of the same variation are purchased.
The Variation node contains information about which variation was purchased.
Therefore, applications that process order line items should always check to see
if this node is present.
type : class Trading_VariationType
Declared In
Trading_SellingManagerSoldTransactionType.h