Unique identifier for the product in Shopify. Used for product operations and URLs.
Original product identifier from external system. Used for synchronization with other platforms.
Display title of the product. Used in product listings and detail pages.
Detailed description of the product. Used on product detail pages and for SEO.
URL path to the product's detail page. Can be relative to the store's base URL.
Current selling price of the product. String value that may include currency symbol.
Original or MSRP price before any discounts. String value that may include currency symbol.
Available quantity of the product. String representation of numeric value.
Product code or SKU. Merchant-defined unique identifier.
URL to the product's main image. Used in listings and detail pages.
Name of the product vendor or manufacturer. Used for filtering and display.
Discount information for the product. String representation of discount details.
ID used for adding the product to cart. Used in cart operations.
Total number of reviews for the product. String representation of numeric value.
Average review score for the product. String representation of numeric value.
Array of product variants. Contains detailed variant information.
Array of product image URLs. Used for product galleries.
Optional
shopify_Optional array of alt text for product images. Used for accessibility and SEO.
Product tags for categorization and filtering. Comma-separated string of tags.
Represents a product item in Shopify. Contains all the information needed to display and sell a product.
Example