Hi people!! Hope y’all doing great!
Is there a way to link an existing checkout_token, cart_token, and checkout_id to an order being created through API? I’m trying to not fall into abandoned cart & checkouts… I mean, i want to keep all the checkout stuff synced with the order, but finally create it with the API and don’t finish the UI checkout.
For example, i want to create the order through API after the user completes payment on checkout’s payment_method, and just redirect him to the ty page.
Are we able to do this?
Thank you so much!