...
Code Block |
---|
[ { "delivery_service_id": "5198", "type":"AGENT_DIRECT", "business_name": "", "contact": "Rochelle Kerr", "address_line1": "23 Portelet Court", "city": "London", "county": "London", "post_code": "N1 5TL", "country_iso": "GB", "telephone": "07983-467763-467763", "custom_identity_reference":"24SF242321224SF242321", "line": "1", "products": [ { "product_name": "3apple29", "product_name_cn":"3苹果29", "brand":"asd品牌", "client_ref":"a4624", "price_customs_export": "3", "sales_price":"10", "weight": "300", "quantity": "1", "product_customs_property":["其它"], "attachment-url":"http://www.qqma.com/imgpic2/cpimagenew/2018/4/5/6e1de60ce43d4bf4b9671d7661024e7a.jpg" }, { "product_name": "4apple29", "product_name_cn":"4苹果29", "brand":"asd品牌", "client_ref":"a5456", "price_customs_export": "3", "sales_price":"10", "weight": "300", "quantity": "1", "product_customs_property":["其它"], "attachment-url":"http://www.qqma.com/imgpic2/cpimagenew/2018/4/5/6e1de60ce43d4bf4b9671d7661024e7a.jpg" } ] } ] |
...
Code Block | ||
---|---|---|
| ||
{ "success": true, "data": [ { "id": 2001210360000027, "company_id": 36, "client_id": 47, "warehouse_id": null, "consignment_product_quantity": "2", "consignment_product_reference": "3apple29,4apple29", "delivery_service_id": 5198, "delivery_service_id_internal": 5198, "delivery_package_size_id": 877, "total_price": "0.00", "total_delivery_fee": "9.00", "total_handling_fee": "0.00", "length": "0.00", "width": "0.00", "depth": "0.00", "total_weight": "600.00", "total_volume": "0.00", "total_volume_weight": "0.0000", "guarantee_percentage": "0.00", "contact": "Rochelle Kerr", "business_name": null, "address_line1": "23 Portelet Court", "address_line2": null, "address_line3": null, "city": "London", "county": "London", "post_code": "N1 5TL", "country_iso": "GB", "telephone": "07983-467763-467763", "email": null, "sender_contact": null, "sender_business_name": null, "sender_address_line1": null, "sender_address_line2": null, "sender_address_line3": null, "sender_city": null, "sender_county": null, "sender_post_code": null, "sender_country_iso": null, "sender_email": null, "sender_telephone": null, "sales_reference": null, "sales_price": "0.000", "customs_price": "6.000", "custom_identity_reference": "224SF242321", "sales_order_id": null, "payment_reference": null, "1909290020000006": "0B04387370000000002CE" "delivery_reference": "0B043873700001DFE9790", "tracking_reference": null, "special_instruction": null, "neighbour_instruction": null, "temp_consignment_info_id": null, "is_urgent": "0", "is_forced_delivery_service": "0", "create_time": "2020-01-21 18:22:57", "finish_time": null, "arrive_time": null, "update_time": "2020-01-21 18:22:57", "type": "AGENT_DIRECT", "status": "ADDRESS_LABEL_PRINTED", "stock_status": "ONLY_ORI_STOCK_ENOUGH", "is_hide_delivery_reference_to_consignment": "0" } ], "moduleName": "client" } |
...