price
Number of APIs: 13
-
price model - Create new price model POST {{api-url}}/price/{{tenant}}/priceModels
-
price model - Get price model GET {{api-url}}/price/{{tenant}}/priceModels/{{priceModelId}}
-
price model - Get all price models GET {{api-url}}/price/{{tenant}}/priceModels?pageNumber=1&pageSize=16
-
prices management - Retrieving price by id GET {{api-url}}/price/{{tenant}}/prices/{{priceId}}?extendWithPriceModel=true
-
price model - Delete price model DELETE {{api-url}}/price/{{tenant}}/priceModels/{{priceModelId}}
-
prices management - Deleting price by id DELETE {{api-url}}/price/{{tenant}}/prices/{{priceId}}
-
matching - Matching prices for session context POST {{api-url}}/price/{{tenant}}/matchPriceByContext
-
matching - Calculate gross price between countries POST {{api-url}}/price/{{tenant}}/matchPrice
-
prices management - Retrieving prices GET {{api-url}}/price/{{tenant}}/prices
-
prices management - Updating price by id PUT {{api-url}}/price/{{tenant}}/prices/{{priceId}}