Documentation
Feedback
Guides
API Reference

API Reference
Filter By
Post
Get
Put
Delete
Patch

Policies System API

This API will create promotion alarms when selling products with undesired prices and promotions. It will create conditions that will check if the prices and the promotions are correct. If not, the system will alarm the store with information about the product sold at unexpected prices.

Index

Endpoints

Policy

SummaryMethodPath
Get policy listGET/api/policy-engine/policies
Evaluate policiesPOST/api/policy-engine/evaluate
Get policy by IDGET/api/policy-engine/policies/{id}
Create policyPOST/api/policy-engine/policies/{id}
Update policyPUT/api/policy-engine/policies/{id}
Delete policy by IDDELETE/api/policy-engine/policies/{id}

Loading API specification...