A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi! We are matching a checkout with an order using the checkout token and admin REST api using this endpoint /orders.json?checkout_token=${checkoutToken}
. This has worked fine until recently, when suddenly some requests returned no matching orders. Checking the related order we see that the checkout token does not match the one in the original checkout. Is this a known issue, and is there a better way to do this?