Inventory V2
Get all warehouses
get/v2/inventory/warehouses/list
Response
Success
Example response
{
"warehouses": [
{
"warehouse_id": 1,
"name": "Main Warehouse"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.