Warehouse
Notice
Only available to POS merchants.
僅提供使用 POS 的店家使用。
Data Structure of Warehouse
Field | Column Type | Description | Example |
---|---|---|---|
id | String | Warehouse’s id 倉庫 id | 5ee819deab591e00169a4618 |
name | String | Warehouse’s name 倉庫名稱 | 預設倉庫 |
status | String | Warehouse’s status 倉庫狀態 | active pending transferring |
JSON Sample
{
"id": "5e831cb68fa5fc000f9925ab",
"name": "預設倉庫",
"status": "active"
}
Updated 12 months ago