Logo
Emporix Digital Commerce Platform API Documentation

price model

Number of APIs: 5


1. Update price model

PUT {{api-url}}/price/{{tenant}}/priceModels/{{priceModelId}}



2. Create new price model

POST {{api-url}}/price/{{tenant}}/priceModels



3. Get price model

GET {{api-url}}/price/{{tenant}}/priceModels/{{priceModelId}}



4. Get all price models

GET {{api-url}}/price/{{tenant}}/priceModels?pageNumber=1&pageSize=16



5. Delete price model

DELETE {{api-url}}/price/{{tenant}}/priceModels/{{priceModelId}}



ENDPOINTS