Skrym LogoOrganization Locations

Organization Locations

Defining your own locations

Skrym tags physical locations with an organization in order to better handler locations of our users' stores, warehouses, terminals, pickup points, etc.

Each location has a type, and currently Skrym supports the following location types:

STORE, WAREHOUSE, OFFICE, HEADQUARTERS, TERMINAL, UNMAPPED, LOCKER, DELIVERY_HUB, PICKUP_POINT

Aliases

Every organization location has an ID used to reference it. However, it is also possible to set aliases for each location.
Aliases work by assigning a key-value pair that is linked to the location.

For example, consider an imaginary store, Skrym Shop, which has the ID 001. When working with a freight provider, the store's ID might be different—e.g., PostNord might refer to it as "abc123". To resolve this, you can set an alias for the store with the key "PostnordID" and the value "abc123". This alias can then be retrieved whenever alternative identifiers for the location are needed.

All aliases associated with an organization location are also returned when calling the Skrym Checkout API.

This can all be regulated through the APIs:

postapi.skrym.com/locations.UpsertOrganizationLocationAliases

And used / viewed through:

postapi.skrym.com/locations.GetOrganizationLocationAliases