commercestorepricing.PricingRequest
Provides product prices for buyer accounts in a WebStore.
Constructs a new PricingRequest object.
Returns the Webstore Id for the pricing request.
Type | Description |
---|---|
String | The Id of the Webstore. |
Returns the effective account Id set in the pricing request.
Type | Description |
---|---|
String | The effective account Id of the buyer. |
Returns the currency ISO code set in the pricing request.
Type | Description |
---|---|
String | The currency ISO code. |
Sets the Webstore Id for the pricing request.
Param | Description |
---|---|
webStoreId | Id of the WebStore |
Sets the effective account Id for the pricing request.
Param | Description |
---|---|
effectiveAccountId | Buyer Account Id |
Sets the currency ISO code for the pricing request.
Param | Description |
---|---|
currencyIsoCode | ISO 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
Type | Description |
---|---|
PricingRequestItemCollection | list of pricing request items |
Removes an item from the list of request items by delegating the call to internal java class
Param | Description |
---|---|
pricingRequestItem | commercestorepricing.PricingRequestItem to remove from the list |
Add a PricingRequestItem to list of request items by delegating the call to internal java class
Param | Description |
---|---|
pricingRequestItem | commercestorepricing.PricingRequestItem to add to the list |