Marketing

Gets the abandoned checkout behaviour for a store

get
Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
Responses
200

OK

application/json
get
/v1/stores/{storeId}/marketing/abandoned-checkouts/configuration

Sets the abandoned checkout behaviour for a store

put
Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
Body

Used for updating the store-level configuration for abandoned checkout settings.

enabledbooleanRequired

A value indicating whether the abandoned checkout feature is enabled for the store.

trigger_afterstring · periodRequired

ISO 8601 duration format

Example: P1Y2M3DT4H5M6S
minimum_order_valueinteger · int64Required

The minimum order value required to trigger an abandoned checkout email.

maximum_order_valuenull | integerOptional

The optional maximum order value beyond which an abandoned checkout email will not be sent.

max_coupons_per_customer_amountnull | integerOptional

The optional maximum coupons limit per customer beyond which an abandoned checkout email will not be sent.

max_coupons_per_customer_periodstring · periodOptional

ISO 8601 duration format

Example: P1Y2M3DT4H5M6S
max_coupons_global_amountnull | integerOptional

The optional maximum coupons limit store wide beyond which an abandoned checkout email will not be sent.

max_coupons_global_periodstring · periodOptional

ISO 8601 duration format

Example: P1Y2M3DT4H5M6S
Responses
200

OK

application/json
put
/v1/stores/{storeId}/marketing/abandoned-checkouts/configuration

Gets the purchase follow up behaviour for a store

get
Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
Responses
200

OK

application/json
get
/v1/stores/{storeId}/marketing/purchase-follow-ups/configuration

Sets the purchase follow up behaviour for a store

put
Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
Body

Used for updating the store-level configuration for abandoned checkout settings.

enabledbooleanRequired

A value indicating whether the abandoned checkout feature is enabled for the store.

trigger_afterstring · periodRequired

ISO 8601 duration format

Example: P1Y2M3DT4H5M6S
minimum_order_valueinteger · int64Required

The minimum order value required to trigger an abandoned checkout email.

maximum_order_valuenull | integerOptional

The optional maximum order value beyond which an abandoned checkout email will not be sent.

max_coupons_per_customer_amountnull | integerOptional

The optional maximum coupons limit per customer beyond which an abandoned checkout email will not be sent.

max_coupons_per_customer_periodstring · periodOptional

ISO 8601 duration format

Example: P1Y2M3DT4H5M6S
max_coupons_global_amountnull | integerOptional

The optional maximum coupons limit store wide beyond which an abandoned checkout email will not be sent.

max_coupons_global_periodstring · periodOptional

ISO 8601 duration format

Example: P1Y2M3DT4H5M6S
Responses
200

OK

application/json
put
/v1/stores/{storeId}/marketing/purchase-follow-ups/configuration

Last updated

Was this helpful?