Search by

spryker-feature / product-experience-management

spryker-bot

ProductExperienceManagement module

Package info

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

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

Statistics

Installs: 28 656

Dependents: 1

Suggesters: 5

Stars: 0

202608.0 2026-08-26 08:24 UTC

This package is auto-updated.

Last update: 2026-09-16 09:28:48 UTC


README

Latest Stable Version Minimum PHP Version

Provides the backend API for product CRUD and manages product attribute visibility across storefront pages. Exposes concrete products at /products on the Glue Backend API, and controls which product attributes are displayed on Product Detail Pages (PDP), Product Listing Pages (PLP), and Cart pages through configurable visibility types.

Key features:

  • Backend API for product CRUD via /products (Get, GetCollection, Post, Patch), covering prices, stocks, image sets, bundles, product classes and shipment types in one resource
  • Automatic parent abstract product creation when a concrete is posted without one, including the abstract-level stores, tax set, categories and new-from/new-to
  • Attribute visibility management per page type (PDP, PLP, Cart, None)
  • Backoffice UI for configuring attribute visibility with filtering
  • Storage publishing and synchronization of attribute visibility data
  • Storefront widgets rendering attributes as badges (PLP/Cart) or structured data (PDP)
  • Batch attribute preloading for optimal performance on listing pages

Installation

composer require spryker-feature/product-experience-management

Documentation

Spryker Documentation