Kakaclo Api Docs
  • Welcome!
  • Quick Start
  • Release Notes
    • 2023-08 Add API token refresh function, logistics channel to add Express
    • 2023-07 product api increase supplierLevel info
    • 2023-06 Order Automatic Split interface changes
    • 2023-04 Product CountryAndWarehouse interface changes
    • 2023-04 Order V1 Version And Order V2 Version
    • 2022-12 Order V2 Version
  • API Usage
    • API Endpoint
    • Rate Limits
  • Admin API
    • Product
      • Category
      • Products
      • CountryAndWarehouse
      • Stock
      • Product API pull suggestion
    • Order V1(Outdated)
      • Logistics Channel
      • Order
      • Query Order
        • Orders Status Json Response
      • Refund Order
      • Query ReFund
    • Order V2
      • Logistics Channel
      • Order
      • Query Order
        • Orders Status Json Response
      • Refund Order
      • Query ReFund
      • Automatic Split Logistics Channel
    • Custom Product
      • Get Design Category Name List
      • Get Design Model List
      • Get Design Model Detail
      • Get Custom Designed List
      • Get Custom Designed Detail
      • Create designed product orders and get order list
      • Get KakaClo pod-designer address
      • Save POD Designed Product
    • Payment
      • Query Balance
Powered by GitBook
On this page
  • Response parameter
  • Query shipping country and warehouse
  • get country and warehouse
  1. Admin API
  2. Product

CountryAndWarehouse

Country and warehouse relations

PreviousProductsNextStock

Last updated 2 years ago

This interface is to obtain the corresponding relationship between country and warehouse. Our is placed in different countries and warehouses, you can obtain through different countries and warehouses.

Response parameter

Parameter name
Type
Remark

warehouseId

Number

warehouse id. for example: 13

warehouseCode

String

Shipping warehouse code,for example: G004

warehouseNameExt

String

Shipping warehouse Chinese name,for example: 东莞-独立站

countryCode

String

Shipping country code,for example: CN

countryCn

String

Shipping country name,for example: China

status

Number

Warehouse usage status: 0-disabled; 1-enabled,for example: 1

Query shipping country and warehouse

get country and warehouse

GET /openapi/v1/product/countryAndWarehouse

{
    "code":10000,
    "message":"kk.api.200",
    "data":{
        "list":[
            {
                "warehouseId":"",
                "warehouseCode":"",
                "warehouseName":"",
                "warehouseNameExt":"",
                "countryCode":"",
                "countryCn":""
            }
        ]
    }
}
{
    // Response
}
stock
stock