{"title":"PromotionScope - Liquid Object Reference","slug":"promotion-scope-liquid-object-reference","url":"https://support.storeconnect.com/articles/promotion-scope-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/promotion-scope-liquid-object-reference.md","subtitle":null,"summary":"The PromotionScope object contains information about scoping behavior applied to Promotions. Promotions can be scoped to specific products, product categories, or other criteria.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, PromotionScope, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe PromotionScope object contains information about scoping behavior applied to Promotions. Promotions can be scoped to specific products, product categories, or other criteria.\n\n:::note\nThis object supports custom data via the `data` attribute.\n:::\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `account` | [Account](account-liquid-object-reference) | Returns the Account object associated with this PromotionScope |\n| `brand` | [Brand](brand-liquid-object-reference) | Returns the Brand object associated with this PromotionScope |\n| `category` | [ProductCategory](product-category-liquid-object-reference) | Returns the ProductCategory object associated with this PromotionScope |\n| `contact` | [Contact](contact-liquid-object-reference) | Returns the Contact object associated with this PromotionScope |\n| `id` | String | Returns the unique id for this PromotionScope |\n| `membership` | [Membership](membership-liquid-object-reference) | Returns the Membership object associated with this PromotionScope |\n| `pricebook` | [Pricebook](pricebook-liquid-object-reference) | Returns the Pricebook object associated with this PromotionScope |\n| `product` | [Product](product-liquid-object-reference) | Returns the Product object associated with this PromotionScope |\n| `promotion` | [Promotion](promotion-liquid-object-reference) | Returns the Promotion that this PromotionScope belongs to |\n\n## Available on\n\n- [Promotion - Liquid Object Reference](promotion-liquid-object-reference) — `scopes`"}