Integration guide
Atlas Pickup Points saves pickup point details to the Shopify order metafield.
How to access order metafields via API?
Shopify Admin REST API Shopify reference
Shopify Admin GraphQL API Shopify reference
Webhooks Shopify reference
To ensure the metafield appears in the webhook payload, you must subscribe to it using the metafieldNamespaces
attribute and specify atlas_pickup_points
.
Learn more about metafield shape in the specification: metafield specification