Skip to content

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.

Order attributes

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:

AttributeLiquid 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:

AttributeLiquid 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_livtrue

Colissimo Official App

Colissimo Official App requires a specific order metafield. Contact us to create the metafield with these details:

NamespaceKeyType
Colissimoservicejson

Example metafield value:

{
"service_code": "{{ point.attributes.typeDePoint }}",
"pickup_id": "{{ point.code }}",
"commercial_name": "FR - POINT RETRAIT",
"company": "{{ point.details.name }}",
"address_1": "{{ point.address.address1 }}",
"address_2": "",
"address_3": null,
"zip": "{{ point.address.zip }}",
"city": "{{ point.address.city }}",
"country_code": "{{ point.address.country_code }}",
"phone": "{{ customer.phone }}",
}

Juo Subscriptions

Juo Subscriptions automatically reads the selected pickup point from orders. No configuration is needed.