E-commerce API
POST /services/webshop/v1/customer/preferences/cart-reminder Auth

Update cart-reminder consent

Toggles the authenticated customer's opt-in for abandoned-cart reminder emails. Setting `enabled` to true records a fresh consent (timestamp + text version + IP); setting it to false marks the consent as withdrawn.

Request Body Required

FieldTypeRequiredDescriptionExample
enabled boolean Yes true

Responses

200
422
401
429
Base URL
https://api.wemasy.nl/api
Authentication

Request Sample
cURL
JS
PHP
Python
Response Example
{
    "cart_reminder_consent_active": true
}

Try It

Export