PricingService
Provides product prices for buyer accounts in a WebStore.
Given a PricingRequest, return the PricingResponse that computes the price for the products in the pricing request.
Param | Description |
---|---|
PricingRequest | The input request that contains the products to be priced along with other contextual information |
Type
PricingResponse
Description
The price of each of the products passed in as the request
Given a TransactionalPricingRequest, return the TransactionalPricingResponse that computes the price for the products and total in the pricing request. The calculation always uses the catalog pricing as a starting point, and adjustments are applied based on other factors.
Param | Description |
---|---|
TransactionalPricingRequest | The input request that contains the products to be priced along with other contextual information |
Type
TransactionalPricingResponse
Description
The price of each of the products and total passed in as the request