You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The REST api has the option of not sending the order confirmation email when creating an order with the customer ID attached. The GraphQL api does not have this option. If a draft order is completed with the customer ID attached it sends an order confirmation email.
Additionally you cannot simply add the customer ID after completing the draft order as only the customers email can be added afterwards not the ID. So if we add the email afterwards to halt the order confirmation email, then the order doesn't get associated with the correct customer id.
The text was updated successfully, but these errors were encountered:
This seems like an issue with the GraphQL API and not this library. I would recommend creating a discussion in the developer community. As this will go directly to the team that manages that API.
Thank you,
I have posted a topic in the dev community.
Kind regards,
Christopher Walker
*Sales & Marketing *
*Ph: *+6421595252 *Address: *8 Laurenson Road, Hobsonville, AKL, NZ
Overview
The REST api has the option of not sending the order confirmation email when creating an order with the customer ID attached. The GraphQL api does not have this option. If a draft order is completed with the customer ID attached it sends an order confirmation email.
Additionally you cannot simply add the customer ID after completing the draft order as only the customers email can be added afterwards not the ID. So if we add the email afterwards to halt the order confirmation email, then the order doesn't get associated with the correct customer id.
The text was updated successfully, but these errors were encountered: