Search by

spryker-feature / order-experience-management

spryker-bot

OrderExperienceManagement module

Package info

github.com/spryker-feature/order-experience-management

pkg:composer/spryker-feature/order-experience-management

Statistics

Installs: 19 313

Dependents: 1

Suggesters: 2

Stars: 0

202608.0 2026-08-23 18:38 UTC

This package is auto-updated.

Last update: 2026-09-24 07:24:51 UTC


README

Latest Stable Version Minimum PHP Version

Top-level container for order placement features in Spryker B2B commerce. Implements Recurring Orders (schedule-based automatic reordering) and the Orders Backend API (read, list, intake, OMS transitions and comments).

Recurring Orders

Lets B2B buyers configure a repeating order cadence during checkout. After placement the order is automatically re-placed at the selected interval without manual intervention. Supports weekly, bi-weekly, monthly, and every-N-weeks cadences with a StateMachine-driven lifecycle, price-lock guardrails, and configurable retry on failure.

Orders Backend API

Serves placed orders to Back Office and system integrations over API Platform, behind ROLE_BACK_OFFICE_USER: read and list orders, create one via order intake, fire OMS events on individual line items, and read or add order comments. Resource contracts live in resources/api/backend/.

Installation

composer require spryker-feature/order-experience-management

Documentation

Spryker Documentation