All Collections
Advanced
Custom Elements & Data Collections
Data Collection Properties for Shopify Products
Data Collection Properties for Shopify Products
Which properties are available in the Shopify Products external data collection?
Jill Nahajewski avatar
Written by Jill Nahajewski
Updated over a week ago

This document is a guide for developers. If you do not have access to a developer, please refer to Shogun's list of recommended partners and services.

Accounts with access to the Data Collections feature include an external data collection named "Shopify Products." This data collection pulls various product properties from the store's catalog and makes them available for use in Custom Elements.

The following properties are available in this external data collection.

General Product Details

Basic details about the product include:

  • body_html

  • created_at

  • handle

  • id

  • product_type

  • published_at

  • published_scope

  • status

  • tags

  • template_suffix

  • title

  • updated_at

  • vendor

Main Product Image Properties

Values for the main image of the product are available in the image nested object.

  • image.alt

  • image.height

  • image.id

  • image.product_id

  • image.src

  • image.variant_ids

  • image.width

All Product Images

Values for all of the images that have been uploaded for a product are available in the images nested object.

  • images.alt

  • images.height

  • images.id

  • images.position

  • images.product_id

  • images.src

  • images.variant_ids

  • images.width

Product Options

The options of the product are available as a nested object.

  • options.id

  • options.name

  • options.position

  • options.product_id

  • options.values

Product Variants

The properties of variants for the product are available as a nested object.

  • variants.barcode

  • variants.compare_at_price

  • variants.fulfillment_service

  • variants.grams

  • variants.id

  • variants.image_id

  • variants.inventory_item_id

  • variants.inventory_management

  • variants.inventory_policy

  • variants.inventory_quantity

  • variants.position

  • variants.price

  • variants.product_id

  • variants.requires_shipping

  • variants.sku

  • variants.taxable

  • variants.title

  • variants.weight

  • variants.weight_unit


Related articles:

Did this answer your question?