Skip to content

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.

Order attributes

Mondial Relay App by JOOM

Mondial Relay App can read the selected pickup point from the order if you define 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 needs the order metafield to be set:

NamespaceKeyType
Colissimoservicejson

Example 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 }}",
}

BaseLinker

BaseLinker can read the selected pickup point from the order if you define 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.