Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_SellingManagerSoldOrderType.h
Trading_SellingManagerSoldOrderType.m

Overview

Contains information about a sale record.

@ingroup EBayAPIInterface

Tasks

  •   sellingManagerSoldTransaction

    Information about one line item in the order.

    property
  •   shippingAddress

    Shipping address of a buyer.

    property
  •   shippingDetails

    The shipping-related details for an order,
    including flat and calculated shipping costs and shipping insurance costs.

    property
  •   cashOnDeliveryCost

    The cost of cash-on-delivery.

    property
  •   totalAmount

    Total cost in the order.

    property
  •   totalQuantity

    Total item quantity.

    property
  •   itemCost

    A SMPro seller can record the cost of the item, as calculated by the seller, in
    this field.

    property
  •   vatRate

    Rate of applicable value added tax.

    property
  •   netInsuranceFee

    Total cost of shipping insurance.

    property
  •   vatInsuranceFee

    Amount of applicable value added tax insurance fee.

    property
  •   vatShippingFee

    VAT shipping fee.

    property
  •   netShippingFee

    Total shipping fee.

    property
  •   netTotalAmount

    The seller records in this field a net total amount obtained according to the
    seller’s method of calculation. This field is returned for VAT transactions
    only.

    property
  •   vatTotalAmount

    VAT total amount.

    property
  •   actualShippingCost

    The shipping cost paid by the seller to ship the order line item.



    For multiple line item orders, it is possible that one order line item will have the shipping cost and the value for the other order line item will be 0.00.




    Note: This is different from the field of the same name returned by GetOrders and its related calls, which contains the shipping cost paid by the buyer.

    property
  •   adjustmentAmount

    Discount, or charge, to which the buyer and seller have agreed.
    If this value is a positive value,
    the amount is the extra money that the buyer pays the seller.
    If this value is a negative value,
    the amount is a discount the seller gives the buyer.

    property
  •   notesToBuyer

    Notes from the seller to the buyer.

    property
  •   notesFromBuyer

    Notes from the buyer to the seller.

    property
  •   notesToSeller

    Notes to self from seller.

    property
  •   orderStatus

    Status of the order regarding payment, shipping, feedback, and other
    communications.

    property
  •   unpaidItemStatus

    The status of an unpaid item regarding final value, state of communications
    between buyer and seller, and the filing of an Unpaid Item.

    property
  •   salePrice

    Amount of the accepted offer for the listing.

    property
  •   emailsSent

    Number of emails sent regarding this order.

    property
  •   daysSinceSale

    Number of days since the sale.

    property
  •   buyerID

    The user ID of the buyer.

    property
  •   buyerEmail

    The email of the buyer.

    property
  •   saleRecordID

    The sale record ID. Applicable to Selling Manager users.
    When an item is sold, Selling Manager generates a sale record.
    A sale record contains buyer information, shipping, and other information.
    A sale record is displayed in the Sold view in Selling Manager.
    Each sale record has a sale record ID. In the following calls,
    the value for the sale record ID is in the SellingManagerSalesRecordNumber field:
    GetItemTransactions, GetSellerTransactions, GetOrders, GetOrderTransactions.
    In the Selling Manager calls, the value for the sale record ID is in the
    SaleRecordID field. The sale record ID can be for single or multiple line item orders.

    property
  •   creationTime

    The sale date.

    property
  •   refundAmount

    Amount of the refund issued to the buyer. This field is only returned for a
    DE/AT order subject to the new eBay payment process, and if a refund was
    issued to the buyer.

    property
  •   refundStatus

    String value indicating the result of a refund (Success, Failure, Pending)
    to the buyer for an DE/AT order subject to the new eBay payment process.

    property
  •   any

    (public property)

    property

Properties

actualShippingCost

The shipping cost paid by the seller to ship the order line item.



For multiple line item orders, it is possible that one order line item will have the shipping cost and the value for the other order line item will be 0.00.




Note: This is different from the field of the same name returned by GetOrders and its related calls, which contains the shipping cost paid by the buyer.

@property (nonatomic, retain) Trading_AmountType *actualShippingCost

Discussion

The shipping cost paid by the seller to ship the order line item.



For multiple line item orders, it is possible that one order line item will have the shipping cost and the value for the other order line item will be 0.00.




Note: This is different from the field of the same name returned by GetOrders and its related calls, which contains the shipping cost paid by the buyer.

type : class Trading_AmountType

Declared In

Trading_SellingManagerSoldOrderType.h

adjustmentAmount

Discount, or charge, to which the buyer and seller have agreed.
If this value is a positive value,
the amount is the extra money that the buyer pays the seller.
If this value is a negative value,
the amount is a discount the seller gives the buyer.

@property (nonatomic, retain) Trading_AmountType *adjustmentAmount

Discussion

