Integrations
Custom
Most ERPs and WMS support reading pickup point codes from order attributes. In Atlas Pickup Points, go to the pickup point configuration and define the order attribute with the liquid variable: {{ point.code }}
The order attributes will be added to the order after it is placed.
ShippingBo
ShippingBo automatically reads the selected pickup point from orders. Simply enable Atlas Pickup Points integration in your Shopify connection settings.
BaseLinker
BaseLinker can read the selected pickup point from orders using the 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.
Apilo
Apilo automatically reads the selected pickup point from orders. No configuration is needed.
Mondial Relay App by JOOM
Mondial Relay App can read the selected pickup point from orders using the 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 Official App requires a specific order metafield. Contact us to create the metafield with these details:
Namespace | Key | Type |
---|---|---|
Colissimo | service | json |
Example metafield value:
Juo Subscriptions
Juo Subscriptions automatically reads the selected pickup point from orders. No configuration is needed.