全部
在线测试
根据商品库存 ID 获取商品库存管理信息
接口地址: http://proxy-api.vv-tool.com/api/proxy/wms/infoStorageGetById
接口介绍: 根据商品库存 ID 获取商品库存管理信息
请求方式: POST
返回格式: JSON
接口收费: 联系客服
频率限制: 10 次/秒
请求头参数
参数 | 类型 | 必选 | 值 | 示例 |
---|---|---|---|---|
Authorization | string | 是 | 授权 access_token | Bearer 1798c6aadec33d1bc2f5b707f1049aefexxxx |
请使用新的生成 token 接口 点击查看详情
请求参数
参数 | 类型 | 必选 | 描述 |
---|---|---|---|
id | int | 是 | 商品库存 ID |
请求示例
请求代码示例
cURL请求代码示例
PHP请求代码示例
JAVA请求代码示例
响应参数
参数名称 | 类型 | 参数描述 |
---|---|---|
data_id | int | 数据 ID |
storage_id | int | 仓库 ID |
storage_name | string | 仓库名称 |
product_id | int | 产品 ID |
product_code | string | 产品编号 |
product_name | string | 产品名称 |
product_model | string | 条形码 |
product_spec | string | 产品规格 |
product_storage | int | 库存量 |
placeholder_storage | int | 占位数量 |
damaged_storage | int | 残品库存量 |
valid_quantity | int | 有效库存 |
transit_storage | int | 在途数量 |
destine_storage | int | 预定数量 |
allocate_transit_storage | int | 调拨在途数量 |
allocate_destine_storage | int | 调拨预定数量 |
purchase_price | int | 成本价 |
sale_price | int | 市场价 |
day_price | int | 销售价 |
vip_price | int | VIP 价 |
activity_price | int | 活动价 |
damaged_purchase_price | int | 残品成本价 |
damaged_purchase_money | int | 残品成本额 |
purchase_money | int | 成本总额 |
sale_money | int | 销售总额 |
advice_purchase_quantity | int | 建议采购量 |
advice_allocate_quantity | int | 建议调拨量 |
storage_upper | int | 库存上限 |
storage_lower | int | 库存下限 |
rate_price | int | 税价 |
rate_money | int | 价税合计 |
cycle | int | 采购周期 |
first_week_sale_quantity | int | 1-7 天销售量 |
second_week_sale_quantity | int | 8-14 天销售量 |
third_week_sale_quantity | int | 15-21 天销售量 |
fourth_week_sale_quantity | int | 22-28 天销售量 |
month_sale_quantity | int | 最近 30 天销售量 |
promot_quantity | int | 促销增量 |
create_id | int | 创建人 ID |
creator | string | 创建人 |
create_date | date | 创建时间 |
modify_id | int | 修改人 ID |
modifier | string | 修改人 |
modify_date | date | 修改时间 |
consignor_id | int | 货主 ID |
consignor_code | string | 货主编号 |
consignor_name | string | 货主名称 |
batch_number | string | 批次号 |
produce_date | date | 生成日期 |
relation_code | string | 关联码 |
is_create_replenishment | byte | 是否生成补货单 |
record_action | recordaction | 记录操作动作 |
返回数据
响应代码
代码 | 代码描述 | 解决方案 |
---|---|---|
0 | 成功 |
公共错误码点击查看详情