Tradera Developer Program
Home
Developer Center
Documentation
SellerOrder
Documentation Version 3
> [Class] SellerOrder
Class representing an order.
OrderId
, The ID of the order.
CreatedDate
, The date the order was created.
ExpiresDate
, The date when the combined shipping order expires. If the seller does not offer combined shipping, this field is null.
LastUpdatedDate
, The last date when the order was updated. (For example when the order was paid.)
SubTotal
, The total amount of all order items. (VAT included)
Seller
, The seller of this order (see
SellerOrderUser
).
Buyer
, The buyer of this order (see
SellerOrderUser
).
ShipTo
, The address to ship this order to (see
SellerOrderAddress
). Note that for items
of Auction type this field will be null.
Items
, The items contained in the order (see
SellerOrderItem
).
SellerOrderPayments
, The payments for this order (see
SellerOrderPayment
). This field is only relevant for orders
with TraderaPay integrated payments. With integrated payments this field is null until order is
paid, see
SellerOrderQueryDateMode
for more information on how to receive order payments.
ShippingType
, Type of shipping, for example Posten, DHL etc. Note that this field is not relevant for orders with Auction item.
ShippingCost
, Shipping cost in SEK (VAT included). Note that this field is not relevant for orders with Auction item.
PurchaseOrderId
, Identifier for the purchase order
XHTML
CSS