Skip to content

location

Represents a store or warehouse location.


Schema

Field Type Read-only Description
id integer Internal location ID
location_code string (max 15) Unique location code
description string (max 40) Location name / description
phone string (max 20) Phone number
extension string (max 10) Phone extension
fax string (max 20) Fax number
email string (email) Email address
postal_address string (max 40) Street address
city string (max 40) City
zip_code string (max 40) Postal / ZIP code
country string Country
comments string Free-text notes

Example

{
  "location_code": "WH01",
  "description": "Main Warehouse",
  "city": "Lisboa",
  "country": "PT"
}

Used By