Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

地址: http://test.birdsystem.com/client/Container-Product/Get-Product-Stock-Info

...

Code Block
{
    "total": 2,//产品sku种类数
    "data": [
        {
            "product_id": 499154,
            "quantity": "11",
            "company_id": 35,
            "company_site_name": "空运动态仓",
            "product_client_ref": "1-3786753345011"
           "is_dynamic_warehouse": 0//不为动态仓库
        },
        {
            "product_id": 499154,
            "quantity": "7",
            "company_id": 36,
            "company_site_name": "CN 东莞站",
            "product_client_ref": "1-3786753345011"
            "is_dynamic_warehouse": 1//为动态仓库
        },
        {
            "product_id": 212236,
            "quantity": "14",
            "company_id": "0",
            "company_site_name": "Frozen Stock",//冻结库存冻结库存信息单独一个数据展示
            "product_client_ref": "983-123456"
        }
    ],
    "success": true,
    "refresh": false,
    "moduleName": "client"
}

...