New Shopify Certification now available: Liquid Storefronts for Theme Developers

Checkout Is Completle But Order Return Null

AngusHo
Shopify Partner
3 0 1

Hi all!

Bug details

Describe the bug

  1. We complete the checkout using storefront webUrl
  2. 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
          }
        }
      }
    }
  3. And we got order, completedAt, orderStatusUrl return nullAngusHo_0-1667359651681.png

     

     

  4. But we search using Admin we found the order
    admin/api/2022-10/checkouts/50f0deb3ec52f030eb0c8bafd6673519.json
    AngusHo_1-1667359651606.png

     

Replies 0 (0)