client-dispatch-container-product
URI: http://test.birdsystem.com/client/Client-Dispatch-Container-Product
Column
Column Name | Comment | Mandatory | Type |
---|---|---|---|
id | ID | INT(10) | |
client_dispatch_id | Client dispatch ID | YES | INT(10) |
client_dispatch_container_id | Client dispatch container ID | YES | INT(10) |
product_id | Product ID | YES | INT(16) |
quantity | Quantity | YES | INT(10) |
quantity_check | First warehouse check quantity | INT(10) | |
quantity_stock | Destination warehouse stock quantity | INT(10) | |
product_name | Product name | VARCHAR(50) | |
product_name_customs | Product customs name | VARCHAR(50) |
GET Url Param
参数名 | 注释 | 示例 |
---|---|---|
client_dispatch_id | Client dispatch ID | client_dispatch_id=1 |
selectFields | Extra search field | selectFields=quantity_stock |
limit | Get how many records | limit=50 |
GET Response
{ "total":2, "data":[ { "client_dispatch_id":1, "warehouse_dispatch_id":null, "product_name":"足球队4G外壳 Arsenal", "product_name_customs":"足球队4G外壳 Arsenal", "product_material":"", "product_usage":"", "product_brand":"", "product_price_customs_export":"2.000", "customs_category_full_code":null, "product_battery_type":null, "warehouse_dispatch_pallet_id":1, "warehouse_id_origination":null, "warehouse_id_destination":null, "id":1, "client_dispatch_container_id":1, "stock_import_reference":"1000", "product_id":1, "quantity":"10", "quantity_check":10, "has_client_consent_with_quantity_check":null, "length":"180.00", "width":"140.00", "depth":"20.00", "weight":"30.00", "length_check":"180.00", "width_check":"140.00", "depth_check":"20.00", "weight_check":"30.00", "price":"0.00", "note":null, "check_type":"MANULLY", "check_status":"CHECK_PASSED", "check_time":"2017-07-22 03:46:54", "status":"STOCKED", "primary_keys":[ "id" ], "is_expensive_product":1, "quantity_difference":0, "product-name":"足球队4G外壳 Arsenal", "product-material":"", "product-usage":"", "product-brand":"", "product-name_customs":"足球队4G外壳 Arsenal", "product-client_ref":"IP-269-1", "product-price_customs_import":0, "product-price_customs_export":"2.000", "product-client_id":1, "client_dispatch_container-update_time":"2017-07-22 17:46:27", "warehouse_dispatch_pallet-id":1, "client_dispatch_container-reference":"1", "client_dispatch_container-FBA_carton_label":null, "client_dispatch_product-is_high_risk":0, "client_dispatch_product-need_check":0, "battery_type":null, "quantity_stock":10 }, { "client_dispatch_id":1, "warehouse_dispatch_id":null, "product_name":"足球队4G外壳 Arsenal", "product_name_customs":"足球队4G外壳 Arsenal", "product_material":"", "product_usage":"", "product_brand":"", "product_price_customs_export":"2.000", "customs_category_full_code":null, "product_battery_type":null, "warehouse_dispatch_pallet_id":1, "warehouse_id_origination":null, "warehouse_id_destination":null, "id":2, "client_dispatch_container_id":2, "stock_import_reference":"1000", "product_id":1, "quantity":"15", "quantity_check":15, "has_client_consent_with_quantity_check":null, "length":"180.00", "width":"140.00", "depth":"20.00", "weight":"30.00", "length_check":"180.00", "width_check":"140.00", "depth_check":"20.00", "weight_check":"30.00", "price":"0.00", "note":null, "check_type":"MANULLY", "check_status":"CHECK_PASSED", "check_time":"2017-07-22 03:47:11", "status":"STOCKED", "primary_keys":[ "id" ], "is_expensive_product":1, "quantity_difference":0, "product-name":"足球队4G外壳 Arsenal", "product-material":"", "product-usage":"", "product-brand":"", "product-name_customs":"足球队4G外壳 Arsenal", "product-client_ref":"IP-269-1", "product-price_customs_import":0, "product-price_customs_export":"2.000", "product-client_id":1, "client_dispatch_container-update_time":"2017-07-22 17:46:27", "warehouse_dispatch_pallet-id":1, "client_dispatch_container-reference":"2", "client_dispatch_container-FBA_carton_label":null, "client_dispatch_product-is_high_risk":0, "client_dispatch_product-need_check":0, "battery_type":null, "quantity_stock":10 } ], "success":true, "moduleName":"client" }