Accessing Discount Data
Discount data is available through metafields on products, collections, and the shop object using the namespaceapp--9549316097--discount_kit and key discounts.
Product-Level Discounts
Access discounts that apply to a specific product:Collection-Level Discounts
Access discounts that apply to a collection:Shop-Level Discounts
Access all active discounts across your store:DiscountSummary Object
Each discount in the array is a DiscountSummary metaobject with fields like:discount_title- Display namediscount_type- Type (PRODUCT_VOLUME, ORDER_GOAL, GWP, etc.)reward_type- PERCENTAGE or FIXED_AMOUNTmaximum_reward_value- Top tier discount valueincluded_markets- Market handles where applicableincluded_customer_tags- Required customer tags
Performance
Metafield access is instant with zero overhead:- No API calls - Data is already on the page
- Server-rendered - Available during initial render
- Always up-to-date - Synced automatically
Next Steps
- Learn about filtering discounts by market and customer tags
- See the complete DiscountSummary reference
- Explore code examples