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
-
invoiceNumber
Seller’s customized invoice number.
property -
transactionID
Unique 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. -
saleRecordID
Unique 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. -
itemID
Unique identifier for an eBay item listing.
property -
quantitySold
Total number of identical items sold in the order line item.
property -
itemPrice
Price per item.
property -
subtotalAmount
This value is calculated by multplying the ItemPrice value by the
property
QuantitySold value. -
itemTitle
The title of the item listing.
property
Note:
The maximum length of an eBay Item Title is increasing to 80 characters in
Version 735.
-
listingType
The item listing type.
property -
relisted
Boolean value indicating whether the item is a relisted item.
property -
watchCount
Number of users watching the item.
property -
startPrice
Start price of the item.
property -
reservePrice
Reserve Price of the item (if a Reserve Price was set for the item).
property -
secondChanceOfferSent
Boolean value indicating whether or not a Second Chance offer was sent by
property
the seller to an eligible bidder. -
customLabel
Custom label associated with this order line item.
property -
soldOn
The platform on which the item was sold.
property -
listedOn
The platform on which the item was listed.
property -
shipment
Container consisting of tracking information for the shipment.
property -
charityListing
This field is returned as True if the item is listed as a charity item.
property -
variation
In 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. -
orderLineItemID
A 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 *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_SellingManagerSoldTransactionType.h
charityListing
This field is returned as True if the item is listed as a charity item.
@property (nonatomic, retain) NSNumber *charityListing
Discussion
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.h
customLabel
Custom label associated with this order line item.
@property (nonatomic, retain) NSString *customLabel
Discussion
Custom label associated with this order line item.
type : NSString, wrapper for primitive string
Declared In
Trading_SellingManagerSoldTransactionType.h
invoiceNumber
Seller’s customized invoice number.
@property (nonatomic, retain) NSString *invoiceNumber
Discussion
Seller’s customized invoice number.
type : NSString, wrapper for primitive string
Declared In
Trading_SellingManagerSoldTransactionType.h
itemID
Unique identifier for an eBay item listing.
@property (nonatomic, retain) NSString *itemID
Discussion
Unique identifier for an eBay item listing.
type : NSString, wrapper for primitive string
Declared In
Trading_SellingManagerSoldTransactionType.h
itemPrice
Price per item.
@property (nonatomic, retain) Trading_AmountType *itemPrice
Declared In
Trading_SellingManagerSoldTransactionType.h
itemTitle
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 *itemTitle
Discussion
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.h
listedOn
The platform on which the item was listed.
@property (nonatomic, retain) NSMutableArray *listedOn
Discussion
The platform on which the item was listed.
entry type : string constant in Trading_TransactionPlatformCodeType.h
Declared In
Trading_SellingManagerSoldTransactionType.h
listingType
The item listing type.
@property (nonatomic, retain) NSString *listingType
Discussion
The item listing type.
type: string constant in Trading_ListingTypeCodeType.h
Declared In
Trading_SellingManagerSoldTransactionType.h
orderLineItemID
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 *orderLineItemID
Discussion
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.h
quantitySold
Total number of identical items sold in the order line item.
@property (nonatomic, retain) NSNumber *quantitySold
Discussion
Total number of identical items sold in the order line item.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingManagerSoldTransactionType.h
relisted
Boolean value indicating whether the item is a relisted item.
@property (nonatomic, retain) NSNumber *relisted
Discussion
Boolean value indicating whether the item is a relisted item.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_SellingManagerSoldTransactionType.h
reservePrice
Reserve Price of the item (if a Reserve Price was set for the item).
@property (nonatomic, retain) Trading_AmountType *reservePrice
Discussion
Reserve Price of the item (if a Reserve Price was set for the item).
type : class Trading_AmountType
Declared In
Trading_SellingManagerSoldTransactionType.h
saleRecordID
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 *saleRecordID
Discussion
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.h
secondChanceOfferSent
Boolean value indicating whether or not a Second Chance offer was sent by
the seller to an eligible bidder.
@property (nonatomic, retain) NSNumber *secondChanceOfferSent
Discussion
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.h
shipment
Container consisting of tracking information for the shipment.
@property (nonatomic, retain) Trading_ShipmentType *shipment
Discussion
Container consisting of tracking information for the shipment.
type : class Trading_ShipmentType
Declared In
Trading_SellingManagerSoldTransactionType.h
soldOn
The platform on which the item was sold.
@property (nonatomic, retain) NSString *soldOn
Discussion
The platform on which the item was sold.
type: string constant in Trading_TransactionPlatformCodeType.h
Declared In
Trading_SellingManagerSoldTransactionType.h
startPrice
Start price of the item.
@property (nonatomic, retain) Trading_AmountType *startPrice
Declared In
Trading_SellingManagerSoldTransactionType.h
subtotalAmount
This value is calculated by multplying the ItemPrice value by the
QuantitySold value.
@property (nonatomic, retain) Trading_AmountType *subtotalAmount
Discussion
This value is calculated by multplying the ItemPrice value by the
QuantitySold value.
type : class Trading_AmountType
Declared In
Trading_SellingManagerSoldTransactionType.h
transactionID
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 *transactionID
Discussion
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.h
variation
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 *variation
Discussion
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