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

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.

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.

Skio Selling Plan API

Last updated