Skip to content

Getting Started

Overview

The Price Engine API allows you to manage pricing rules, supplier pricelists, and promotions programmatically.

Base URL

http://localhost:3000

Example Request

bash
curl -X GET http://localhost:3000/pricing-products \
  -H "x-webhook-signature: your-secret-here"

Next Steps