--- title: Selling Plan API now supports pre-orders and try before you buy - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/selling-plan-api-now-supports-pre-orders-and-try-before-you-buy md: https://shopify.dev/changelog/selling-plan-api-now-supports-pre-orders-and-try-before-you-buy.md --- [Back to Developer changelog](https://shopify.dev/changelog) June 21, 2022 Tags: * API * 2022-07 # Selling Plan API now supports pre-orders and try before you buy ## As of GraphQL Admin API version 2022-07, we have expanded the Selling Plan API enabling you to integrate support for new deferred purchase options like pre-orders and try before you buy into the Shopify Checkout. Use new fields such as *SellingPlanInventoryPolicy*, *SellingPlanFixedBillingPolicy*, and *SellingPlanFixedDeliveryPolicy* to create deferred purchase options using the *sellingPlanGroupCreate* mutation. This enables you to build more flexible and extensible apps that support various ways to sell and buy products built directly within Shopify Checkout, and are compatible with all of Shopify's platform features (including discounts, shipping, reporting, and payments). Start developing new purchase option apps today! To learn more about building with these new purchase options and tooling, refer to our [developer documentation](https://shopify.dev/apps/purchase-options).