JDBC Driver for Shopify

Build 23.0.8839

AbandonmentProductsViewed

Returns the products viewed during the customer abandoned visit.

View-Specific Information

Select

The 本製品 uses the Shopify API to process WHERE clause conditions built with the following columns and operators:

  • AbandonmentId supports the '=' comparison operator.
  • AbandonedCheckoutPayloadId supports the '=' comparison operator.

The 本製品 processes other filters client-side within the 本製品.

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

SELECT * FROM AbandonmentProductsViewed WHERE AbandonmentId='VALUE'

SELECT * FROM AbandonmentProductsViewed WHERE AbandonedCheckoutPayloadId='VALUE'

Columns

Name Type References Description
AbandonmentId [KEY] String

Abandonment.Id

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

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839