Hi, Shopify
Background:
*We are developing the sales channel app
*Already change our app to sales channel
*Already add auth scope with read_product_listings, write_checkouts, read_checkouts
*Already list products to our sales channel app
What we do with our app:
-
Create checkout via checkout API (Add line_items, just like this doc Creates a checkout)
-
Get web_url from the response of create checkout API
-
Using web_url to finish order and payment
-
Retrieve checkout after we finish checkout on Shopify’s checkout UI
Expect:
At step 4. We expect that the customer_id and payments will contain some information. So that we can use it. Just like this doc Retrieve an existing checkout’s response.
We expect that the checkout will be updated when customers finish the payment. And we can query the certain checkout and make sure the payment is done. Is there anything we misunderstand when using API?