IOperationServiceTryGetPriceForCategory Method iikoFront Api V3 Documentation
Returns price for the product according to the given client price category, or null if product doesn't exists.

Namespace: Resto.Front.Api.V3
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax

C#
Nullable<decimal> TryGetPriceForCategory(
	Guid productId,
	Nullable<Guid> clientPriceCategoryId
)

Parameters

productId
Type: SystemGuid
Product ID to get price for.
clientPriceCategoryId
Type: SystemNullableGuid
Client price category ID to get price according to.

Return Value

Type: NullableDecimal
See Also

Reference