A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I am trying to create an order on Shopify development store using Shopify REST order API.
but getting this kind of error from shopify :
{"errors":{"customer":["Email has already been taken"]}}
and if remove email from order_json then order created on shopify without email details.