注意:以下文档只适用于TOP接口,请谨慎使用!

文档中心 > API类目 > AE-Oversea-Solution

aliexpress.solution.order.info.get (get order detail info)

get order detail info

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
param1 OrderDetailQuery 可选 param
  • └ ext_info_bit_flag
  • Number
  • 可选
  • 11111
  • It defines which details to be returned. Convert the number into binary format, for example, 16 to 10000. Only the last 5 bits take effects, starting from the end, 1st bit is for issue information, 2nd bit is for loan information, 3rd bit is for logistics information, 4th bit is for buyer information and 5th bit is for refund information. If any bit is 1, it means to return the corresponding information, for example, 3 wich is 00011, means to return issue information and logistics information. Leaving this field blank means return all information.
  • └ order_id
  • Number
  • 可选
  • 12345678
  • Order id

响应参数

名称 类型 示例值 描述
result BaseResult result result
  • └ error_message
  • String
  • account not found
  • error message
  • └ time_stamp
  • Date
  • 2019-03-06 12:01:17
  • time stamp
  • └ error_code
  • String
  • F00-10-10000-001
  • error code
  • data
  • GlobalAeopTpOrderDetailDto
  • data
  • data
  • buyer_info
  • GlobalAeopTpPersonDto
  • buyer info
  • buyer info
  • └ login_id
  • String
  • aliqatest07
  • login ID
  • └ last_name
  • String
  • Song
  • last name
  • └ first_name
  • String
  • BYD
  • first name
  • └ country
  • String
  • IL
  • country/region
  • └ gmt_modified
  • String
  • 2019-03-06 12:01:17
  • modified time, it's US pacific time
  • receipt_address
  • GlobalAeopTpAddressDto
  • details
  • receipt address
  • └ fax_area
  • String
  • 1
  • Fax area code
  • └ zip
  • String
  • 28108
  • Postal code
  • └ fax_country
  • String
  • 04
  • Fax country/region code
  • └ address2
  • String
  • 505
  • address 2
  • └ detail_address
  • String
  • Agustin de foxa 30
  • detail address
  • └ country
  • String
  • ES
  • country/region
  • └ city
  • String
  • Alcobendas
  • city
  • └ fax_number
  • String
  • 1
  • fax number
  • └ phone_number
  • String
  • 1
  • phone number
  • └ address
  • String
  • 1
  • address 1
  • └ province
  • String
  • Madrid
  • province
  • └ phone_area
  • String
  • +07
  • Phone area code
  • └ phone_country
  • String
  • +34
  • Phone country/region code
  • └ contact_person
  • String
  • Alejandro
  • Recipient
  • └ mobile_no
  • String
  • 666666666
  • mobile phone number
  • └ localized_address
  • String
  • localized address, currently only used in Russia
  • └ gmt_trade_end
  • String
  • 2018-03-01 12:12
  • Order end time
  • └ is_phone
  • Boolean
  • false
  • phone order or not
  • └ buyerloginid
  • String
  • aliqatest07
  • buyer login id
  • logistics_amount
  • GlobalMoneyStr
  • details
  • logistics amount
  • └ cent
  • Number
  • 1
  • Cent
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ amount
  • String
  • 0.01
  • Amount
  • └ cent_factor
  • Number
  • 100
  • The factor to the smallest currency unit
  • currency
  • Currency
  • details
  • Currency description
  • └ default_fraction_digits
  • Number
  • 2
  • The default minimum accuracy of the currency
  • └ numeric_code
  • Number
  • 978
  • Numeric code of the currency
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ symbol
  • String
  • EUR
  • Symbol of the currency
  • └ display_name
  • String
  • Euro
  • Display name of the currency
  • └ memo
  • String
  • 1
  • buyer memo
  • └ logisitcs_escrow_fee_rate
  • String
  • 0.00
  • logisitcs escrow fee rate(Deprecated)
  • order_msg_list
  • GlobalAeopTpOrderMsgDto []
  • Deprecated
  • Order Message list(deprecated)
  • └ id
  • Number
  • 12345678
  • order id
  • └ gmt_create
  • String
  • 2019-03-06 12:01:17
  • order creation time
  • └ gmt_modified
  • String
  • 2019-03-06 12:01:17
  • order modification time
  • └ business_order_id
  • Number
  • 1
  • business order id
  • └ status
  • String
  • 1
  • message status
  • └ content
  • String
  • 1
  • meesage content
  • └ poster
  • String
  • buyer
  • message sender ( buyer; seller)
  • └ sender_login_id
  • String
  • cn1233
  • sender login ID
  • └ sender_seq
  • Number
  • 2
  • sender account seq
  • └ sender_admin_seq
  • Number
  • 1
  • sender admin account seq
  • └ sender_first_name
  • String
  • 1
  • sender first name
  • └ sender_last_name
  • String
  • 1
  • send last name
  • └ receiver_login_id
  • String
  • cn12345
  • receiver ID
  • └ receiver_seq
  • Number
  • 1
  • receiver account seq
  • └ receiver_admin_seq
  • Number
  • 1455
  • receiver admin account seq
  • └ receiver_first_name
  • String
  • 54
  • receiver first name
  • └ receiver_last_name
  • String
  • 1
  • receiver last name
  • child_order_ext_info_list
  • GlobalAeopTpOrderProductInfoDto []
  • details
  • child order ext info list
  • └ quantity
  • Number
  • 1
  • product quantity
  • unit_price
  • GlobalMoneyStr
  • details
  • product unit price
  • └ cent
  • Number
  • 1
  • Cent
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ amount
  • String
  • 0.01
  • Amount
  • └ cent_factor
  • Number
  • 100
  • The factor to the smallest currency unit
  • currency
  • Currency
  • details
  • Currency description
  • └ default_fraction_digits
  • Number
  • 2
  • The default minimum accuracy of the currency
  • └ numeric_code
  • Number
  • 978
  • Numeric code of the currency
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ symbol
  • String
  • EUR
  • Symbol of the currency
  • └ display_name
  • String
  • Euro
  • Display name of the currency
  • └ sku
  • String
  • {"sku":[{"skuImg":"HTB1CUDKECzqK1RjSZFHq6z3CpXaw.jpg","selfDefineValue":"Azul marino","pName":"Color","pValueId":771,"pValue":"Beige","showType":"none","pId":14,"order":1},{"skuImg":"","selfDefineValue":"2XL","pName":"Size","pValueId":100014066,"pValue":"XS","showType":"none","pId":5,"order":2}]}
  • product SKU details
  • └ product_name
  • String
  • Man's Waistcoat Unit.
  • product name
  • └ product_id
  • Number
  • 32972979985
  • product id
  • └ category_id
  • String
  • 5090301
  • Leaf category Id of the product
  • issue_info
  • GlobalAeopTpIssueInfoDto
  • details
  • issue info
  • └ issue_model
  • String
  • 1
  • Issue model
  • └ issue_status
  • String
  • NO_ISSUE
  • Issue status
  • └ issue_time
  • String
  • 2018-03-01 12:12
  • issue creation time
  • refund_info
  • GlobalAeopTpRefundInfoDto
  • details
  • refund info
  • └ refund_reason
  • String
  • 1
  • refund reason
  • └ refund_status
  • String
  • refund_frozen
  • refund status: wait_refund, refund_ok, refund_cancel, close, refund_frozen
  • refund_coupon_amt
  • GlobalMoneyStr
  • details
  • refund coupon amount
  • └ cent
  • Number
  • 1
  • Cent
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ amount
  • String
  • 0.01
  • Amount
  • └ cent_factor
  • Number
  • 100
  • The factor to the smallest currency unit
  • currency
  • Currency
  • details
  • Currency description
  • └ default_fraction_digits
  • Number
  • 2
  • The default minimum accuracy of the currency
  • └ numeric_code
  • Number
  • 978
  • Numeric code of the currency
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ symbol
  • String
  • EUR
  • Symbol of the currency
  • └ display_name
  • String
  • Euro
  • Display name of the currency
  • refund_cash_amt
  • GlobalMoneyStr
  • details
  • refund cash amount
  • └ cent
  • Number
  • 1
  • Cent
  • └ currency_code
  • String
  • EUR
  • currency code
  • └ amount
  • String
  • 0.01
  • Amount
  • └ cent_factor
  • Number
  • 100
  • The factor to the smallest currency unit
  • currency
  • Currency
  • details
  • Currency description
  • └ default_fraction_digits
  • Number
  • 2
  • The default minimum accuracy of the currency
  • └ numeric_code
  • Number
  • 978
  • Numeric code of the currency
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ symbol
  • String
  • EUR
  • Symbol of the currency
  • └ display_name
  • String
  • Euro
  • Display name of the currency
  • └ refund_type
  • String
  • payout_refund
  • refund type
  • └ refund_time
  • String
  • 2018-03-01 12:12
  • refund time
  • └ settlement_currency
  • String
  • EUR
  • Payment settlement currency
  • logistic_info_list
  • GlobalAeopTpLogisticInfoDto []
  • details
  • logistics info
  • └ logistics_no
  • String
  • 1
  • logistics tracking number
  • └ have_tracking_info
  • Boolean
  • false
  • to get logistics tracking information
  • └ recv_status_desc
  • String
  • Country is not matched
  • un-receive reason,such as Country does not match
  • └ logistics_service_name
  • String
  • SEUR
  • logistics service show name
  • └ ship_order_id
  • Number
  • 1234567
  • ship order id
  • └ gmt_send
  • String
  • 2018-03-01 12:12
  • send time
  • └ gmt_received
  • String
  • 2018-03-01 12:12
  • received time
  • └ logistics_type_code
  • String
  • EMS_ZX_ZX_US
  • logistics service name key
  • └ receive_status
  • String
  • default
  • receive status。(default:initial value; received:; not_received; suspected_received)
  • └ pay_amount_by_settlement_cur
  • String
  • 1.01
  • order pay amount(settlemet currency)
  • └ id
  • Number
  • 31130700125804
  • order ID
  • └ frozen_status
  • String
  • NO_FROZEN
  • frozen status
  • └ issue_status
  • String
  • NO_ISSUE
  • issue status
  • └ logistics_status
  • String
  • NO_LOGISTICS
  • logistics status:NO_LOGISTICS 、 WAIT_SELLER_SEND_GOODS, SELLER_SEND_PART_GOODS, SELLER_SEND_GOODS, BUYER_ACCEPT_GOODS,NO_LOGISTICS
  • order_amount
  • GlobalMoneyStr
  • details
  • order amount
  • └ cent
  • Number
  • 1
  • Cent
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ amount
  • String
  • 0.01
  • Amount
  • └ cent_factor
  • Number
  • 100
  • The factor to the smallest currency unit
  • currency
  • Currency
  • details
  • Currency description
  • └ default_fraction_digits
  • Number
  • 2
  • The default minimum accuracy of the currency
  • └ numeric_code
  • Number
  • 978
  • Numeric code of the currency
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ symbol
  • String
  • EUR
  • Symbol of the currency
  • └ display_name
  • String
  • Euro
  • Display name of the currency
  • └ seller_signer_fullname
  • String
  • Henry Wong
  • Seller full name
  • └ over_time_left
  • String
  • 2019-03-26 13:01:17
  • Current status expiration date
  • └ order_end_reason
  • String
  • 1
  • order end reason
  • init_oder_amount
  • GlobalMoneyStr
  • details
  • order amount
  • └ cent
  • Number
  • 1
  • Cent
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ amount
  • String
  • 0.01
  • Amount
  • └ cent_factor
  • Number
  • 100
  • The factor to the smallest currency unit
  • currency
  • Currency
  • details
  • Currency description
  • └ default_fraction_digits
  • Number
  • 2
  • The default minimum accuracy of the currency
  • └ numeric_code
  • Number
  • 978
  • Numeric code of the currency
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ symbol
  • String
  • EUR
  • Symbol of the currency
  • └ display_name
  • String
  • Euro
  • Display name of the currency
  • opr_log_dto_list
  • GlobalAeopTpOperationLogDto []
  • details
  • operation details list
  • └ id
  • Number
  • 80000116680785810
  • id
  • └ gmt_modified
  • String
  • 2019-03-06 12:01:17
  • order modification time
  • └ memo
  • String
  • 1
  • buyer memo
  • └ action_type
  • String
  • front_create_order
  • action type
  • └ child_order_id
  • Number
  • 31130700125804
  • child order ID
  • └ operator
  • String
  • aliqatest07
  • operator
  • └ order_id
  • Number
  • 31130700125804
  • order ID
  • └ gmt_create
  • String
  • 2018-03-01 12:12
  • order creation time
  • child_order_list
  • GlobalAeopTpChildOrderDto []
  • details
  • child order list
  • └ snapshot_id
  • String
  • 123456
  • snapshot ID
  • └ lot_num
  • Number
  • 1
  • How many products in one piece or lot
  • logistics_amount
  • GlobalMoneyStr
  • details
  • logistics amount
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ cent
  • Number
  • 1
  • Cent
  • └ amount_str
  • String
  • 0.01
  • Amount
  • └ cent_factor
  • Number
  • 100
  • The factor to the smallest currency unit
  • currency
  • Currency
  • details
  • Currency description
  • └ display_name
  • String
  • EUR
  • Display name of the currency
  • └ symbol
  • String
  • EUR
  • Symbol of the currency
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ numeric_code
  • Number
  • 978
  • Numeric code of the currency
  • └ default_fraction_digits
  • Number
  • 2
  • The default minimum accuracy of the currency
  • └ goods_prepare_time
  • Number
  • 7
  • goods prepare days
  • └ product_attributes
  • String
  • {"sku":[{"skuImg":"HTB1CUDKECzqK1RjSZFHq6z3CpXaw.jpg","selfDefineValue":"Azul marino","pName":"Color","pValueId":771,"pValue":"Beige","showType":"none","pId":14,"order":1},{"skuImg":"","selfDefineValue":"2XL","pName":"Size","pValueId":100014066,"pValue":"XS","showType":"none","pId":5,"order":2}]}
  • Extended attributes of product
  • └ buyer_memo
  • String
  • Please change the price
  • buyer memo
  • refund_info
  • GlobalAeopTpRefundInfoDto
  • details
  • refund info
  • └ refund_reason
  • String
  • 1
  • refund reason
  • └ refund_status
  • String
  • refund_frozen
  • refund status: wait_refund, refund_ok, refund_cancel, close, refund_frozen
  • refund_coupon_amt
  • GlobalMoneyStr
  • details
  • refund coupon amount
  • currency
  • Currency
  • details
  • Currency description
  • └ default_fraction_digits
  • Number
  • 2
  • The default minimum accuracy of the currency
  • └ numeric_code
  • Number
  • 978
  • Numeric code of the currency
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ symbol
  • String
  • EUR
  • Symbol of the currency
  • └ display_name
  • String
  • EUR
  • Display name of the currency
  • └ cent
  • Number
  • 1
  • Cent
  • └ cent_factor
  • Number
  • 100
  • The factor to the smallest currency unit
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ amount_str
  • String
  • 0.01
  • Amount
  • refund_cash_amt
  • GlobalMoneyStr
  • details
  • refund cash amount
  • currency
  • Currency
  • details
  • Currency description
  • └ display_name
  • String
  • EUR
  • Display name of the currency
  • └ symbol
  • String
  • EUR
  • Symbol of the currency
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ numeric_code
  • Number
  • 978
  • Numeric code of the currency
  • └ default_fraction_digits
  • Number
  • 2
  • The default minimum accuracy of the currency
  • └ amount_str
  • String
  • 0.01
  • Amount
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ cent_factor
  • Number
  • 100
  • The factor to the smallest currency unit
  • └ cent
  • Number
  • 1
  • Cent
  • └ refund_type
  • String
  • payout_refund
  • refund type
  • └ refund_time
  • String
  • 2018-03-01 12:12
  • refund time
  • └ product_unit
  • String
  • piece
  • product_unit
  • └ id
  • Number
  • 31130700125804
  • order ID
  • └ logistics_type
  • String
  • SPAIN_LOCAL_SEUR
  • logistics type
  • └ frozen_status
  • String
  • NO_FROZEN
  • frozen status(NO_FROZEN; IN_FROZEN)
  • └ issue_status
  • String
  • NO_ISSUE
  • issue status
  • └ order_sort_id
  • Number
  • 1
  • order sort id
  • └ afflicate_fee_rate
  • String
  • 0
  • affiliate fee rate
  • init_order_amt
  • GlobalMoneyStr
  • details
  • order amount
  • └ cent
  • Number
  • 1
  • Cent
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ amount
  • String
  • 0.01
  • Amount
  • └ cent_factor
  • Number
  • 100
  • The factor to the smallest currency unit
  • currency
  • Currency
  • details
  • Currency description
  • └ default_fraction_digits
  • Number
  • 2
  • The default minimum accuracy of the currency
  • └ numeric_code
  • Number
  • 978
  • Numeric code of the currency
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ symbol
  • String
  • EUR
  • Symbol of the currency
  • └ display_name
  • String
  • Euro
  • Display name of the currency
  • child_issue_info
  • GlobalAeopTpIssueInfoDto
  • details
  • child issue info
  • └ issue_time
  • String
  • 2016-12-12 12:12
  • issue creation time
  • └ issue_status
  • String
  • processing
  • issue status: processing, canceled_issue, finish
  • └ issue_model
  • String
  • 1
  • issue model
  • └ logistics_service_name
  • String
  • SEUR
  • logistics service name
  • loan_info
  • GlobalAeopTpLoanInfoDto
  • details
  • order loan info
  • loan_amount
  • GlobalMoneyStr
  • details
  • loan amount
  • currency
  • Currency
  • details
  • Currency description
  • └ display_name
  • String
  • EUR
  • Display name of the currency
  • └ symbol
  • String
  • EUR
  • Symbol of the currency
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ numeric_code
  • Number
  • 978
  • Numeric code of the currency
  • └ default_fraction_digits
  • Number
  • 2
  • The default minimum accuracy of the currency
  • └ cent_factor
  • Number
  • 100
  • The factor to the smallest currency unit
  • └ amount_str
  • String
  • 0.01
  • Amount
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ cent
  • Number
  • 1
  • Cent
  • └ loan_time
  • String
  • 2016-12-12 12:12
  • loan time
  • └ product_snap_url
  • String
  • //www.aliexpress.com/snapshot/null.html?orderId=31130700125804
  • product snapshot Url
  • └ order_status
  • String
  • PLACE_ORDER_SUCCESS
  • Order Status:PLACE_ORDER_SUCCESS; IN_CANCEL; WAIT_SELLER_SEND_GOODS; SELLER_PART_SEND_GOODS; WAIT_BUYER_ACCEPT_GOODS; FUND_PROCESSING; IN_ISSUE; IN_FROZEN; WAIT_SELLER_EXAMINE_MONEY; RISK_CONTROL.
  • └ sku_code
  • String
  • 001025258218376#10
  • SKU code
  • └ send_goods_operator
  • String
  • SELLER_SEND_GOODS
  • SELLER_SEND_GOODS" or "WAREHOUSE_SEND_GOODS"
  • └ product_id
  • Number
  • 32972979985
  • product ID
  • └ product_count
  • Number
  • 1
  • product quantity
  • └ fund_status
  • String
  • NOT_PAY
  • fund status (NOT_PAY;PAY_SUCCESS)
  • └ escrow_fee_rate
  • String
  • 0.08
  • escrow fee rate
  • └ product_img_url
  • String
  • HLB1NxbBKhnaK1RjSZFtq6zC2VXaO.jpg
  • product image Url
  • └ child_order_id
  • String
  • 31130700125804
  • child order ID
  • product_price
  • GlobalMoneyStr
  • details
  • product price
  • └ cent
  • Number
  • 1
  • Cent
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ amount
  • String
  • 0.01
  • Amount
  • └ cent_factor
  • Number
  • 100
  • The factor to the smallest currency unit
  • currency
  • Currency
  • details
  • Currency description
  • └ default_fraction_digits
  • Number
  • 2
  • The default minimum accuracy of the currency
  • └ numeric_code
  • Number
  • 978
  • Numeric code of the currency
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ symbol
  • String
  • EUR
  • Symbol of the currency
  • └ display_name
  • String
  • Euro
  • Display name of the currency
  • └ product_name
  • String
  • Man's Waistcoat Unit.
  • product name
  • └ snapshot_small_photo_path
  • String
  • http://ae01.alicdn.com/kf/http://ae01.alicdn.com/kf/HLB1NxbBKhnaK1RjSZFtq6zC2VXaO.jpg
  • snapshot small photo path
  • └ product_standard
  • String
  • Product specifications
  • └ logistics_warehouse_type
  • String
  • cainiaoInternationalWarehouse
  • cainiaoInternationalWarehouse
  • child_order_discount_info
  • GlobalMoneyStr
  • discount amount of child order
  • discount amount of child order
  • currency
  • Currency
  • currency details
  • Currency description
  • └ default_fraction_digits
  • Number
  • 2
  • The default minimum accuracy of the currency
  • └ numeric_code
  • Number
  • 978
  • Numeric code of the currency
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ symbol
  • String
  • EUR
  • Symbol of the currency
  • └ display_name
  • String
  • Euro
  • Display name of the currency
  • └ cent_factor
  • Number
  • 100
  • The factor to the smallest currency unit
  • └ amount
  • String
  • 0.01
  • Amount
  • └ cent
  • Number
  • 1
  • cent
  • └ currency_code
  • String
  • EUR
  • currency code
  • child_order_adjust_amount
  • GlobalMoneyStr
  • adjust amount
  • An amount to adjust the product price on, for example, if the seller wants to give buyer a personal discount by the "Adjust price" button in order management backend.
  • currency
  • Currency
  • currency details
  • Currency description
  • └ default_fraction_digits
  • Number
  • 2
  • The default minimum accuracy of the currency
  • └ numeric_code
  • Number
  • 978
  • Numeric code of the currency
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ symbol
  • String
  • EUR
  • Symbol of the currency
  • └ display_name
  • String
  • Euro
  • Display name of the currency
  • └ cent_factor
  • Number
  • 100
  • The factor to the smallest currency unit
  • └ amount
  • String
  • 0.01
  • Amount
  • └ cent
  • Number
  • 1
  • cent
  • └ currency_code
  • String
  • EUR
  • currency code
  • child_order_discount_detail_list
  • GlobalAeopTpSaleDiscountInfo []
  • detail list
  • discount detail list for each child order
  • discount_detail
  • GlobalMoneyStr
  • discount detail
  • discount detail
  • currency
  • Currency
  • currency details
  • currency details
  • └ default_fraction_digits
  • Number
  • 2
  • The default minimum accuracy of the currency
  • └ numeric_code
  • Number
  • 978
  • Numeric code of the currency
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ symbol
  • String
  • EUR
  • Symbol of the currency
  • └ display_name
  • String
  • Euro
  • Display name of the currency
  • └ cent_factor
  • Number
  • 100
  • The factor to the smallest currency unit
  • └ amount
  • String
  • 0.01
  • Amount
  • └ cent
  • Number
  • 1
  • cent
  • └ currency_code
  • String
  • EUR
  • currency code
  • └ promotion_owner
  • String
  • seller
  • Promotion owner, can be Seller, Platform or Mix.
  • └ promotion_type
  • String
  • shopCoupon
  • promotion type
  • └ promotion_id
  • String
  • 5000002256144628
  • promotion ID
  • └ gmt_create
  • String
  • 2019-03-06 12:01:17
  • order creation time
  • └ seller_operator_login_id
  • String
  • cn1285376574iepp
  • seller operator login ID
  • └ payment_type
  • String
  • migs
  • payment type
  • loan_info
  • GlobalAeopTpLoanInfoDto
  • details
  • loan info
  • loan_amount
  • GlobalMoneyStr
  • details
  • loan amount
  • └ cent
  • Number
  • 1
  • Cent
  • └ amount
  • String
  • 0.01
  • Amount
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ cent_factor
  • Number
  • 100
  • The factor to the smallest currency unit
  • currency
  • Currency
  • details
  • Currency description
  • └ display_name
  • String
  • EUR
  • Display name of the currency
  • └ symbol
  • String
  • EUR
  • Symbol of the currency
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ numeric_code
  • Number
  • 840
  • Numeric code of the currency
  • └ default_fraction_digits
  • Number
  • 2
  • The default minimum accuracy of the currency
  • └ loan_time
  • String
  • 2018-03-01 12:12
  • loan time
  • └ order_status
  • String
  • PLACE_ORDER_SUCCESS
  • Order Status:PLACE_ORDER_SUCCESS; IN_CANCEL; WAIT_SELLER_SEND_GOODS; SELLER_PART_SEND_GOODS; WAIT_BUYER_ACCEPT_GOODS; FUND_PROCESSING; IN_ISSUE; IN_FROZEN; WAIT_SELLER_EXAMINE_MONEY; RISK_CONTROL.
  • └ buyer_signer_fullname
  • String
  • BYD Song
  • buyer full name
  • └ gmt_pay_success
  • String
  • 2018-03-01 12:12
  • successful payment time
  • └ loan_status
  • String
  • loan_none
  • loan status
  • └ seller_operator_aliidloginid
  • String
  • 1
  • seller operator ali login id
  • └ fund_status
  • String
  • NOT_PAY
  • fund status
  • escrow_fee
  • GlobalMoneyStr
  • details
  • escrow fee (deprecated)
  • └ cent
  • Number
  • 1
  • Cent
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ amount
  • String
  • 0.01
  • Amount
  • └ cent_factor
  • Number
  • 100
  • The factor to the smallest currency unit
  • currency
  • Currency
  • details
  • Currency description
  • └ default_fraction_digits
  • Number
  • 2
  • The default minimum accuracy of the currency
  • └ numeric_code
  • Number
  • 978
  • Numeric code of the currency
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ symbol
  • String
  • EUR
  • Symbol of the currency
  • └ display_name
  • String
  • Euro
  • Display name of the currency
  • └ cpf_number
  • String
  • 57523131221
  • cpf number of order
  • └ offline_pickup_type
  • String
  • RU_OFFLINE_SELF_PICK_UP_EXPRESSION
  • pick-up type of order
  • order_discount_info
  • GlobalMoneyStr
  • order discount info
  • Order discount total amount (sum of the platform and seller discounts)
  • currency
  • Currency
  • details
  • Currency description
  • └ display_name
  • String
  • Euro
  • Display name of the currency
  • └ symbol
  • String
  • EUR
  • Symbol of the currency
  • └ currency_code
  • String
  • EUR
  • Currency code
  • └ numeric_code
  • Number
  • 978
  • Numeric code of the currency
  • └ default_fraction_digits
  • Number
  • 2
  • The default minimum accuracy of the currency
  • └ cent_factor
  • Number
  • 100
  • The factor to the smallest currency unit
  • └ amount
  • String
  • 0.01
  • Amount
  • └ currency_code
  • String
  • EUR
  • currency code
  • └ cent
  • Number
  • 1
  • Cent
  • └ offline_pickup_point_code
  • String
  • PICK_UP_001
  • pickup point code of the specific order

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AliexpressSolutionOrderInfoGetRequest req = new AliexpressSolutionOrderInfoGetRequest();
AliexpressSolutionOrderInfoGetRequest.OrderDetailQuery obj1 = new AliexpressSolutionOrderInfoGetRequest.OrderDetailQuery();
obj1.setExtInfoBitFlag(11111L);
obj1.setOrderId(12345678L);
req.setParam1(obj1);
AliexpressSolutionOrderInfoGetResponse rsp = client.execute(req, sessionKey);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<aliexpress_solution_order_info_get_response>
    <result>
        <error_message>account not found</error_message>
        <time_stamp>2019-03-06 12:01:17</time_stamp>
        <error_code>F00-10-10000-001</error_code>
        <data>
            <buyer_info>
                <login_id>aliqatest07</login_id>
                <last_name>Song</last_name>
                <first_name>BYD</first_name>
                <country>IL</country>
            </buyer_info>
            <gmt_modified>2019-03-06 12:01:17</gmt_modified>
            <receipt_address>
                <fax_area>1</fax_area>
                <zip>28108</zip>
                <fax_country>04</fax_country>
                <address2>505</address2>
                <detail_address>Agustin de foxa 30</detail_address>
                <country>ES</country>
                <city>Alcobendas</city>
                <fax_number>1</fax_number>
                <phone_number>1</phone_number>
                <address>1</address>
                <province>Madrid</province>
                <phone_area>+07</phone_area>
                <phone_country>+34</phone_country>
                <contact_person>Alejandro</contact_person>
                <mobile_no>666666666</mobile_no>
                <localized_address></localized_address>
            </receipt_address>
            <gmt_trade_end>2018-03-01 12:12</gmt_trade_end>
            <is_phone>false</is_phone>
            <buyerloginid>aliqatest07</buyerloginid>
            <logistics_amount>
                <cent>1</cent>
                <currency_code>EUR</currency_code>
                <amount>0.01</amount>
                <cent_factor>100</cent_factor>
                <currency>
                    <default_fraction_digits>2</default_fraction_digits>
                    <numeric_code>978</numeric_code>
                    <currency_code>EUR</currency_code>
                    <symbol>EUR</symbol>
                    <display_name>Euro</display_name>
                </currency>
            </logistics_amount>
            <memo>1</memo>
            <logisitcs_escrow_fee_rate>0.00</logisitcs_escrow_fee_rate>
            <order_msg_list>
                <global_aeop_tp_order_msg_dto>
                    <id>12345678</id>
                    <gmt_create>2019-03-06 12:01:17</gmt_create>
                    <gmt_modified>2019-03-06 12:01:17</gmt_modified>
                    <business_order_id>1</business_order_id>
                    <status>1</status>
                    <content>1</content>
                    <poster>buyer</poster>
                    <sender_login_id>cn1233</sender_login_id>
                    <sender_seq>2</sender_seq>
                    <sender_admin_seq>1</sender_admin_seq>
                    <sender_first_name>1</sender_first_name>
                    <sender_last_name>1</sender_last_name>
                    <receiver_login_id>cn12345</receiver_login_id>
                    <receiver_seq>1</receiver_seq>
                    <receiver_admin_seq>1455</receiver_admin_seq>
                    <receiver_first_name>54</receiver_first_name>
                    <receiver_last_name>1</receiver_last_name>
                </global_aeop_tp_order_msg_dto>
            </order_msg_list>
            <child_order_ext_info_list>
                <global_aeop_tp_order_product_info_dto>
                    <quantity>1</quantity>
                    <unit_price>
                        <cent>1</cent>
                        <currency_code>EUR</currency_code>
                        <amount>0.01</amount>
                        <cent_factor>100</cent_factor>
                        <currency>
                            <default_fraction_digits>2</default_fraction_digits>
                            <numeric_code>978</numeric_code>
                            <currency_code>EUR</currency_code>
                            <symbol>EUR</symbol>
                            <display_name>Euro</display_name>
                        </currency>
                    </unit_price>
                    <sku>{&quot;sku&quot;:[{&quot;skuImg&quot;:&quot;HTB1CUDKECzqK1RjSZFHq6z3CpXaw.jpg&quot;,&quot;selfDefineValue&quot;:&quot;Azul marino&quot;,&quot;pName&quot;:&quot;Color&quot;,&quot;pValueId&quot;:771,&quot;pValue&quot;:&quot;Beige&quot;,&quot;showType&quot;:&quot;none&quot;,&quot;pId&quot;:14,&quot;order&quot;:1},{&quot;skuImg&quot;:&quot;&quot;,&quot;selfDefineValue&quot;:&quot;2XL&quot;,&quot;pName&quot;:&quot;Size&quot;,&quot;pValueId&quot;:100014066,&quot;pValue&quot;:&quot;XS&quot;,&quot;showType&quot;:&quot;none&quot;,&quot;pId&quot;:5,&quot;order&quot;:2}]}</sku>
                    <product_name>Man&apos;s Waistcoat Unit.</product_name>
                    <product_id>32972979985</product_id>
                    <category_id>5090301</category_id>
                </global_aeop_tp_order_product_info_dto>
            </child_order_ext_info_list>
            <issue_info>
                <issue_model>1</issue_model>
                <issue_status>NO_ISSUE</issue_status>
                <issue_time>2018-03-01 12:12</issue_time>
            </issue_info>
            <refund_info>
                <refund_reason>1</refund_reason>
                <refund_status>refund_frozen</refund_status>
                <refund_coupon_amt>
                    <cent>1</cent>
                    <currency_code>EUR</currency_code>
                    <amount>0.01</amount>
                    <cent_factor>100</cent_factor>
                    <currency>
                        <default_fraction_digits>2</default_fraction_digits>
                        <numeric_code>978</numeric_code>
                        <currency_code>EUR</currency_code>
                        <symbol>EUR</symbol>
                        <display_name>Euro</display_name>
                    </currency>
                </refund_coupon_amt>
                <refund_cash_amt>
                    <cent>1</cent>
                    <currency_code>EUR</currency_code>
                    <amount>0.01</amount>
                    <cent_factor>100</cent_factor>
                    <currency>
                        <default_fraction_digits>2</default_fraction_digits>
                        <numeric_code>978</numeric_code>
                        <currency_code>EUR</currency_code>
                        <symbol>EUR</symbol>
                        <display_name>Euro</display_name>
                    </currency>
                </refund_cash_amt>
                <refund_type>payout_refund</refund_type>
                <refund_time>2018-03-01 12:12</refund_time>
            </refund_info>
            <settlement_currency>EUR</settlement_currency>
            <logistic_info_list>
                <global_aeop_tp_logistic_info_dto>
                    <logistics_no>1</logistics_no>
                    <have_tracking_info>false</have_tracking_info>
                    <recv_status_desc>Country is not matched</recv_status_desc>
                    <logistics_service_name>SEUR</logistics_service_name>
                    <ship_order_id>1234567</ship_order_id>
                    <gmt_send>2018-03-01 12:12</gmt_send>
                    <gmt_received>2018-03-01 12:12</gmt_received>
                    <logistics_type_code>EMS_ZX_ZX_US</logistics_type_code>
                    <receive_status>default</receive_status>
                </global_aeop_tp_logistic_info_dto>
            </logistic_info_list>
            <pay_amount_by_settlement_cur>1.01</pay_amount_by_settlement_cur>
            <id>31130700125804</id>
            <frozen_status>NO_FROZEN</frozen_status>
            <issue_status>NO_ISSUE</issue_status>
            <logistics_status>NO_LOGISTICS</logistics_status>
            <order_amount>
                <cent>1</cent>
                <currency_code>EUR</currency_code>
                <amount>0.01</amount>
                <cent_factor>100</cent_factor>
                <currency>
                    <default_fraction_digits>2</default_fraction_digits>
                    <numeric_code>978</numeric_code>
                    <currency_code>EUR</currency_code>
                    <symbol>EUR</symbol>
                    <display_name>Euro</display_name>
                </currency>
            </order_amount>
            <seller_signer_fullname>Henry Wong</seller_signer_fullname>
            <over_time_left>2019-03-26 13:01:17</over_time_left>
            <order_end_reason>1</order_end_reason>
            <init_oder_amount>
                <cent>1</cent>
                <currency_code>EUR</currency_code>
                <amount>0.01</amount>
                <cent_factor>100</cent_factor>
                <currency>
                    <default_fraction_digits>2</default_fraction_digits>
                    <numeric_code>978</numeric_code>
                    <currency_code>EUR</currency_code>
                    <symbol>EUR</symbol>
                    <display_name>Euro</display_name>
                </currency>
            </init_oder_amount>
            <opr_log_dto_list>
                <global_aeop_tp_operation_log_dto>
                    <id>80000116680785810</id>
                    <gmt_modified>2019-03-06 12:01:17</gmt_modified>
                    <memo>1</memo>
                    <action_type>front_create_order</action_type>
                    <child_order_id>31130700125804</child_order_id>
                    <operator>aliqatest07</operator>
                    <order_id>31130700125804</order_id>
                    <gmt_create>2018-03-01 12:12</gmt_create>
                </global_aeop_tp_operation_log_dto>
            </opr_log_dto_list>
            <child_order_list>
                <global_aeop_tp_child_order_dto>
                    <snapshot_id>123456</snapshot_id>
                    <lot_num>1</lot_num>
                    <logistics_amount>
                        <currency_code>EUR</currency_code>
                        <cent>1</cent>
                        <amount_str>0.01</amount_str>
                        <cent_factor>100</cent_factor>
                        <currency>
                            <display_name>EUR</display_name>
                            <symbol>EUR</symbol>
                            <currency_code>EUR</currency_code>
                            <numeric_code>978</numeric_code>
                            <default_fraction_digits>2</default_fraction_digits>
                        </currency>
                    </logistics_amount>
                    <goods_prepare_time>7</goods_prepare_time>
                    <product_attributes>{&quot;sku&quot;:[{&quot;skuImg&quot;:&quot;HTB1CUDKECzqK1RjSZFHq6z3CpXaw.jpg&quot;,&quot;selfDefineValue&quot;:&quot;Azul marino&quot;,&quot;pName&quot;:&quot;Color&quot;,&quot;pValueId&quot;:771,&quot;pValue&quot;:&quot;Beige&quot;,&quot;showType&quot;:&quot;none&quot;,&quot;pId&quot;:14,&quot;order&quot;:1},{&quot;skuImg&quot;:&quot;&quot;,&quot;selfDefineValue&quot;:&quot;2XL&quot;,&quot;pName&quot;:&quot;Size&quot;,&quot;pValueId&quot;:100014066,&quot;pValue&quot;:&quot;XS&quot;,&quot;showType&quot;:&quot;none&quot;,&quot;pId&quot;:5,&quot;order&quot;:2}]}</product_attributes>
                    <buyer_memo>Please change the price</buyer_memo>
                    <refund_info>
                        <refund_reason>1</refund_reason>
                        <refund_status>refund_frozen</refund_status>
                        <refund_coupon_amt>
                            <currency>
                                <default_fraction_digits>2</default_fraction_digits>
                                <numeric_code>978</numeric_code>
                                <currency_code>EUR</currency_code>
                                <symbol>EUR</symbol>
                                <display_name>EUR</display_name>
                            </currency>
                            <cent>1</cent>
                            <cent_factor>100</cent_factor>
                            <currency_code>EUR</currency_code>
                            <amount_str>0.01</amount_str>
                        </refund_coupon_amt>
                        <refund_cash_amt>
                            <currency>
                                <display_name>EUR</display_name>
                                <symbol>EUR</symbol>
                                <currency_code>EUR</currency_code>
                                <numeric_code>978</numeric_code>
                                <default_fraction_digits>2</default_fraction_digits>
                            </currency>
                            <amount_str>0.01</amount_str>
                            <currency_code>EUR</currency_code>
                            <cent_factor>100</cent_factor>
                            <cent>1</cent>
                        </refund_cash_amt>
                        <refund_type>payout_refund</refund_type>
                        <refund_time>2018-03-01 12:12</refund_time>
                    </refund_info>
                    <product_unit>piece</product_unit>
                    <id>31130700125804</id>
                    <logistics_type>SPAIN_LOCAL_SEUR</logistics_type>
                    <frozen_status>NO_FROZEN</frozen_status>
                    <issue_status>NO_ISSUE</issue_status>
                    <order_sort_id>1</order_sort_id>
                    <afflicate_fee_rate>0</afflicate_fee_rate>
                    <init_order_amt>
                        <cent>1</cent>
                        <currency_code>EUR</currency_code>
                        <amount>0.01</amount>
                        <cent_factor>100</cent_factor>
                        <currency>
                            <default_fraction_digits>2</default_fraction_digits>
                            <numeric_code>978</numeric_code>
                            <currency_code>EUR</currency_code>
                            <symbol>EUR</symbol>
                            <display_name>Euro</display_name>
                        </currency>
                    </init_order_amt>
                    <child_issue_info>
                        <issue_time>2016-12-12 12:12</issue_time>
                        <issue_status>processing</issue_status>
                        <issue_model>1</issue_model>
                    </child_issue_info>
                    <logistics_service_name>SEUR</logistics_service_name>
                    <loan_info>
                        <loan_amount>
                            <currency>
                                <display_name>EUR</display_name>
                                <symbol>EUR</symbol>
                                <currency_code>EUR</currency_code>
                                <numeric_code>978</numeric_code>
                                <default_fraction_digits>2</default_fraction_digits>
                            </currency>
                            <cent_factor>100</cent_factor>
                            <amount_str>0.01</amount_str>
                            <currency_code>EUR</currency_code>
                            <cent>1</cent>
                        </loan_amount>
                        <loan_time>2016-12-12 12:12</loan_time>
                    </loan_info>
                    <product_snap_url>//www.aliexpress.com/snapshot/null.html?orderId=31130700125804</product_snap_url>
                    <order_status>PLACE_ORDER_SUCCESS</order_status>
                    <sku_code>001025258218376#10</sku_code>
                    <send_goods_operator>SELLER_SEND_GOODS</send_goods_operator>
                    <product_id>32972979985</product_id>
                    <product_count>1</product_count>
                    <fund_status>NOT_PAY</fund_status>
                    <escrow_fee_rate>0.08</escrow_fee_rate>
                    <product_img_url>HLB1NxbBKhnaK1RjSZFtq6zC2VXaO.jpg</product_img_url>
                    <child_order_id>31130700125804</child_order_id>
                    <product_price>
                        <cent>1</cent>
                        <currency_code>EUR</currency_code>
                        <amount>0.01</amount>
                        <cent_factor>100</cent_factor>
                        <currency>
                            <default_fraction_digits>2</default_fraction_digits>
                            <numeric_code>978</numeric_code>
                            <currency_code>EUR</currency_code>
                            <symbol>EUR</symbol>
                            <display_name>Euro</display_name>
                        </currency>
                    </product_price>
                    <product_name>Man&apos;s Waistcoat Unit.</product_name>
                    <snapshot_small_photo_path>http://ae01.alicdn.com/kf/http://ae01.alicdn.com/kf/HLB1NxbBKhnaK1RjSZFtq6zC2VXaO.jpg</snapshot_small_photo_path>
                    <product_standard></product_standard>
                    <logistics_warehouse_type>cainiaoInternationalWarehouse</logistics_warehouse_type>
                    <child_order_discount_info>
                        <currency>
                            <default_fraction_digits>2</default_fraction_digits>
                            <numeric_code>978</numeric_code>
                            <currency_code>EUR</currency_code>
                            <symbol>EUR</symbol>
                            <display_name>Euro</display_name>
                        </currency>
                        <cent_factor>100</cent_factor>
                        <amount>0.01</amount>
                        <cent>1</cent>
                        <currency_code>EUR</currency_code>
                    </child_order_discount_info>
                    <child_order_adjust_amount>
                        <currency>
                            <default_fraction_digits>2</default_fraction_digits>
                            <numeric_code>978</numeric_code>
                            <currency_code>EUR</currency_code>
                            <symbol>EUR</symbol>
                            <display_name>Euro</display_name>
                        </currency>
                        <cent_factor>100</cent_factor>
                        <amount>0.01</amount>
                        <cent>1</cent>
                        <currency_code>EUR</currency_code>
                    </child_order_adjust_amount>
                    <child_order_discount_detail_list>
                        <global_aeop_tp_sale_discount_info>
                            <discount_detail>
                                <currency>
                                    <default_fraction_digits>2</default_fraction_digits>
                                    <numeric_code>978</numeric_code>
                                    <currency_code>EUR</currency_code>
                                    <symbol>EUR</symbol>
                                    <display_name>Euro</display_name>
                                </currency>
                                <cent_factor>100</cent_factor>
                                <amount>0.01</amount>
                                <cent>1</cent>
                                <currency_code>EUR</currency_code>
                            </discount_detail>
                            <promotion_owner>seller</promotion_owner>
                            <promotion_type>shopCoupon</promotion_type>
                            <promotion_id>5000002256144628</promotion_id>
                        </global_aeop_tp_sale_discount_info>
                    </child_order_discount_detail_list>
                </global_aeop_tp_child_order_dto>
            </child_order_list>
            <gmt_create>2019-03-06 12:01:17</gmt_create>
            <seller_operator_login_id>cn1285376574iepp</seller_operator_login_id>
            <payment_type>migs</payment_type>
            <loan_info>
                <loan_amount>
                    <cent>1</cent>
                    <amount>0.01</amount>
                    <currency_code>EUR</currency_code>
                    <cent_factor>100</cent_factor>
                    <currency>
                        <display_name>EUR</display_name>
                        <symbol>EUR</symbol>
                        <currency_code>EUR</currency_code>
                        <numeric_code>840</numeric_code>
                        <default_fraction_digits>2</default_fraction_digits>
                    </currency>
                </loan_amount>
                <loan_time>2018-03-01 12:12</loan_time>
            </loan_info>
            <order_status>PLACE_ORDER_SUCCESS</order_status>
            <buyer_signer_fullname>BYD Song</buyer_signer_fullname>
            <gmt_pay_success>2018-03-01 12:12</gmt_pay_success>
            <loan_status>loan_none</loan_status>
            <seller_operator_aliidloginid>1</seller_operator_aliidloginid>
            <fund_status>NOT_PAY</fund_status>
            <escrow_fee>
                <cent>1</cent>
                <currency_code>EUR</currency_code>
                <amount>0.01</amount>
                <cent_factor>100</cent_factor>
                <currency>
                    <default_fraction_digits>2</default_fraction_digits>
                    <numeric_code>978</numeric_code>
                    <currency_code>EUR</currency_code>
                    <symbol>EUR</symbol>
                    <display_name>Euro</display_name>
                </currency>
            </escrow_fee>
            <cpf_number>57523131221</cpf_number>
            <offline_pickup_type>RU_OFFLINE_SELF_PICK_UP_EXPRESSION</offline_pickup_type>
            <order_discount_info>
                <currency>
                    <display_name>Euro</display_name>
                    <symbol>EUR</symbol>
                    <currency_code>EUR</currency_code>
                    <numeric_code>978</numeric_code>
                    <default_fraction_digits>2</default_fraction_digits>
                </currency>
                <cent_factor>100</cent_factor>
                <amount>0.01</amount>
                <currency_code>EUR</currency_code>
                <cent>1</cent>
            </order_discount_info>
            <offline_pickup_point_code>PICK_UP_001</offline_pickup_point_code>
        </data>
    </result>
</aliexpress_solution_order_info_get_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部