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 go to ShippingBo, and in Shopify connection settings, enable Atlas Pickup Points integration.

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 }}

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.

BOX NOW App

BOX NOW App can read the selected pickup point from orders using the following order attributes:

AttributeLiquid variable
boxNowlockerId{{ point.code }}

UPS Shipping (Official)

UPS Shipping (Official) can read the selected pickup point from orders when the shipping address update option is enabled in the pickup point configuration.

Global-e

Please contact us to learn more.

nShift Webshipper

Please contact nShift Webshipper support to learn more.