commercestorepricing.PricingRequest

Provides product prices for buyer accounts in a WebStore.

Constructs a new PricingRequest object.


Returns the Webstore Id for the pricing request.

TypeDescription
StringThe Id of the Webstore.

Returns the effective account Id set in the pricing request.

TypeDescription
StringThe effective account Id of the buyer.

Returns the currency ISO code set in the pricing request.

TypeDescription
StringThe currency ISO code.

Sets the Webstore Id for the pricing request.

ParamDescription
webStoreIdId of the WebStore

Sets the effective account Id for the pricing 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 pricing request items by delegating the call to internal java class

TypeDescription
PricingRequestItemCollectionlist of pricing request items

Removes an item from the list of request items by delegating the call to internal java class

ParamDescription
pricingRequestItemcommercestorepricing.PricingRequestItem to remove from the list

Add a PricingRequestItem to list of request items by delegating the call to internal java class

ParamDescription
pricingRequestItemcommercestorepricing.PricingRequestItem to add to the list