Re: Is it possible to include the externalID of a pickup point in the order create webhook

Is it possible to include the externalID of a pickup point in the order create webhook

kristiyan_k
Shopify Partner
1 0 0

Hi, we are generating pickup points using the Shopify pickup point generator function (https://shopify.dev/docs/apps/checkout/delivery-shipping/pickup-points/generate-options).

Is it possible to include the external ID of a pickup point in order create webhook response?

We are trying to integrate with a third-party system that requires this ID but the webhook response doesn't include it.

Reply 1 (1)

DevinNorgarb
Shopify Partner
3 0 0

We have the same problem. 

 

You can query the graphQL API to get the pickup point externalId after you receive the webhook payload as explained in this guide

Just remember, only the app that contains the pickup point generator can query the externalId otherwise the response is null. 

 

This is very frustrating, but hope it helps