Commercial APIs
  1. Xborder Pricing
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. Xborder Pricing

deactivate existing product pricing

POST
/pricing/activate-deactivate

Request

Body Params application/json

Example
{
    "mp_code": "string",
    "items": [
        {
            "partner_sku": "string",
            "country_code": "sa",
            "is_active": true
        }
    ]
}

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 '/pricing/activate-deactivate' \
--header 'Content-Type: application/json' \
--data-raw '{
    "mp_code": "string",
    "items": [
        {
            "partner_sku": "string",
            "country_code": "sa",
            "is_active": true
        }
    ]
}'

Responses

🟢200OK
application/json
Successful Response
Body

Example
null
🟠422Parameter Error
Modified at 2025-02-11 18:32:55
Previous
create or update product pricing
Built with