Sets completed
to true
to mark a checkout as completed.
When an order is completed through Wix, the completed
field in the associated checkout object
will automatically be updated to true
. If an order is completed through a separate system,
use this endpoint to manually mark the checkout as completed.
Checkout ID.
curl -X POST 'https://www.wixapis.com/ecom/v1/checkouts/98efbd87-8097-44e9-9005-72093d7a21d5/mark-as-completed' \
-H 'Content-Type: application/json' \
-H 'Authorization: <AUTH>'
{}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.