> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Abandoned Checkout # Type: Abandoned Checkout Object # Link: https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/purchase-flow/checkout/abandoned-checkout/abandoned-checkout-object.md ## Description: A checkout that was started but not completed. Use abandoned checkouts to track and recover potential sales through automated follow-ups. ## Schema: ```json Type: Abandoned Checkout Object | type: AbandonedCheckout Description: A checkout that was started but not completed. Use abandoned checkouts to track and recover potential sales through automated follow-ups. - name: id | type: string | description: Abandoned checkout ID. - name: createdDate | type: string | description: Date and time the abandoned checkout was created. - name: seconds | type: string | description: - name: nanos | type: number | description: - name: updatedDate | type: string | description: Date and time the abandoned checkout was updated. - name: checkoutId | type: string | description: The associated checkout ID. - name: value | type: string | description: - name: cartId | type: string | description: The associated cart ID. - name: status | type: string | description: Status of the abandoned checkout. enum: ABANDONED, RECOVERED - name: buyerLanguage | type: string | description: Language for communication with the buyer. Defaults to the site language. For a site that supports multiple languages, this is the language the buyer selected. - name: buyerInfo | type: BuyerInfo | description: Buyer information. - name: contactId | type: string | description: Contact ID. For more information, see the Contacts API. - name: email | type: string | description: Buyer email address. - name: contactDetails | type: FullAddressContactDetails | description: Contact details. - name: firstName | type: string | description: First name. - name: lastName | type: string | description: Last name. - name: phone | type: string | description: Phone number. - name: company | type: string | description: Company name. - name: vatId | type: VatId | description: Tax information (for Brazil only). If ID is provided, `vatId.type` must also be set, `UNSPECIFIED` is not allowed. - name: id | type: string | description: Customer's tax ID. - name: type | type: string | description: Tax type. Supported values: + `CPF`: for individual tax payers + `CNPJ`: for corporations - name: currency | type: string | description: The store's currency. - name: conversionCurrency | type: string | description: Currency the buyer used in checkout. - name: totalPrice | type: MultiCurrencyPrice | description: Total price after discounts, gift cards, and tax. - name: amount | type: string | description: Amount. - name: convertedAmount | type: string | description: Converted amount. - name: formattedAmount | type: string | description: Amount formatted with currency symbol. - name: formattedConvertedAmount | type: string | description: Converted amount formatted with currency symbol. - name: activities | type: Array | description: List of all automation activities performed by [Wix Automations](https://dev.wix.com/docs/rest/business-management/automations/introduction.md) regarding the abandoned checkout. Wix Automations updates the `activities` field for each activity in the automation flow. Only relevant if the site owner set up [automations in the Dashboard](https://support.wix.com/en/article/wix-automations-creating-an-automation-with-the-new-builder#step-1-create-a-new-automation). Read more about `activities` in the Abandoned Checkouts introduction. - name: createdDate | type: string | description: Date and time the automation activity was created. - name: type | type: string | description: Automation activity type. enum: SCHEDULED, EMAIL_SENT, EMAIL_NOT_SENT, NOTIFICATION_SENT, TASK_CREATED, AUTOMATION_SKIPPED - name: checkoutRecoveredDate | type: string | description: Date and time the abandoned checkout was recovered. - name: checkoutUrl | type: string | description: Checkout URL. - name: subtotalPrice | type: MultiCurrencyPrice | description: Subtotal price of all line items, before discounts and before tax. - name: lineItems | type: Array | description: Line items. - name: id | type: string | description: Line item ID. - name: quantity | type: number | description: Item quantity. - name: catalogReference | type: CatalogReference | description: Catalog and item reference. Holds IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. - name: catalogItemId | type: string | description: ID of the item within the catalog it belongs to. - name: appId | type: string | description: ID of the app providing the catalog. You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/). For items from Wix catalogs, the following values always apply: + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"` + Wix Bookings: `"13d21c63-b5ec-5912-8397-c3a5ddb27a97"` + Wix Restaurants: `"9a5d83fd-8570-482e-81ab-cfa88942ee60"` - name: options | type: Struct | description: Additional item details in `key:value` pairs. Use this optional field for more specificity with item selection. The values of the `options` field differ depending on which catalog is providing the items. For Wix Stores products, learn more about integrating with [Catalog V3](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/e-commerce-integration.md) or [Catalog V1](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v1/catalog/e-commerce-integration.md), depending on [the version the site uses](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-versioning/introduction.md). - name: productName | type: ProductName | description: Item name. + Stores - `product.name` + Bookings - `service.info.name` + Events - `ticket.name` - name: original | type: string | description: __Required.__ Item name in the site's default language as defined in the [request envelope](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/self-hosting/supported-extensions/backend-extensions/add-self-hosted-service-plugin-extensions.md#request-envelope). Min: 1 character. Max: 200 characters. - name: translated | type: string | description: Item name translated into the buyer's language. Min: 1 character. Max: 400 characters. Default: Same as `original`. - name: price | type: MultiCurrencyPrice | description: Item price **after** catalog-defined discount and line item discounts. - name: priceBeforeDiscounts | type: MultiCurrencyPrice | description: Item price **before** line item discounts and **after** catalog-defined discount. Defaults to `price` when not provided. - name: descriptionLines | type: Array | description: Line item description lines. Used for displaying the cart, checkout and order. - name: name | type: DescriptionLineName | description: Description line name. - name: image | type: Image | description: Line item image details. - name: id | type: string | description: WixMedia image ID. - name: url | type: string | description: Image URL. - name: height | type: number | description: Original image height. - name: width | type: number | description: Original image width. - name: altText | type: string | description: Image alt text. - name: physicalProperties | type: PhysicalProperties | description: Physical properties of the item. When relevant, contains information such as SKU, item weight, and shippability. - name: weight | type: number | description: Line item weight. Measurement unit matches the weight unit specified in `weightUnit` in the request. - name: sku | type: string | description: Stock-keeping unit. Learn more about [SKUs](https://www.wix.com/encyclopedia/definition/stock-keeping-unit-sku). - name: shippable | type: boolean | description: Whether this line item is shippable. - name: appliedDiscounts | type: Array | description: Applied discounts. - name: discountType | type: string | description: Discount type. enum: GLOBAL, SPECIFIC_ITEMS, SHIPPING - name: lineItemIds | type: Array | description: IDs of line items the discount applies to. ```