r0jmax
February 17, 2018, 9:27am
1
Hello there,
My app replaces default Shopify’s checkout process with own, therefore Shopify itself doesn’t know if the checkout was abandoned or not.
Is it possible to insert abandoned checkouts over API as I dont see it in official documentation? Perhaps there is workaround I could use?
The reason I wanna insert abandoned checkouts is because my users use abandoned carts recovery apps.
Thank you
Jason
February 18, 2018, 12:04am
2
No, you can not create abandoned checkouts via the API. If you want to have an abandoned checkout - don’t skip the Shopify checkout.
AT1
July 14, 2018, 12:15pm
3
I replaced Shopify’s checkout with my own too and have the same question. Were you able to insert abandoned checkouts? Would love to know if and how you did it!
Haven’t tried it out yet, but I guess this is how I would approach it
You create a checkout via the checkOut create mutation
https://shopify.dev/api/storefront/2022-10/mutations/checkoutCreate
after a while shopify automatically marks it as abandoned
you need to be a sales channel app/need a sales channel token to try it out.