Development discussions around Shopify APIs
How to pull all shipping methods that is available for a store? Like store pickup instead of delivering it to the customer address. Currently the SDK is just giving me the shipping rates. https://github.com/Shopify/mobile-buy-sdk-android#polling-for-shipping-rates-
Then how to update the checkout to use the shipping method selected by the user. Please help.
Hey @Lucifer2,
We launched the in-store pickup feature rather quickly to support merchants who needed it right away, and at this time the feature isn't currently available through our APIs. We plan on adding support for this in the future, so keep an eye on the changelog for any updates.
JB | Solutions Engineer @ Shopify
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
Hi has there been any update on this? This would be a very useful feature, thank you.
Is there any update on this please?
What is the status of getting access to this through the Graph API? This is something we REALLY need.
totally. All of our clients are requesting this functionality in their apps and other integrations....
Just found this thread - consider this a vote for exposing local delivery/store pickup options in the API (including creating orders using those options). Thanks!
One year, any news?
+1 for still needing this.
+1 from me too! We would like to be able to at least be able to flag an order as ready for pickup via the api.
Our interim solution is to send an email to internal users with a link to the order in Shopify so that they can click the button themselves.
Which is silly...
+100 on this. We have a sales channel and all we are doing is passing orders onto the stores to fulfill them. They should be able to fulfill them in whatever ways their online store does.
Any movement on this? I don't see it in any of the upcoming versions of the API either, which is disappointing. For how quickly Shopify was able to roll this out for merchants, surely it can be made available on the API over a year later.
For our sales channel, our workaround is to have merchants add custom shipping rates for local pickup, but 1) that's extra steps for the merchant to take if they've already enabled Shopify's local pickup, and 2) we can't detect whether they've added that shipping rate or not to be able to promote the option outside of checkout.
Being able to just use Shopify's local pickup would drastically simplify our code as well as reduce the number of steps a merchant needs to take.
Any update on this? Its been over a year with no news and its now a core part of most businesses.
Bump on this. Any word on when Local Pickup will be available through the APIs?
@_JB any update on this? It's been over a year since you rolled out Local Pickup and it's still not available on the API. What's the timeline?
Hi there,
I would suggest that you use our app + mobile builder app, which you can find HERE (a list of all the apps that are compatible with ours).
Please do not hesitate to reach back out here (or at support@zapiet.com) if you have any other questions :-).
Thanks,
Jessica
any updates on this? It's 2022 🙂
I have lots of clients that want this feature integrated into our app. It's a little awkward (and sounds like an excuse) when I have to tell them that my app can't do Local Pickup / Delivery... Why? Because Shopify doesn't let me.
Now, (like most people have said) this feature is something a lot of stores rely on to conduct their day to day business. It's been two years since this feature was added behind the scenes. It's time to open it up for developers.
We also need this feature.
Is there any update on this subject?
It is mandatory for some of our clients. And we have do get those informations with the API and not manual.
It could be nice to get these informations like that:
query getLocationsQuery {
locations(
first: 50
includeInactive: false
) {
pageInfo {
hasNextPage
}
edges {
cursor
node {
id
offersLocalDelivery
localDeliverySettings {
localRegion {
geofence {
radius
}
}
}
localPickupSettings {
name
value
}
}
}
}
deliverySettings {
legacyModeProfiles
}
}
User | RANK |
---|---|
42 | |
16 | |
9 | |
9 | |
8 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023