装箱产品
地址: http://test.birdsystem.com/client/Client-Dispatch-Container-Product
列
列名 | 注释 | 是否必填 | 类型 |
---|---|---|---|
id | ID | INT(10) | |
client_dispatch_id | 客户发货单ID | 是 | INT(10) |
client_dispatch_container_id | 客户发货箱ID | 是 | INT(10) |
product_id | 产品ID | 是 | INT(16) |
quantity | 数量 | 是 | INT(10) |
quantity_check | 头程仓查验数量 | INT(10) | |
quantity_stock | 目的仓上架数量 | INT(10) | |
product_name | 产品名 | VARCHAR(50) | |
product_name_customs | 产品报关名 | VARCHAR(50) |
GET 查询参数
参数名 | 注释 | 示例 |
---|---|---|
client_dispatch_id | 客户发货单ID | client_dispatch_id=1 |
selectFields | 额外的查询列 | selectFields=quantity_stock |
limit | 获取多少条记录 | limit=50 |
GET 返回
{ "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" }