/
TR
tradera
/
Tradera API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 5h ago · Updated 1d ago
Details
Filter operations
Auth
5
Buyer
3
Categories
2
Items
5
Listings
28
Orders
5
get
Gets seller orders within a date range.
get
Gets orders by their IDs.
post
Marks an order as shipped.
get
Gets freight labels for the specified orders.
get
Gets the shipping codes for the specified orders — the code to write on the parcel for a labelless shipment, and the QR code to show at drop-off. Use this for shipping options that have no printable freight label, such as Instabox. At most 50 orders per call.
Reference Data
7
Search
5
Tradera.Api.Services.Core
6
Users
6
Orders
Gets seller orders within a date range.
get
/v4/orders
Query parameters
fromDate
string
date-time
toDate
string
date-time
queryDateMode
0
|
1
Response
OK
SellerOrder[]
required
orderId
integer
createdDate
string
date-time
expiresDate
string
date-time
nullable
lastUpdatedDate
string
date-time
subTotal
integer
seller
SellerOrderUser
buyer
SellerOrderUser
shipTo
SellerOrderAddress
items
SellerOrderItem[]
nullable
sellerOrderPayments
SellerOrderPayment[]
nullable
shippingType
string
nullable
shippingCost
integer
shippingWeight
number
double
nullable
purchaseOrderId
string
uuid
Changes