Commercial APIs
  1. Authentication
Commercial APIs
  • Authentication
    • Documentation
    • Authentication Credentials
    • Login API
      POST
  • Namshi
    • Order Webhook
    • Return Picked Up Webhook
    • Update Price API
      POST
    • Update Country Visibility API
      POST
    • Get Price and Country Visibility API
      GET
    • List Orders
      POST
  • Stock
    • Stock Update API
      POST
  • Noon Pricing
    • Core Partner Sku Info
      POST
    • Core Partner Sku Update
      POST
  • Xborder Pricing
    • create or update product pricing
      POST
    • deactivate existing product pricing
      POST
  1. Authentication

Documentation

Authentication#

We use JWTs for authentication so from our side you'll recieve JWT Credentials to get the channelCredential you need to send to the login API
Notes:
1.
The session lifetime is 22 hours and the token lifetime is 1 hour
2.
The credentials are partner specific so different credentials for each partner
3.
Each partner has a default quota of 1 API User to create from noon seller portal
You can take a look at this script if you're stuck:
Modified at 2025-08-07 10:25:30
Next
Authentication Credentials
Built with