Skip to content

Settings / Incomplete Order Email​

Incomplete order email settings (promo code, email content, schedule, event filter)


Get incomplete order email settings​

GET
/api/v2/settings/incomplete-order-email

Authorizations​

bearerAuth
Type
HTTP (bearer)

Responses​

Incomplete order email settings

application/json
JSON
{
  
"data": "string"
}

Playground​

Authorization

Samples​


Update incomplete order email settings​

PATCH
/api/v2/settings/incomplete-order-email

Authorizations​

bearerAuth
Type
HTTP (bearer)

Request Body​

application/json
JSON
"string"

Responses​

Settings updated successfully

application/json
JSON
{
  
"data": "string"
}

Playground​

Authorization
Body

Samples​


Powered by VitePress OpenAPI