Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't send order confirmation email using GraphQL #1790

Closed
ChrisMadeSimple opened this issue Nov 25, 2024 · 2 comments
Closed

Don't send order confirmation email using GraphQL #1790

ChrisMadeSimple opened this issue Nov 25, 2024 · 2 comments

Comments

@ChrisMadeSimple
Copy link

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.

@lizkenyon
Copy link
Contributor

Hi there 👋

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.

@ChrisMadeSimple
Copy link
Author

ChrisMadeSimple commented Nov 27, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants