---
title: "Get Shopify automation settings"
method: GET
path: "/shopify/automation-settings"
tags: ["Shopify"]
---

# Get Shopify automation settings

`GET /shopify/automation-settings`

Returns the connected Shopify store's browse-abandonment, cart-abandonment, and price-drop automation settings, with platform defaults applied where the store hasn't overridden them.

## Response `200`

Automation settings returned

- object
  - `success` boolean
  - `integrationId` string
  - `shopDomain` string
  - `browseAbandonment` ShopifyBrowseAbandonmentSettings
    - `enabled` boolean — Whether browse-abandonment events fire for this store (default true).
    - `delayHours` number — Hours to wait after a product view before the abandonment check (default 2, max 168).
    - `cooldownHours` number — Minimum hours between browse-abandoned events per subscriber (default 24, max 720).
  - `cartAbandonment` ShopifyCartAbandonmentSettings
    - `enabled` boolean — Whether cart-abandonment events fire for this store (default true).
    - `delayHours` number — Hours of cart inactivity before the cart counts as abandoned (default 1, max 168).
    - `cooldownHours` number — Minimum hours between cart-abandoned events per subscriber (default 24, max 720).
  - `priceDrop` ShopifyPriceDropSettings
    - `enabled` boolean — Whether price-drop events fire for this store (default true).
    - `minPercent` number — Minimum price decrease percent to alert on (default 5, max 95).
    - `lookbackDays` number — How many days back product viewers qualify as the audience (default 30, max 90).
    - `cooldownDays` number — Minimum days between price-drop events per subscriber and product (default 7, max 90).

## Other responses

- `401` — Unauthorized
- `404` — No active Shopify integration

## Changes

- **2026-08-02** `36f92fc0caa2` — 2 breaking
  - the response property `success` became optional for the status `401`
  - the response property `success` became optional for the status `404`
- **2026-07-22** `06219e920c39` — 1 info
  - added the optional property `cartAbandonment` to the response with the `200` status
- **2026-07-04** `c6e6568ea930` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/shopify/automation-settings/get.md)

---

[API](https://skmtc.dev/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.dev/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/revisions/36f92fc0caa2/schema)
