{"title":"ProductApproval - Liquid Object Reference","slug":"product-approval-liquid-object-reference","url":"https://support.storeconnect.com/articles/product-approval-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/product-approval-liquid-object-reference.md","subtitle":null,"summary":"The ProductApproval object contains information about any approvals an Account has to purchase restricted Products.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, ProductApproval, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe ProductApproval object contains information about any approvals an Account has to purchase restricted Products.\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 that this approval belongs to |\n| `approval_status` | String | Returns the approval status of the current customer for this Product. One of: approved, completed, expired, pending, or none. |\n| `approved_from` | Timestamp | Returns the timestamp that the approval starts |\n| `approved_quantity` | Number | Returns the maximum quantity that can be purchased using this approval |\n| `approved_until` | Timestamp | Returns the timestamp that the approval ends |\n| `id` | String | Returns the unique id for this ProductApproval |\n| `order_items` | List[[OrderItem](order-item-liquid-object-reference)] | Returns a list of OrderItems that were purchased with this approval |\n| `path` | String | Returns the url path for this approval |\n| `pending_quantity` | Number | Returns the quantity that has already been purchased via a submitted Order |\n| `product` | [Product](product-liquid-object-reference) | Returns the product that this approval is for |\n| `product_category` | [ProductCategory](product-category-liquid-object-reference) | Returns the product category that this approval is for |\n| `purchased_quantity` | Number | Returns the quantity that has already been purchased with a completed Order |\n| `remaining_quantity` | Number | Returns the unused quantity that can still be purchased |\n| `unlimited?` | Boolean | Returns true if the quantity is unlimited for this ProductApproval |\n| `url` | String | Returns the complete url for this ProductApproval |\n\n## Available on\n\n- [Account - Liquid Object Reference](account-liquid-object-reference) — `product_approvals`"}