--- title: Shopify Functions can execute up to 25 functions in a single batch - 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/shopify-functions-25-functions-limit md: https://shopify.dev/changelog/shopify-functions-25-functions-limit.md --- [Back to Developer changelog](https://shopify.dev/changelog) May 21, 2025 Tags: * Functions # Shopify Functions can execute up to 25 functions in a single batch Shopify Functions now supports up to 25 active functions per Function API, increased from the previous limit of 5. This allows developers to split complex or unrelated logic into smaller, dedicated functions rather than combining everything together. This change applies to: * [Payment customizations](https://shopify.dev/docs/api/functions/reference/payment-customization) * [Delivery customizations](https://shopify.dev/docs/api/functions/reference/delivery-customization) * [Cart and checkout validations](https://shopify.dev/docs/api/functions/reference/cart-checkout-validation) * [Fulfillment constraints](https://shopify.dev/docs/api/functions/reference/fulfillment-constraints)