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
Example
JSON schema
Last updated