Appearance
Getting Started
Overview
The Price Engine API allows you to manage pricing rules, supplier pricelists, and promotions programmatically.
Base URL
http://localhost:3000Example Request
bash
curl -X GET http://localhost:3000/pricing-products \
-H "x-webhook-signature: your-secret-here"Next Steps
- Authentication — learn how to sign your requests
- Channels — use multi-channel pricing with the
x-channelheader - API Reference — browse all available endpoints