Discussing APIs and development related to customers, discounts, and order management.
I'm trying to create a private app that requires the delivery instructions for each order. Any guidance on where this is accessible at least in the REST API? I've checked the order APIs already.
Solved! Go to the solution
This is an accepted solution.
Hey @Kasuteh,
Data relating to our new Local Pickup feature isn't currently available through the API. If/when this is implemented, it will be announced in the changelog.
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
This is an accepted solution.
Hey @Kasuteh,
Data relating to our new Local Pickup feature isn't currently available through the API. If/when this is implemented, it will be announced in the changelog.
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
Sad to hear that but thanks for the response! At least I didn't spend too much time searching for something that isn't available yet
Hi @Kasuteh, I had the same problem. What I did was enable the COMPANY field in Checkout, and changed the "company" text to "Special Delivery Instructions".
Hope it works for you!
We were trying to look for access to the pickup location as well! The implementation of this would be really appreciated! 🙂
Thanks for the answer.
Same issue here!
Adding another vote for this feature. This is quite a frustrating limitation when using Local Delivery.
yes, or at least allow the delivery instructions to be printed on the POS receipt. At the moment there is almost no way for our delivery employees to know what they need to do
Hey _JB,
Sorry to post on a "closed" discussion, but I am also very keen on getting the delivery instructions including in the shipping information for an order.
Would you have any idea if and when this may be included in the orders api?
Thanks for your time.
Hi JB and Shopify team,
We would like to add support to this request as well.
This has been a recurring ask from many merchants using the new Local Delivery Option. Currently, there is no way to access this without checking each order individually.
A Delivery Instructions field in the Order API would help us provide it to them.
Please let us know if this is in the pipeline or would be implemented soon.
Thank you so much!
Hi @JB
Is there any update on the availability of this feature?
It's nearly impossible to have to open up each order individually to get this information where a simple export would save hours of effort for us.
Thanks
+1
We use the orders API to put all the order information into one view for the shop owner. They need this information as well. Currently they have to manually click into each local delivery order in Shopify.
Thanks
Adam
Hey man we all really need this feature available ASAP these order notes are getting on my nerves. I cant click on every order to read notes manually
Do you have any updates about this Delivery Instructions Variables? we desperately need it to be retrieved and printed in our order/delivery slip template via Shopify's Order Printer apps.
OMG IT'S 2022 😱 and STILL NOTHING?!!?!
Looking for an update on this issue... It is a complete show stopper for a lot of clients.
The field is there.... I can get to the other information such as preferred date and time... why can't this field be added to the API?
Hello @Kasuteh & @shopify
Is this feature still not available ?
I just need to get the delivery instructions & phone number values from checkout into my custom Shopify order grid & display there.
It's a simple requirement, can you kindly advise way to achieve this & any workaround.
Hello JB,
Is it now possible to get delivery instructions added by customers in the Local Delivery shipping method?
Brother i am having the same issue its so frustrating
Any updates to this issue? We have a delivery service and it's the fact that this feature is missing is almost a deal breaker.
Hi all,
The 2021-04 API version added a field under the fulfillmentOrder object called deliveryMethod. This field can be used to determine whether the customer chose the in-store pickup option.
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
What I need are the delivery notes that were added by the customer on checkout, such as "Please ring the red doorbell", this is very important, we pass this information to the delivery driver and would need to have this in the API, it's impossible to do it by hand
@rodrigo5 Oops sorry, I conflated different issues. I'll follow up on this.
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
Any further updates on this? Delivery Instructions are critical for Local Delivery and should be exported with the webhook payload for order creation.
Still no update on this from Shopify??
Please add this feature ASAP. I just spent hours trying to access this data to include in staff notification emails, and only after discovering this post did I realize this wasn't even possible yet. This should absolutely be part of the order object. Is there an ETA on this?
Dear Shopify staff!
Please escalate this post request. Our delivery business in Covid times growing, but technical possibilities stay at the same level from 2020! By working with you, we remain uncompetitive. It's not acceptable that so many customers depend on you !!
Hi
I checked this post and found it has been over a year, and this "Delivery Instructions" issue has not been solved. I need to display it in the templates from email to the order print apps.
Please help us to add this asap.
Thank you
Noticed that this post has been marked as solved. But it is not solved yet. I just email to the support for this issue:
I'm very disappointed to see that after more than a year something so simple and crucial is being neglected by Shopify like this.
This is a total show stopper for our business model. In our case, each order needs to capture the mandatory instructions. We don't want them on the customer as the instructions may be unique each time. Glad but very sad I found this.
+1, why is this data not accessible?
This blocks integration with our ERP where we collate orders from multiple sources to give one delivery route to our drivers. We have to say to our drivers that for e-com orders look at the app, but for all other orders use our ERP notes - really terrible experience 😞
It's almost March 2023 and it's dissapointing to see that Shopify has ignored this request for almost three years. We need to have access to this feature to streamline the integration process with our couriers.
Shopify build-in app 'Local Delivery' is now end of life. There is no alternatives for customers to go with 3rd party apps concerning local deliveries tracking.
Could we have this capability re-assessed by Shopify team? thanks!
This has been added to the 2024-04 RC version of the Admin API. See DeliveryMethodAdditionalInformation.
It'd be incredible if these two related issues could get some love in 2024-04:
1. Allow admins to edit items in an order made via Local Delivery
2. Allow admins to set an order's delivery method to Local Delivery and Local Pickup (including the pickup location)
We recently integrated Local Delivery Instructions into EasyRoutes via the 2024-04 RC version of the Admin API - the feature is in beta for the time being, but working exactly as expected so far. Looking forward to moving this out of beta following the API's full release next month, something our users have been requesting for years.
This is also now available in the REST API starting from version 2024-07 via FulfillmentOrder > delivery_method > additional_information > instructions.