...
url: /client/consignment/batch-create-client-direct-consignmentPost-Pending-Consignment-With-Products-Json?type=client_direct
参数Code Block collapse true [ { "delivery_service_id" : "1", "delivery_package_size_id" : "1", "contact" : "abc", "address_line1" : "Sömmeringstr. 78", "city" : "Hördt", "county" : "Rheinland-Pfalz", "post_code" : "76771", "country_iso" : "DE", "telephone" : "0204342535", "packages" : [ { "reference" : "1", "length" : "3", "width" : "2", "depth" : "1", "weight" : "1", "products" : [ { "name" : "light", "commodity_code" : "hscode", "quantity" : "2", "price" : "3", "price_customs_export" : "3" } ] }, { "reference" : "1", "length" : "3", "width" : "2", "depth" : "1", "weight" : "1", "products" : [ { "name" : "light", "commodity_code" : "hscode", "quantity" : "2", "price" : "3", "price_customs_export" : "3", "net_weight" : "3", "origin_country_iso" : "CN" }, { "name" : "light2", "commodity_code" : "hscode2", "quantity" : "2", "price" : "3", "price_customs_export" : "3", "net_weight" : "3", "origin_country_iso" : "CN" } ] } ] }, { "delivery_service_id" : "1", "delivery_package_size_id" : "1", "contact" : "abc", "address_line1" : "Sömmeringstr. 78", "city" : "Hördt", "county" : "Rheinland-Pfalz", "post_code" : "76771", "country_iso" : "DE", "telephone" : "0204342535", "packages" : [ { "reference" : "1", "length" : "3", "width" : "2", "depth" : "1", "weight" : "1", "products" : [ { "name" : "light", "commodity_code" : "hscode", "quantity" : "2", "price" : "3", "price_customs_export" : "3", "net_weight" : "3" } ] } ] } ]
具体通讯流程请看 Home
通过api传入的尺寸单位为cm, 重量单位为kg
...