Convert abandoned cart to order
POST
https://app.ecwid.com/api/v3/{storeId}/carts/{cartId}/place
Required access scopes
Your app must have the following access scopes to make this request: create_orders
Path params
All path params are required.
storeId
number
Ecwid store ID.
cartId
string
Internal cart ID, for example, 0B299518-FB54-491A-A6E0-5B6BA6E20868
.
Headers
The Authorization header is required.
Authorization
Bearer secret_ab***cd
Access token of the application.
Response JSON
A JSON object with the following fields:
id
string
Unique order identificator with prefix and suffix defined by the store admin. For example, order ID MYSTORE-X8UYE
contains MYSTORE-
prefix.
Order ID is shown to customers in any notifications and to the store owner in Ecwid admin and notifications.
orderNumber
number
Internal order ID not visible to customer notifications or in Ecwid admin.
vendorOrderNumber
string
Internal field. Duplicates id
value.
Last updated
Was this helpful?