Commerce Repricing API

lightning/commerceRepricingApi

Retrieve pricing and product details for Order Management repricing scenarios using the lightning/commerceRepricingApi module. The lightning/commerceRepricingApi module requires API version 62.0 or later.

For Use In

Lightning Experience, Experience Builder Sites, Salesforce Mobile App

The lightning/commerceRepricingApi module includes wire adapters to retrieve pricing and product details for Order Management repricing scenarios.

To use the Commerce Repricing API in your component, import the wire adapters in your component’s JavaScript file.

1import { productDetails, searchProducts } from "lightning/commerceRepricingApi";

For this module’s specification and examples, see the Lightning Web Components Developer Guide.