Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Checkout Is Completle But Order Return Null

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)