Integrations
Custom
Section titled “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 within seconds after it is placed.
Shippingbo
Section titled “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
Section titled “BaseLinker”BaseLinker can read the selected pickup point from orders using the following order attributes:
Key | Value |
---|---|
PickupPointId | {{ point.code }} |
PickupPointName | {{ point.details.name }} |
PickupPointAddress | {{ point.address.address1 }} |
PickupPointCity | {{ point.address.city }} |
PickupPointPostalCode | {{ point.address.zip }} |
PickupPointCourier | {{ point.provider }} |
Apilo automatically reads the selected pickup point from orders. No configuration is needed.
Mondial Relay App by JOOM
Section titled “Mondial Relay App by JOOM”Mondial Relay App can read the selected pickup point from orders using the following order attributes:
Key | Value |
---|---|
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 |
Juo Subscriptions
Section titled “Juo Subscriptions”Juo Subscriptions automatically reads the selected pickup point from orders. No configuration is needed.
BOX NOW App
Section titled “BOX NOW App”BOX NOW App can read the selected pickup point from orders using the following order attributes:
Key | Value |
---|---|
boxNowlockerId | {{ point.code }} |
UPS Shipping (Official)
Section titled “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
Section titled “Global-e”Please contact us to learn more.
nShift Webshipper
Section titled “nShift Webshipper”Please contact nShift Webshipper support to learn more.
WSA DPD Integration
Section titled “WSA DPD Integration”WSA DPD Integration can read the selected pickup point from orders after adding order attribute:
Key: DPD Pickup Office
Value:
{ "office": "{{ point.details.name }}", "id": "{{ point.code }}", "data": { "x_pickupLocation": { "address": { "street": "{{ point.address.address1 }}", "town": "{{ point.address.city }}", "postcode": "{{ point.address.zip }}", "countryCode": "{{ point.address.country_code }}" }, "addressPoint": { "latitude": "{{ point.address.latitude }}", "longitude": "{{ point.address.longitude }}" } } }}
Or in case of Speedy (DPD Bulgaria):
Key: DPD Pickup Office
Value:
{ "office": "{{ point.details.name }}", "id": "{{ point.code }}", "data": { "x_type": "{{ point.attributes.type }}", "x_pickupLocation": { "address": { "street": "{{ point.address.address1 }}", "town": "{{ point.address.city }}", "postcode": "{{ point.address.zip }}", "countryCode": "{{ point.address.country_code }}" }, "addressPoint": { "latitude": "{{ point.address.latitude }}", "longitude": "{{ point.address.longitude }}" } } }}