ondc-node
ondc-node copied to clipboard
NPM Package to integrate ONDC into Node.js backend
i have used correct private key of my buyer app, i am getting Unauthenticated err. i am new to ondc network. and this is my code ``` const instance =...
Please refer following code. `const instance = new ondc.ONDC({ "host": "http://localhost:5000", "action": "search", "bapId": "ondc.gofrugal.com/ondc/18275", "bapUri": "https://ondc.gofrugal.com/ondc/seller/adaptor", "bppId": "ondc.yaarilabs.com", "bppUri": "https://ondc.yaarilabs.com/", "domain": "nic2004:60232", "country": "IND", "city": "std:080", "ttl": "PT30S", "key":...
The ONDC has made a few updates with new mandatory fields. Please update the package to adapt the latest [specs](https://github.com/ONDC-Official/ONDC-Protocol-Specs/blob/master/protocol-specifications/core/v0/api/retail-hyperlocal.yaml)