Shopifys native Pickup Point via GraphQL not accessible

Hi,

I was wondering why the “pickupPoint” object in “fulfillmentOrders” is not accessible via the GraphQL API and if anyone else has this issue?

When loading the order detail page in the Shopify Backend I found the fulfillmentOrders object send back with all details of the chosen PickUp-point:

"pickupPoint": {
    "externalId": "12345678",
    "name": "LOCKER SUPERMARKET",
    "carrierCode": "mondial_relay",
    "carrierLogoUrl": "https://storage.googleapis.com/arrive-static-assets/carrier-images/f5c13fb36a883977e9bc367f46530640%403x.png",
    "fromDeliveryOptionGenerator": false,
    "address": {
        "address1": "30 SOMESTREET",
        "address2": "",
        "city": "SOMECITY",
        "provinceCode": "",
        "zip": null,
        "countryCode": "FR",
        "longitude": 15.545752,
        "latitude": 12.786521,
        "__typename": "LocationAddress"
    },
    "__typename": "DeliveryPickupPoint"
},

but when I send a query asking for this, I receive the information that this object is not part of it:

“message”: “Field ‘pickupPoint’ doesn’t exist on type ‘DeliveryMethod’”

I was happy I could finally use the native Shopify Pickup Point Map instead of using the bad integrations from the delivery companies that don’t always load and cause a lot of work with the customer support when the map wasn’t loading and we don’t know where to ship the order. But now I can’t access the data that is necessary for fulfilling the order like the Pickup ID which is the only real information I need.

I’m wondering how others do? I tried to build a workaround with flow to extract the “externalId” field from the fulfillmentOrders and write it to order notes but unfortunately flow can’t access this object neither.

At this point the delivery point shipping option of Shopify is totally useless to me. Do I miss something?

Hey @Billy_Schrammen - just closing this one out since we answered the question over in the other thread, but feel free to ping me here if I can help out further!