Does anyone know where these created checkouts are stored?
Supposing I didn’t save the ID after create, Can I access a list somewhere?
I found through the REST API I can query /admin/checkouts.json, but returns only abandoned checkouts.
Does anyone know where these created checkouts are stored?
Supposing I didn’t save the ID after create, Can I access a list somewhere?
I found through the REST API I can query /admin/checkouts.json, but returns only abandoned checkouts.
Not aware of any.
If you’ve created the checkouts via Storefront API and haven’t added billing / shipping info, they won’t be visible in abandoned checkouts and since you cannot query them by ID. They’re probably just ephemeral and will expire / be cleaned up after a while.
Best wishes!
Thanks Karl