--- title: Removing discount allocation method "one". - 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/removing-discount-allocation-method-one-1 md: https://shopify.dev/changelog/removing-discount-allocation-method-one-1.md --- [Back to Developer changelog](https://shopify.dev/changelog) March 31, 2021 Tags: * API # Removing discount allocation method "one". This is a possibly breaking call, where there's no way for Shopify to know if your app is using the 'one' value. As a result, we will not delist any app that continues to get this warning. As of API version 2020-07, we're updating the allocation method for discounts that have set the target\_selection as explicit. Currently, Shopify applies these discounts to a single line item, which corresponds to an allocation method of one. With this change, the allocation methods will instead include "each" and "across". We're making this change to add "each" functionality, and simplify the discount syntax, as "one" and "across" functionally both discount the final price by a set amount. This change also affects discount\_applications on the following webhook payloads : * orders/cancelled * orders/create * orders/fulfilled * orders/paid * orders/partially\_fulfilled * orders/updated For more information, please visit the [community forum post.](https://community.shopify.com/c/Shopify-APIs-SDKs/Removing-discount-allocation-method-quot-one-quot/m-p/727361)