Skip to main content

2 posts tagged with "Feature"

New features and enhancements

View All Tags

Mage2Plenty v3.14 - Self-Healing Stock Status, Safer Order Sync & Auth Resilience

· 7 min read
Soft Commerce Team
Mage2Plenty Development Team

Mage2Plenty v3.14 closes a class of silent-lost-sales bugs and makes manual operations behave the way operators expect. The headline: stock status now heals itself. Under Magento 2.4.7+ MSI, the indexed stock status is an event-driven cache that a reindex deliberately never rebuilds - one missed salability event and an in-stock product stays "out of stock" forever, with no error anywhere. v3.14 detects and repairs that drift automatically. On the order side, manual exports act immediately (no more settling-period defer for the admin button), booked PlentyONE orders are protected from address churn, and the import pipeline stops flagging clean orders, duplicating tracking numbers, and erroring on order types it was never meant to handle. Rounding it out: the API client recovers from revoked refresh tokens on its own, and manufacturer sync gets its own collection watermark.

Mage2Plenty v3.13 - Order Identity, Sales Channels & Deferred Imports

· 7 min read
Soft Commerce Team
Mage2Plenty Development Team

Mage2Plenty v3.13 is an order-sync correctness release. Every PlentyONE order now keeps a durable external identity - the original marketplace/manual order reference is preserved in its own column, surfaced in the admin grid, and used as an idempotency key that puts an end to duplicate PlentyONE orders on export retries. Sales channels are now told straight end-to-end: channel 0 (manual entry) survives import, grid rendering and the export filter, and Magento-origin orders get stamped with the real referrer once exported. Order import learns to wait: invoices and shipments blocked by a transient Magento state (payment review, on-hold) are deferred and retried instead of being silently lost. Rounding it out: stock-drift detection stops alarming on SKUs you deliberately don't sync, the item-mapping integrity check stops crying wolf, and the admin menu completes the Byte8 rebrand.