Product

Object

The Product object contains basic product information including ID, measurement type, and a list of variants. This object appears in variant responses to provide context about the parent product, and can also be returned with its variants nested inside.

Fields

FieldTypeDescription
idstringShopify product REST ID
measurementTypeMeasurementTypeThe type of measurement used for this product
variantsarray of VariantArray of Variant objects

Note

This object is included in variant responses to provide context about the parent product (without the variants field). When fetching a product with variants, the product object appears at the top level with the variants array nested inside.

Related:

This object is returned by the Get specific variant endpoint as part of the variant response, and at the top level in the Get product with variants endpoint. See the Variant object documentation for details about the variant structure. See the MeasurementType enum for valid measurement type values.