> For the complete documentation index, see [llms.txt](https://integrate.skio.com/skio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://integrate.skio.com/skio/selling-plan/getting-selling-plan-information.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
