Abandoned carts
Upload your abandoned carts to WoowUp
Create abandoned cart
POST https://api.woowup.com/apiv3/multiusers/abandoned-cart
Create an abandoned cart
Request Body
Name
Type
Description
document
string
Customer's document
string
Customer's email
service_uid
string
Customer's id
total_price
number
Total cart's price
external_id
string
Cart's identifier
source
string
Source of the cart (e.g. "web")
recovered
boolean
If cart was already recovered
recover_url
string
URL of the cart so the customer can recover it
products
array
List of products. Available properties for each one: sku (mandatory), quantity, unit_price, offer_price
createtime
string
Create time of the cart. Format: ISO-8061
{
"payload": [],
"message": "ok",
"code": "ok",
"time": "56ms"
}{
"payload": {
"errors": [
"[An error]"
]
},
"message": "bad request",
"code": "bad_request",
"time": "35ms"
}{
"payload": [],
"message": "User not found",
"code": "user_not_found",
"time": "34ms"
}Example
JSON schema
Last updated
Was this helpful?