Marketplace Product Offer feature walkthrough

Edit on GitHub
You are browsing a previous version of the document. The latest version is 202212.0.

The Marketplace Product Offer entity is created when multiple merchants sell the same product on the Marketplace. The product offer is a variation of a concrete product with its own specific price (and volume price) and stock. It can be “owned” by any entity, however, in a B2C or B2B Marketplace, it is owned by a merchant.

The Marketplace product offer has its own validity dates and its own availability calculation based on its reservations.

The product offer re-uses and extends concrete product features. All product-related data is stored and processed as concrete products. All offer-related data is stored in a separate entity and linked to a concrete product.

The Marketplace Product Offer feature contains both merchant product offer and product offer concepts. Merchant product offer extends product offer by adding a pointer to a merchant.

User documentation

To learn more about the feature and to find out how end users use it, see Marketplace Product Offer feature overview for business users.

Module dependency graph

The following diagram illustrates the dependencies between the modules for the Marketplace Product Offer feature.

Module Dependency Graph

The following table lists the main modules of the Marketplace Product Offer feature.

NAME DESCRIPTION
MerchantProductOffer Provides a collection of product offers by request. Extends ProductOffer with the merchant information. Used by MerchantSwitcher for enabling the merchant functionality.
ProductOffer Provides the main create-read-update product offer functionality.
ProductOfferValidity Defines validity period for an offer.
Shop.MerchantProductOfferWidget Provides merchant product offer information for the spryker-shop.

Domain model

The following schema illustrates the domain model of the Marketplace Product Offer feature:

Domain model

INSTALLATION GUIDES GLUE API GUIDES DATA IMPORT HOW-TO GUIDES REFERENCES
Marketplace Product Offer feature integration Retrieving product offers File details: combined_merchant_product_offer.csv Rendering merchant product offers on the Storefront Product offer in the Back Office
Marketplace Product Offer + Cart feature integration Retrieving product offers for a concrete product File details: merchant_product_offer.csv Product offer storage
Marketplace Product Offer + Checkout feature integration File details: product_offer_stock.csv Product Offer store relation
Marketplace Merchant Portal Product Offer Management feature integration File details: product_offer_validity.csv Product Offer validity dates
Glue API: Marketplace Product Offer integration File details: merchant_product_offer_store.csv
Glue API: Marketplace Product Offer + Wishlist integration
Glue API: Marketplace Product Offer + Cart integration