{"title":"Pricebook - Liquid Object Reference","slug":"pricebook-liquid-object-reference","url":"https://support.storeconnect.com/articles/pricebook-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/pricebook-liquid-object-reference.md","subtitle":null,"summary":"The Pricebook object contains information about a Pricebook.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, Pricebook, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe Pricebook object contains information about a Pricebook.\n\n:::note\nThis object supports custom data via the `data` attribute.\n:::\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `active?` | Boolean | Returns whether this Pricebook is active |\n| `add_to_cart_text` | String | Returns the text to display on the Add to Cart button |\n| `buy_it_now_text` | String | Returns the text to display on the Buy It Now button |\n| `currency` | String | Returns the currency code for this Pricebook |\n| `default_earn_rate` | Number | Returns the default earn rate for this Pricebook |\n| `default_purchase_rate` | Number | Returns the default purchase rate for this Pricebook |\n| `hide_price_text` | String | Returns the text to display when the price is hidden |\n| `id` | String | Returns the unique id for this Pricebook |\n| `name` | String | Returns the name for this Pricebook |\n| `order_quantity_maximum` | Number | Returns the maximum order quantity for this Pricebook |\n| `out_of_stock_text` | String | Returns the text to display when the product is out of stock |\n| `pricebook_entries` | PaginatedList[[PricebookEntry](pricebook-entry-liquid-object-reference)] | Returns the PricebookEntries associated with this Pricebook |\n| `standard?` | Boolean | Returns whether this Pricebook is the standard pricebook |\n| `tax_method` | String | Returns the tax method for this Pricebook |\n| `tax_zone` | [Zone](zone-liquid-object-reference) | Returns the tax zone for this Pricebook |\n| `unavailable_text` | String | Returns the text to display when the product is unavailable |\n\n## Available on\n\n- [Account - Liquid Object Reference](account-liquid-object-reference) — `pricebook`\n- [Discount - Liquid Object Reference](discount-liquid-object-reference) — `pricebook`\n- [Global - Liquid Object Reference](global-liquid-object-reference) — `current_pricebook`\n- [Membership - Liquid Object Reference](membership-liquid-object-reference) — `pricebook`\n- [Order - Liquid Object Reference](order-liquid-object-reference) — `pricebook`\n- [PricebookEntry - Liquid Object Reference](pricebook-entry-liquid-object-reference) — `pricebook`\n- [PromotionScope - Liquid Object Reference](promotion-scope-liquid-object-reference) — `pricebook`"}