Shopify’s Mobile Buy SDK makes it simple to sell physical products inside your mobile app. With a few lines of code, you can connect your app with the Shopify platform and let your users buy your products using their credit card.
We are trying to get checkout callback for WebCheckout. For that, we need Checkout status.
I am using the below code to get checkout statue - Ready()
`Polling for checkout completion ⤴
After a successful checkoutCompleteWith... mutation, the checkout process starts. This process is usually short, but it isn't immediate. Because of this, polling is required to obtain an updated checkout in a ready state - with a Storefront.Order.
We are trying to get checkout callback for WebCheckout. For that, we need Checkout status.
I am using the below code to get checkout statue - Ready() `Polling for checkout completion ⤴ After a successful checkoutCompleteWith... mutation, the checkout process starts. This process is usually short, but it isn't immediate. Because of this, polling is required to obtain an updated checkout in a ready state - with a Storefront.Order.
I am getting NULL as a response for checkout.