Comment on page
Product object
- Use
{{ product }}
in tasks responding to shopify/products events - Look up specific products by their ID, using
{{ shop.products[1234567890] }}
- List published products using
{{ shop.products.published }}
- List unpublished products using
{{ shop.products.unpublished }}
- Every property from the Product resource in the Shopify REST Admin API (warning: Shopify delivers product.tags as a comma-delimited string, not an array of strings!)
Last modified 2yr ago