--- title: General availability of Shipping Discount Function API - 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/general-availability-of-shipping-discount-function-api md: https://shopify.dev/changelog/general-availability-of-shipping-discount-function-api.md --- [Back to Developer changelog](https://shopify.dev/changelog) December 7, 2023 Tags: * API * 2024-01 # General availability of Shipping Discount Function API As of API Version `2024-01`, the Shipping Discount Function API will be available to use on all merchant stores. This Discount Function API can be used for use cases such as: * Discounting specific delivery options (e.g. Free standard shipping only) * Discounting shipping based on contents of cart (e.g. Buy this candle and get free shipping) * Discounting shipping based on buyer identity, how many orders they’ve placed, etc. Please note that the `discountApplicationStrategy` on `FunctionRunResult` (and its predecessor, `FunctionResult` field) is being deprecated, and removed in `2024-01`. You can learn more about the [Shipping Discount Function API here](https://shopify.dev/docs/api/functions/reference/shipping-discounts).