ShopifySharp
ShopifySharp copied to clipboard
Add support for reading New Local Pickup and Local Delivery options
It would be great to be able to see the Local Pickup choice through the API as the ShippingLines title and code only show an address. There does not seem to be any way to see that it is Store pickup?
Other API's also have this issue and it appears Shopify have just not been bothered to add to the REST API?
https://github.com/Shopify/shopify_python_api/issues/492
SUMMARY
'm not sure if this is adding a new feature or modifying existing (eg. shipping options), but as I understand it, the Shopify API and these Python bindings don't support Shopify's 'local delivery' or 'local pickup' store/order options.
I'm building a sales channel app that requires this ability: fetch a store's local pickup and delivery option(s)/setting(s)
Hey @jaddison! Have you looked into GraphQL for local delivery? There are currently no REST support for this information yet, but we're working on releasing it in an upcoming version.