Stock
Notice
Only available to POS merchants.
僅提供使用 POS 的店家使用。
Data Structure of Stock
Field | Column Type | Description | Example |
---|---|---|---|
warehouse_id | String | Warehouse’s id 倉庫 id | 5ee819deab591e00169a4618 |
quantity | Number | Product’s stock in this warehouse 商品在此倉庫中的庫存 | 15 |
JSON Sample
{
"warehouse_id": "5e83216e2e4f81001e756014",
"quantity": 0
}
Updated over 4 years ago