Query Order
View order related information
Order List Properties
shippingAddress
object
address information
id
number
order id
customOrderId
String
custom order id
remark
String
user comments
status
String
order status
purchaseDate
String
order time "2016-01-18T23:41:00Z"
payAt
String
payment time "2016-01-18T23:41:00Z"
completedAt
String
complete time "2016-01-18T23:41:00Z"
cancelDate
String
cancel time "2016-01-18T23:41:00Z"
refundDate
String
refund time "2016-01-18T23:41:00Z"
warehouseId
int[16]
order delivery warehouse, used for inventory replenishment
finalAmount
BigDecimal
payment amount
freightAmount
BigDecimal
Order shipping amount
skusAmount
BigDecimal
total order item
array of OrderItems objects
order sku information
array of OrderItems objects
order logistics information
createDate
String
createAt time "2016-01-18T23:41:00Z"
updateDate
String
updateAt time "2016-01-18T23:41:00Z"
Fulfillments Properties
id
String
package id
deliveryTime
String
delivery time "2016-01-18T23:41:00Z"
trackingCode
String
order tracking number
array of OrderItems objects
order logistics information
logisticsSearchUrl
String
carrier
String
order carrier
carrierType
String
latest or last
array of TrackingInfo objects
tracking Info list. contains all the tracking information, the latest one being the first in the array
TrackingInfo
carrier
String
order carrier
trackingCode
String
order tracking number
Order Items Properties
id
number
item id
imageUrl
String
product picture
productName
String
product name
skuCode
String
sku
subtotal
BigDecimal
purchasePrices *productNum
purchasePrices
BigDecimal
sku sales unit price
option1
String
sku attribute 1, contains size information, variable attribute
option2
String
sku attribute 2, contains size information, variable attribute
option3
String
sku attribute 3, contains size information, variable attribute
promotionAmount
String
sku sales unit promotionAmount
stockStatus
String
normal,sold_out
productNum
int[16]
sales volume
Shipping Address Properties
country
String
place an order country
city
String
place an order city
phone
String
place an order phone
recipient
String
place an order recipient
street1
String
place an order street1
street2
String
place an order street2
province
String
place an order province
zip
String
place an order zip
vat
String
place an order vat
ioss
String
place an order ioss
Order Status
waiting_payment
order pending payment
cancel
order cancelled
waiting_to_ship
order to be shipped
refunding
order refund
refunded
order has been refunded
partial_shipped
order Partially Shipped
shipped
order shipped
delivered
order completed
GET
/openapi/v1/order/orders
Query Parameters
status
String
order status, please use comma as separator, for example waiting_payment,cancel
createStartTime
String
filter orders created at or before date, for example:
2016-01-18T23:41:00Z
createEndTime
String
filter orders created at or before date, for example:
2016-01-18T23:41:00Z
updateStartTime
String
filter orders last updated at or after date, for example:
"2016-01-18T23:41:00Z"
updateEndTime
String
filter orders last updated at or before date, for example:
2016-01-18T23:41:00Z
ids
String
Order's IDs, please use comma as separator, for example 1000000065617,1000000065618
pageNumber
number
page numberlimit per page, default:
10
, maximum:
250
pageSize
number
Default is 1
Last updated