Hi all!
Bug details
Describe the bug
-
We complete the checkout using storefront webUrl
-
Use storefront search by checkoutId
{ node(id: "gid://shopify/Checkout/50f0deb3ec52f030eb0c8bafd6673519?key=03459cb748da2647e3fa00e186ece55b") { ... on Checkout { id createdAt webUrl subtotalPriceV2 { amount currencyCode } completedAt orderStatusUrl order { id } } } } -
And we got order, completedAt, orderStatusUrl return null
-
But we search using Admin we found the order
admin/api/2022-10/checkouts/50f0deb3ec52f030eb0c8bafd6673519.json

