Get Warehouse
Breaking ChangesJul. 30, 2025 拿取商品相關資訊 API 異動公告 Products related API Breaking Change
Function
To get merchant's warehouses information
獲取店家倉庫資料
URL
GET <<api_domain>>/v1/warehouses
Request parameters
Parameter | Type | Description | Example |
|---|---|---|---|
page | Integer | Page Number |
|
per_page | Integer | Numbers of Products per page |
|
excludes | String | Could exclude certain parameters in the response |
|
fields | String | Could only show certain parameters in the response |
|
Response fields
Field | Type | Description | Example |
|---|---|---|---|
items | Array of Products | Please check the link on the left | |
pagination | Pagination Data | Please check the link on the left |
Response example
{
"items": [
{
"id": "5e83216e2e4f81001e756014",
"name": "台北總店",
"status": "active"
},
{
"id": "5e831cb68fa5fc000f9925ab",
"name": "預設倉庫",
"status": "active"
}
],
"pagination": {
"current_page": 1,
"per_page": 24,
"total_pages": 1,
"total_count": 2
}
}Updated 13 days ago