Power your website with our simple API

Our Web API lets your applications fetch data from the Chinadivision and manage orders.

Services Introduction:

This document describes the integration points available to clients via the www.chinadivision.com API, which makes shipping data available for syncing the client system with the www.chinadivision.com system.

Interface Address:

https://api.chinadivision.com/sku-create-v2

Request Method:

POST

Request Parameters (header):

Parameter Name Types Required Parameter Location Description Defaults
apikey string yes header API Key your apikey

Request Parameters (bodyParam):

Parameter Name Types Required Parameter Location Description Defaults
sku string yes bodyParam sku code
sn string yes bodyParam sn code
product_name string yes bodyParam product name
name_en string yes bodyParam product english name
name_cn string yes bodyParam product chinese name
price float yes bodyParam product price
size string yes bodyParam product size
color string yes bodyParam product color
brand string yes bodyParam product brand
material string no bodyParam product english material
material_cn string no bodyParam product chinese material
application string no bodyParam product english english
application_cn string no bodyParam product chinese application
hs_code string no bodyParam HS code

Request Example:

JSON Returns Example:

Remark

Repeat create SKU, execute update SKU information operation.

Error Messages:

Error Code Error Code Returns Description
0 success success
1 Apikey can not be empty apikey can not be empty
2 Apikey does not exist apikey does not exist
3 Post data can not be empty Post data can not be empty
4 Info data can not be empty Info data can not be empty
5 Tracking Number and Package Number two must have a not null Tracking Number and Package Number two must have a not null
6 service is temporarily unavailable service is temporarily unavailable
91 Sku already exists
92 Sn already is Used
101 Sku can not be empty
102 Sku can contain only numbers, letters, and hyphens (-)
103 Sn can not be empty
104 Sn can contain only numbers, letters, and hyphens (-)
105 Product name can not be empty
106 product chinese name can not be empty
107 product english name can not be empty
108 The price must be greater than 0
109 Size can not be empty
110 Color can not be empty
111 Brand can not be empty