Update an existing location. An update that moves the coordinates far from the current position creates and returns a new location, leaving already existing orders on the original one.
Latitude of the location. When omitted on create, the coordinates are geocoded from the address.
Longitude of the location. When omitted on create, the coordinates are geocoded from the address.
Whether the location can be selected on the customer portal.
Technical code for integrations/mapping logic; should be treated as stable once set.
Human-readable label for a location in operational views.
Identifier from an external (master data) system.
Second address line of the location
{ "latitude": 51.0543, "longitude": 3.7174, "description": "string", "selectable_on_customer_portal": true, "code": "LOC123", "display_name": "Main Office", "external_id": "string", "address": "Gaston Crommenlaan 4", "address_second_line": "", "city": "Ghent", "state": "", "country": "BE", "postal_code": "9050", "name": "Ghent Warehouse", "opening_hours": { "monday": { … }, "tuesday": { … }, "wednesday": { … }, "thursday": { … }, "friday": { … }, "saturday": { … }, "sunday": { … } } }
Successful Response
Whether the location can be selected on the customer portal.
Technical code for integrations/mapping logic; should be treated as stable once set.
Human-readable label for a location in operational views.
Identifier from an external (master data) system.
Second address line of the location
{ "latitude": 51.0543, "longitude": 3.7174, "description": "string", "selectable_on_customer_portal": true, "code": "LOC123", "display_name": "Main Office", "external_id": "string", "address": "Gaston Crommenlaan 4", "address_second_line": "", "city": "Ghent", "state": "", "country": "BE", "postal_code": "9050", "name": "Qargo HQ", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "opening_hours": { "monday": { … }, "tuesday": { … }, "wednesday": { … }, "thursday": { … }, "friday": { … }, "saturday": { … }, "sunday": { … } } }