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

Login API

POST
https://identity.noon.partners/public/sa/login
The API used to login using keys

Request

Body Params application/json

Example
{
    "channel_id": "string",
    "channel_credential": "string"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://identity.noon.partners/public/sa/login' \
--header 'Content-Type: application/json' \
--data-raw '{
    "channel_id": "string",
    "channel_credential": "string"
}'

Responses

🟢200Success
application/json
Headers

Body

Examples
{
    "success": false,
    "message": "list index out of range"
}
Modified at 2025-02-07 11:45:02
Previous
Authentication Credentials
Next
Order Webhook
Built with