A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi all,
I've managed to successfully link my app to Shopify using the API. It works like a charm. This way, I can automatically create an order (placed through my app) in Shopify. I do however have a problem:
- The order isn't automatically imported (also using an API-connection) by a fulfilment app (OrderChamp).
The strange thing is that OrderChamp does automatically import other orders created through an API connection. E.g. Faire or Etsy.
What could I be missing? Is there a certain status / location that I have to set in the order (using the API) so it will be imported by OrderChamp?
Thanks for the help!