V2.7.1
- Auto Inventory Reallocation – Returns, RTOs, and cancellations now auto-update inventory based on item condition.
- Sales Channel in Comms – Sales channel info is now included in communication event payloads.
- Size-Level Promotions – Run targeted promotions for specific sizes to improve sell-through.
- Usage-Based Billing – Supports ladder pricing and minimum retainer plans based on bag count.
- Extension Logic in React Themes – Extensions can now override storefront behavior without modifying theme code.

Order Management System
New Feature
Automated Inventory Reallocation for Returns, RTOs, and Cancellations
This enhancement improves inventory accuracy by reallocating stock based on quality assessment and cancellation reasons.
- For Returns and RTOs, once the shipment reaches the warehouse/store and Quality Check is performed, inventory is now reclassified automatically:
- Items marked Good are moved to Sellable stock, making them immediately available for resale.
- Items marked Bad are moved to the Damaged bucket for better visibility and tracking.
- For cancelled_fynd (orders cancelled by the operations team/Admin), inventory is redirected to appropriate buckets based on the cancellation reason selected.
- For cancelled_customer (orders cancelled by the customer), inventory is automatically returned to Sellable stock.
- A toggle—Auto Return Inventory Sync, available at the location-level setting, allows sellers to enable or disable automatic inventory updates for Return/RTO. This is useful for setups where inventory is managed manually or through external systems acting as the source of truth.
{{divider}}
Communication
Enhancement
Addition of Sales Channel in Comms Payload
Included the sales_channel_name attribute in all events to fulfill a business requirement for enabling customer communications.
{{divider}}
Promotions
New Feature
Size Level Promotions
Merchants can now create size-specific promotions to target underperforming sizes. This helps boost sales for less popular sizes (e.g., 2XL) without affecting high-demand ones. Optimise inventory and drive balanced size distribution effortlessly.
{{divider}}
Finance
Enhancement
Usage-Based Billing with Ladder Pricing & Minimum Retainer
What’s New
- Enabled bag-count-based usage metering with ladder pricing support for merchants.
- Launched support for Minimum Retainer (MR) plans with flexible tenure (monthly/quarterly/yearly).
{{divider}}
Partners
New Feature
More Control Over Storefront Actions with Extension Logic
Merchants using React themes can now benefit from a powerful new capability that allows extensions to change the default behaviour of how the website interacts with the backend. Without modifying the theme code, developers and partners can personalise the data being sent, perform custom checks before an action takes place, or return instant responses, allowing the storefront to behave exactly as the business requires.
This feature enables flexible handling of scenarios like custom product options, alternative OTP checks, or fallback responses during errors. It offers more control than the data loaders available in Vue themes and ensures themes remain clean, consistent, and easy to update.
{{divider}}