MCP Server for Shopify

Build 25.0.9440

AbandonmentProductsViewed

Returns the products viewed during the customer abandoned visit.

View-Specific Information

Select

The server uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The server processes other filters client-side within the server.

  • AbandonmentId supports the '=, IN' comparison operators.
  • AbandonedCheckoutPayloadId supports the '=, IN' comparison operators.

For example, the following queries are processed server-side:

  SELECT * FROM AbandonmentProductsViewed WHERE AbandonmentId = 'Val1'
  SELECT * FROM AbandonmentProductsViewed WHERE AbandonedCheckoutPayloadId = 'Val1'

Columns

Name Type References Description
AbandonmentId String

Abandonment.Id

A globally-unique ID.
AbandonedCheckoutPayloadId [KEY] String A globally-unique ID.
ProductId [KEY] String A globally-unique ID.
VariantId [KEY] String A globally-unique ID.
Quantity Int The quantity of the product that the customer requested.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9440