ProductListings

Columns

Name

Type

ReadOnly

Description

ProductId [KEY]

Long

False

The unique identifer of the product this listing is for. The primary key for this resource.

Title

String

False

The name of the product.

BodyHtml

String

False

The description of the product, complete with HTML formatting.

Handle

String

True

A human-friendly unique string for the Product automatically generated from its title.

Variants

String

True

A list of variant objects, each one representing a slightly different version of the product.

Images

String

False

A list of image objects, each one representing an image associated with the product.

ProductType

String

False

A categorization that a product can be tagged with, commonly used for filtering and searching.

Options

String

True

Custom product property names like 'Size', 'Color', and 'Material'.

Tags

String

False

A categorization that a product can be tagged with, commonly used for filtering.

Vendor

String

False

The name of the vendor of the product.

PublishedAt

Datetime

True

The date and time when the product was published to the Online Store channel.

CreatedAt

Datetime

True

The date and time when the product was created.

UpdatedAt

Datetime

True

The date and time when the product was last modified.

Last updated