---
title: "Cart Abandoned (1 Hour)"
method: POST
path: "CART_ABANDONED_1H"
tags: ["Cart Events"]
---

# Cart Abandoned (1 Hour)

`POST CART_ABANDONED_1H` (webhook)

Fired when a cart has been inactive for 1 hour.

## Payload

- object
  - `id` string, required — Unique identifier for this webhook event
  - `webhookId` string, required — ID of the webhook configuration that triggered this event
  - `shopId` string, required — ID of the shop that generated this event
  - `type` string, required — The event type
  - `apiVersion` string, required — API version of the webhook payload
  - `createdAt` string, date-time, required — When this event was created
  - `testMode` boolean, required — Whether this event was sent in test mode
  - `data` ComFourthwallOpenapiModelCartAbandonedV1, required
    - `cartId` string
    - `shopId` string
    - `email` string
    - `marketingConsent` boolean
    - `items` ComFourthwallOpenapiModelCartAbandonedV1CartItem[]
      - `offerVariantId` string
      - `quantity` integer
    - `cartOrigin` string
    - `metadata` object
    - `cartCreatedAt` string, date-time
    - `cartUpdatedAt` string, date-time
    - `checkout` ComFourthwallOpenapiModelCartAbandonedV1CheckoutContext
      - `checkoutId` string
      - `status` string
      - `currentStep` string
      - `checkoutCreatedAt` string, date-time
      - `checkoutUpdatedAt` string, date-time

## Acknowledgement `200`

Event received successfully

---

[API](https://skmtc.net/fourthwall/apis/fourthwall-apis-2.md) · [All operations](https://skmtc.net/fourthwall/apis/fourthwall-apis-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fourthwall/fourthwall-apis-2/revisions/ef273312f051/schema)
