Xportcn KA client
  1. wms
Xportcn KA client
  • English version
    • API Reference
      • Basics
        • Get user address information
        • Address added and updated
      • Warehouse logistics
        • Please refer to the estimated overseas freight
        • Order overseas freight preview
        • Create international logistics orders
        • Update domestic logistics information
      • KA
        • Interface description flowchart
        • AlibabaProduct
          • AlibabaProductKeywordsQuery
          • AlibabaProductImageQuery
          • AlibabaProductCategory
          • AlibabaProductDetail
          • AlibabaProductFreightEstimateGet
          • AlibabaProductPoolList
        • AlibabaOrderController
          • Order list
          • Order Preview (The preview interface needs to be called before creating an order)
          • Create an order
          • Get order details
      • wms
        • Package forecasting
          POST
        • package inbound
          POST
        • package update
          POST
    • Product Documentation
      • Announcement
      • Summarize
      • Beginner's guide
        • Become a developer
        • Obtain the Access Key and Access key
        • Start development
      • API tutorial
        • Development manual
        • Error code
      • Message service access
        • Message access manual
      • Account test
        • 1688 Test account
      • Q&A
        • Merchandise store search screening
  1. wms

package inbound

Developing
POST
/wms/package/inbound

Request

Body Params application/json

Example
{"out_order_id":"205569999****","alibaba_order_id":"2887421737338134260","logistics_tracking_number":"YT7565691026776","quality_inspection_info":{"status":"质检通过","weight":0.4,"length":23,"width":"34","height":56,"failed_remark":"白色领口有污点","images":["https://cbu01.alicdn.com/img/ibank/O1CN01sdKLEv1pYt92rYQNZ_!!2214330725373-0-cib.jpg"],"failed_images":["https://cbu01.alicdn.com/img/ibank/O1CN01sdKLEv1pYt92rYQNZ_!!2214330725373-0-cib.jpg"]}}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://www.xportcn.com/api/wms/package/inbound' \
--header 'Content-Type: application/json' \
--data-raw '{"out_order_id":"205569999****","alibaba_order_id":"2887421737338134260","logistics_tracking_number":"YT7565691026776","quality_inspection_info":{"status":"质检通过","weight":0.4,"length":23,"width":"34","height":56,"failed_remark":"白色领口有污点","images":["https://cbu01.alicdn.com/img/ibank/O1CN01sdKLEv1pYt92rYQNZ_!!2214330725373-0-cib.jpg"],"failed_images":["https://cbu01.alicdn.com/img/ibank/O1CN01sdKLEv1pYt92rYQNZ_!!2214330725373-0-cib.jpg"]}}'

Responses

🟢200成功
application/json
Body

Example
{
    "data": true
}
Modified at 2025-08-22 05:44:17
Previous
Package forecasting
Next
package update
Built with