Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the store-specific item price by using the item base price.
Syntax
server public static Price GetStoreSpecificPrice(RetailStoreId storeId, ItemId itemId)
Run On
Server
Parameters
- storeId
Type: RetailStoreId Extended Data Type
The ID of the store to which the item belongs.
- itemId
Type: ItemId Extended Data Type
The caller record Item ID.
Return Value
Type: Price Extended Data Type
The final price after it applies the store-specific promotion on the base price or the trade agreement price.