Warehouse
NoticeOnly available to POS merchants.
僅提供使用 POS 的店家使用。
Data Structure of Warehouse
Field | Column Type | Description | Example |
|---|---|---|---|
id | String | Warehouse’s id | 5ee819deab591e00169a4618 |
name | String | Warehouse’s name | 預設倉庫 |
status | String | Warehouse’s status | active |
JSON Sample
{
"id": "5e831cb68fa5fc000f9925ab",
"name": "預設倉庫",
"status": "active"
}Updated 13 days ago