# Getting Selling Plan Information

Selling plan information can be found directly on the product and product variant level in Shopify. There are various ways to reference this data from Shopify through an AJAX call directly to the product, through the GraphQL Storefront API, or with Liquid variables found here [Shopify API References](/skio/shopify-api-references/liquid-docs.md)

However, the level of data returned by Shopify can be rather limited such as the actual delivery and billing interval a selling plan has. In this case, we provide an API that takes in a variant ID and returns all the selling plan groups and selling plans associated with that variant so that you can get additional data about the available selling plans.

{% hint style="warning" %}
In most cases you should be getting selling plan information from Shopify. In certain cases, such as relating two selling plan intervals to each other you can use our API as a supplement.&#x20;
{% endhint %}

## Skio Selling Plan API&#x20;

{% openapi src="/files/plVIIX451I4t096QsPyk" path="/storefront-v2-http/get-product-variant-selling-plans" method="post" %}
[skio\_storefront\_api.yaml](https://3129594098-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6tgHoTWVJ8jGZz1VwcUl%2Fuploads%2FqjOAZCq8njXdD4YS8PpN%2Fskio_storefront_api.yaml?alt=media\&token=02c7f50b-e83c-4c4a-9f16-df90c2e2a10b)
{% endopenapi %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://integrate.skio.com/skio/selling-plan/getting-selling-plan-information.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
