Hive Merchant API
  • Hive Merchant API
  • Quick Start
  • Changelog
  • Reference
    • API Reference
      • General
      • SKUs
      • Orders
      • Shipments
      • Warehouses
      • Restocking Shipments
      • Returns
      • Webhooks
Powered by GitBook
On this page
  • The Warehouse resource
  • List all warehouses
  • Lists all warehouses
Export as PDF
  1. Reference
  2. API Reference

Warehouses

The Warehouse resource

Property
Type
Description

city

String (read-only)

City where the warehouse is located

country

String (read-only)

id

Integer (read-only)

Hive unique ID

name

String (read-only)

Name of the warehouse

List all warehouses

Lists all warehouses

GET https://app.hive.app/merchant_api/v1/warehouses

Returns all merchant's warehouses.

{
    "data": [
        {
            "id": 1,
            "name": "Office",
            "country": "DE",
            "city": "Berlin"
        },
        {
            "id": 71,
            "name": "Ms. Dale Wyman",
            "country": "VI",
            "city": "Rippintown"
        },
        {
            "id": 72,
            "name": "Ilana Graham",
            "country": "ML",
            "city": "Armstrongshire"
        }
    ]
}
PreviousShipmentsNextRestocking Shipments

Last updated 5 months ago

Country 2-letter code where the warehouse is located

ISO 3166-1