Discount, or charge, to which the buyer and seller have agreed.
If this value is a positive value,
the amount is the extra money that the buyer pays the seller.
If this value is a negative value,
the amount is a discount the seller gives the buyer.

type : class Trading_AmountType

Declared In

Trading_SellingManagerSoldOrderType.h

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_SellingManagerSoldOrderType.h

buyerEmail

The email of the buyer.

@property (nonatomic, retain) NSString *buyerEmail

Discussion

The email of the buyer.

type : NSString, wrapper for primitive string

Declared In

Trading_SellingManagerSoldOrderType.h

buyerID

The user ID of the buyer.

@property (nonatomic, retain) NSString *buyerID

Discussion

The user ID of the buyer.

type : NSString, wrapper for primitive string

Declared In

Trading_SellingManagerSoldOrderType.h

cashOnDeliveryCost

The cost of cash-on-delivery.

@property (nonatomic, retain) Trading_AmountType *cashOnDeliveryCost

Discussion

The cost of cash-on-delivery.

type : class Trading_AmountType

Declared In

Trading_SellingManagerSoldOrderType.h

creationTime

The sale date.

@property (nonatomic, retain) NSDate *creationTime

Discussion

The sale date.

type : NSDate, wrapper for primitive date

Declared In

Trading_SellingManagerSoldOrderType.h

daysSinceSale

Number of days since the sale.

@property (nonatomic, retain) NSNumber *daysSinceSale

Discussion

Number of days since the sale.

type : NSNumber, wrapper for primitive int

Declared In

Trading_SellingManagerSoldOrderType.h

emailsSent

Number of emails sent regarding this order.

@property (nonatomic, retain) NSNumber *emailsSent

Discussion

Number of emails sent regarding this order.

type : NSNumber, wrapper for primitive int

Declared In

Trading_SellingManagerSoldOrderType.h

itemCost

A SMPro seller can record the cost of the item, as calculated by the seller, in
this field.

@property (nonatomic, retain) Trading_AmountType *itemCost

Discussion

A SMPro seller can record the cost of the item, as calculated by the seller, in
this field.

type : class Trading_AmountType

Declared In

Trading_SellingManagerSoldOrderType.h

netInsuranceFee

Total cost of shipping insurance.

@property (nonatomic, retain) Trading_AmountType *netInsuranceFee

Discussion

Total cost of shipping insurance.

type : class Trading_AmountType

Declared In

Trading_SellingManagerSoldOrderType.h

netShippingFee

Total shipping fee.

@property (nonatomic, retain) Trading_AmountType *netShippingFee

Discussion

Total shipping fee.

type : class Trading_AmountType

Declared In

Trading_SellingManagerSoldOrderType.h

netTotalAmount

The seller records in this field a net total amount obtained according to the
seller’s method of calculation. This field is returned for VAT transactions
only.

@property (nonatomic, retain) Trading_AmountType *netTotalAmount

Discussion

The seller records in this field a net total amount obtained according to the
seller’s method of calculation. This field is returned for VAT transactions
only.

type : class Trading_AmountType

Declared In

Trading_SellingManagerSoldOrderType.h

notesFromBuyer

Notes from the buyer to the seller.

@property (nonatomic, retain) NSString *notesFromBuyer

Discussion

Notes from the buyer to the seller.

type : NSString, wrapper for primitive string

Declared In

Trading_SellingManagerSoldOrderType.h

notesToBuyer

Notes from the seller to the buyer.

@property (nonatomic, retain) NSString *notesToBuyer

Discussion

Notes from the seller to the buyer.

type : NSString, wrapper for primitive string

Declared In

Trading_SellingManagerSoldOrderType.h

notesToSeller

Notes to self from seller.

@property (nonatomic, retain) NSString *notesToSeller

Discussion

Notes to self from seller.

type : NSString, wrapper for primitive string

Declared In

Trading_SellingManagerSoldOrderType.h

orderStatus

Status of the order regarding payment, shipping, feedback, and other
communications.

@property (nonatomic, retain) Trading_SellingManagerOrderStatusType *orderStatus

Discussion

Status of the order regarding payment, shipping, feedback, and other
communications.

type : class Trading_SellingManagerOrderStatusType

Declared In

Trading_SellingManagerSoldOrderType.h

refundAmount

Amount of the refund issued to the buyer. This field is only returned for a
DE/AT order subject to the new eBay payment process, and if a refund was
issued to the buyer.

@property (nonatomic, retain) Trading_AmountType *refundAmount

Discussion

Amount of the refund issued to the buyer. This field is only returned for a
DE/AT order subject to the new eBay payment process, and if a refund was
issued to the buyer.

type : class Trading_AmountType

Declared In

Trading_SellingManagerSoldOrderType.h

refundStatus

String value indicating the result of a refund (Success, Failure, Pending)
to the buyer for an DE/AT order subject to the new eBay payment process.

