Docs
Content API
Template Settings

Template settings

Get email template settings

GET /marketing/abandoned-cart-emails/settings

Request

Read Abandoned Cart Email Template settings.

Authentication

  • X-Auth-Token in header
    required

Parameters

  • store_hash in path - string

example

Response

OK

Body

object | application/json
  • use_global
    boolean
    required

    Boolean value that specifies the inheritance state.

example

Update email template settings

PUT /marketing/abandoned-cart-emails/settings

Request

Update Abandoned Cart Email template settings.

Authentication

  • X-Auth-Token in header
    required

Parameters

  • store_hash in path - string

Body

object | application/json
  • use_global
    boolean
    required

    Boolean value that specifies the inheritance state.

example

Response

OK

Body

object | application/json
  • use_global
    boolean
    required

    Boolean value that specifies the inheritance state.

example

Did you find what you were looking for?