Loading dashboard…
Loading dashboard…
These APIs are intended for ONDC Buyer Applications to discover gift card catalogues, retrieve product details, generate quotes, place orders, and track order status throughout the purchase lifecycle.
Before integrating the ONDC Buyer App APIs, ensure the following prerequisites are configured to enable secure communication and reliable order processing.
Use the appropriate base URL depending on your deployment environment.
All ONDC Buyer API requests must include the following header for authentication.
Requests without valid authentication headers will be rejected.
ONDC Buyer API responses are encrypted. You must decrypt the response payload before processing the data.
ONDC APIs operate through a relay mechanism to route requests and responses between Buyer Apps, Seller Apps, and the ONDC network.
Refer to the relay implementation guide for setup instructions.
Example authenticated cURL requests for ONDC Buyer APIs.
curl -X POST \ {{base_url}}/{{endpoint}} \ -H "Content-Type: application/json" \ -H "X-API-KEY: YOUR_API_KEY" \ -d '{ "{{field1}}": "value1", "{{field2}}": "value2", "{{field3}}": { "{{subField}}": "value" } }'
curl -X GET \ {{base_url}}/{{endpoint}}?{{queryParam}}={{value}} \ -H "X-API-KEY: YOUR_API_KEY"
For assistance during integration, contact at help@meribachat.in.