commercestorepricing.TransactionalPricingRequest

Class that holds the request that is made to the pricing resolution service to get the transactional prices for a range of products.

Constructs a new TransactionalPricingRequest object.


Returns the Webstore Id

TypeDescription
StringThe Id of the Webstore.

Returns the effective account Id of the buyer set in the request

TypeDescription
StringThe effective account Id of the buyer.

Returns the currency ISO code set in the request.

TypeDescription
StringISO code of currency in which you want to retrieve the price of the product

Sets the Webstore Id for the request.

ParamDescription
webStoreIdId of the WebStore

Sets the effective account Id for the request.

ParamDescription
effectiveAccountIdBuyer Account Id

Sets the currency ISO code for the pricing request.

ParamDescription
currencyIsoCodeISO code of currency in which you want to retrieve the price of the product

Retrieves the list of items in commercestorepricing.TxnPricingRequestItemCollection by delegating the call to internal java class

TypeDescription
TxnPricingRequestItemCollectionlist of txnPricingRequestItems in the request

Removes a txnPricingRequestItem from commercestorepricing.TxnPricingRequestItemCollection by delegating the call to internal java class

ParamDescription
txnPricingRequestItem> to remove from the list

Add a Request item to commercestorepricing.TxnPricingRequestItemCollection by delegating the call to internal java class

ParamDescription
txnPricingRequestItemcommercestorepricing.TransactionalPricingRequestItem to add to the list