Integrations
Custom
Most ERPs and WMS support reading pickup point codes from the order attributes. In the Atlas Pickup Points, go to the rate details and define the order attribute with liquid variable: {{ point.code }}
The order attributes will be added to the order after it is placed.
Mondial Relay App by JOOM
Mondial Relay App can read the selected pickup point from the order if you define following order attributes:
Attribute | Liquid Variable |
---|---|
mondial_relay_id | {{ point.code }} |
mondial_relay_name | {{ point.details.name }} |
mondial_relay_address | {{ point.address.address1 }} |
mondial_relay_city | {{ point.address.city }} |
mondial_relay_zip | {{ point.address.zip }} |
mondial_relay_country | {{ point.address.country_code }} |
mondial_relay_liv | true |
Colissimo Official App
Colissimo needs the order metafield to be set:
Namespace | Key | Type |
---|---|---|
Colissimo | service | json |
Example value:
BaseLinker
BaseLinker can read the selected pickup point from the order if you define following order attributes:
Attribute | Liquid Variable |
---|---|
PickupPointId | {{ point.code }} |
PickupPointName | {{ point.details.name }} |
PickupPointAddress | {{ point.address.address1 }} |
PickupPointCity | {{ point.address.city }} |
PickupPointPostalCode | {{ point.address.zip }} |
PickupPointCourier | {{ point.provider }} |
If you previously enabled Atlas Pickup Points integration in BaseLinker, you can now disable it and use order attributes instead.