price

Number of APIs: 13

  1. price model - Create new price model POST {{api-url}}/price/{{tenant}}/priceModels

  2. price model - Get price model GET {{api-url}}/price/{{tenant}}/priceModels/{{priceModelId}}

  3. price model - Get all price models GET {{api-url}}/price/{{tenant}}/priceModels?pageNumber=1&pageSize=16

  4. prices management - Retrieving price by id GET {{api-url}}/price/{{tenant}}/prices/{{priceId}}?extendWithPriceModel=true

  5. price model - Delete price model DELETE {{api-url}}/price/{{tenant}}/priceModels/{{priceModelId}}

  6. prices management - Deleting price by id DELETE {{api-url}}/price/{{tenant}}/prices/{{priceId}}

  7. matching - Matching prices for session context POST {{api-url}}/price/{{tenant}}/matchPriceByContext

  8. matching - Calculate gross price between countries POST {{api-url}}/price/{{tenant}}/matchPrice

  9. prices management - Retrieving prices GET {{api-url}}/price/{{tenant}}/prices

  10. prices management - Updating price by id PUT {{api-url}}/price/{{tenant}}/prices/{{priceId}}