@property (nonatomic, retain) NSString *refundStatus

Discussion

String value indicating the result of a refund (Success, Failure, Pending)
to the buyer for an DE/AT order subject to the new eBay payment process.

type : NSString, wrapper for primitive string

Declared In

Trading_SellingManagerSoldOrderType.h

salePrice

Amount of the accepted offer for the listing.

@property (nonatomic, retain) Trading_AmountType *salePrice

Discussion

Amount of the accepted offer for the listing.

type : class Trading_AmountType

Declared In

Trading_SellingManagerSoldOrderType.h

saleRecordID

The sale record ID. Applicable to Selling Manager users.
When an item is sold, Selling Manager generates a sale record.
A sale record contains buyer information, shipping, and other information.
A sale record is displayed in the Sold view in Selling Manager.
Each sale record has a sale record ID. In the following calls,
the value for the sale record ID is in the SellingManagerSalesRecordNumber field:
GetItemTransactions, GetSellerTransactions, GetOrders, GetOrderTransactions.
In the Selling Manager calls, the value for the sale record ID is in the
SaleRecordID field. The sale record ID can be for single or multiple line item orders.

@property (nonatomic, retain) NSNumber *saleRecordID

Discussion

The sale record ID. Applicable to Selling Manager users.
When an item is sold, Selling Manager generates a sale record.
A sale record contains buyer information, shipping, and other information.
A sale record is displayed in the Sold view in Selling Manager.
Each sale record has a sale record ID. In the following calls,
the value for the sale record ID is in the SellingManagerSalesRecordNumber field:
GetItemTransactions, GetSellerTransactions, GetOrders, GetOrderTransactions.
In the Selling Manager calls, the value for the sale record ID is in the
SaleRecordID field. The sale record ID can be for single or multiple line item orders.

type : NSNumber, wrapper for primitive long

Declared In

Trading_SellingManagerSoldOrderType.h

sellingManagerSoldTransaction

Information about one line item in the order.

@property (nonatomic, retain) NSMutableArray *sellingManagerSoldTransaction

Discussion

Information about one line item in the order.

entry type : class Trading_SellingManagerSoldTransactionType

Declared In

Trading_SellingManagerSoldOrderType.h

shippingAddress

Shipping address of a buyer.

@property (nonatomic, retain) Trading_AddressType *shippingAddress

Discussion

Shipping address of a buyer.

type : class Trading_AddressType

Declared In

Trading_SellingManagerSoldOrderType.h

shippingDetails

The shipping-related details for an order,
including flat and calculated shipping costs and shipping insurance costs.

@property (nonatomic, retain) Trading_ShippingDetailsType *shippingDetails

Discussion

The shipping-related details for an order,
including flat and calculated shipping costs and shipping insurance costs.

type : class Trading_ShippingDetailsType

Declared In

Trading_SellingManagerSoldOrderType.h

totalAmount

Total cost in the order.

@property (nonatomic, retain) Trading_AmountType *totalAmount

Discussion

Total cost in the order.

type : class Trading_AmountType

Declared In

Trading_SellingManagerSoldOrderType.h

totalQuantity

Total item quantity.

@property (nonatomic, retain) NSNumber *totalQuantity

Discussion

Total item quantity.

type : NSNumber, wrapper for primitive int

Declared In

Trading_SellingManagerSoldOrderType.h

unpaidItemStatus

The status of an unpaid item regarding final value, state of communications
between buyer and seller, and the filing of an Unpaid Item.

@property (nonatomic, retain) NSString *unpaidItemStatus

Discussion

The status of an unpaid item regarding final value, state of communications
between buyer and seller, and the filing of an Unpaid Item.

type: string constant in Trading_UnpaidItemStatusTypeCodeType.h

Declared In

Trading_SellingManagerSoldOrderType.h

vatInsuranceFee

Amount of applicable value added tax insurance fee.

@property (nonatomic, retain) Trading_AmountType *vatInsuranceFee

Discussion

Amount of applicable value added tax insurance fee.

type : class Trading_AmountType

Declared In

Trading_SellingManagerSoldOrderType.h

vatRate

Rate of applicable value added tax.

@property (nonatomic, retain) NSMutableArray *vatRate

Discussion

Rate of applicable value added tax.

entry type : class Trading_VATRateType

Declared In

Trading_SellingManagerSoldOrderType.h

vatShippingFee

VAT shipping fee.

@property (nonatomic, retain) Trading_AmountType *vatShippingFee

Discussion

VAT shipping fee.

type : class Trading_AmountType

Declared In

Trading_SellingManagerSoldOrderType.h

vatTotalAmount

VAT total amount.

@property (nonatomic, retain) Trading_AmountType *vatTotalAmount

Discussion

VAT total amount.

type : class Trading_AmountType

Declared In

Trading_SellingManagerSoldOrderType.h