# Liquid Docs

## Shopify Liquid Cheat Sheet

Follow the link below and enter **"selling\_plan"** into the search bar on the left side to easily see all of the references.

{% embed url="<https://www.shopify.com/partners/shopify-cheat-sheet>" %}

## Shopify Liquid API Docs

### `selling_plan`

{% embed url="<https://shopify.dev/api/liquid/objects/selling-plan>" %}

### `selling_plan_allocation`

{% embed url="<https://shopify.dev/api/liquid/objects/selling-plan-allocation>" %}

### `selling_plan_group`

{% embed url="<https://shopify.dev/api/liquid/objects/selling-plan-group>" %}

### `variant`

{% embed url="<https://shopify.dev/api/liquid/objects/variant>" %}

#### Relevant fields

* [variant.requires\_selling\_plan](https://shopify.dev/api/liquid/objects/variant#variant-requires_selling_plan)
* [variant.selected\_selling\_plan\_allocation](https://shopify.dev/api/liquid/objects/variant#variant-selected_selling_plan_allocation)
* [variant.selling\_plan\_allocations](https://shopify.dev/api/liquid/objects/variant#variant-selling_plan_allocations)

### `product`

{% embed url="<https://shopify.dev/api/liquid/objects/product>" %}

#### Relevant fields

* [product.requires\_selling\_plan](https://shopify.dev/api/liquid/objects/product#product-requires_selling_plan)
* [product.selected\_or\_first\_available\_selling\_plan\_allocation](https://shopify.dev/api/liquid/objects/product#product-selected_or_first_available_selling_plan_allocation)
* [product.selected\_selling\_plan](https://shopify.dev/api/liquid/objects/product#product-selected_selling_plan)
* [product.selected\_selling\_plan\_allocation](https://shopify.dev/api/liquid/objects/product#product-selected_selling_plan_allocation)
* [product.selling\_plan\_groups](https://shopify.dev/api/liquid/objects/product#product-selling_plan_groups)
