TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AliexpressSolutionSchemaProductInstancePostRequest req = new AliexpressSolutionSchemaProductInstancePostRequest();
req.setProductInstanceRequest("{\"category_id\":348,\"title_multi_language_list\":[{\"locale\":\"es_ES\",\"title\":\"atestproducttesttest001\"}],\"description_multi_language_list\":[{\"locale\":\"es_ES\",\"module_list\":[{\"type\":\"html\",\"html\":{\"content\":\"unotesttestdescription002\"}}]}],\"locale\":\"es_ES\",\"product_units_type\":\"100000015\",\"image_url_list\":[\"https://upload.wikimedia.org/wikipedia/commons/b/ba/E-SENS_architecture.jpg\"],\"category_attributes\":{\"BrandName\":{\"value\":\"200010868\"},\"ShirtsType\":{\"value\":\"200001208\"},\"Material\":{\"value\":[\"567\"]},\"SleeveLength(cm)\":{\"value\":\"200001500\"}},\"sku_info_list\":[{\"sku_code\":\"WEO19293829123\",\"inventory\":3,\"price\":9900,\"discount_price\":9800,\"sku_attributes\":{\"Size\":{\"alias\":\"Uni\",\"value\":\"200003528\"}}}],\"inventory_deduction_strategy\":\"payment_success_deduct\",\"package_weight\":1.5,\"package_length\":10,\"package_height\":20,\"package_width\":30,\"shipping_preparation_time\":3,\"shipping_template_id\":\"714844311\",\"service_template_id\":\"0\"}");
req.setDeveloperFeatures("{\"source\":\"Lengow\"}");
AliexpressSolutionSchemaProductInstancePostResponse rsp = client.execute(req, sessionKey);
System.out.println(rsp.getBody());
ITopClient client = new DefaultTopClient(url, appkey, secret);
AliexpressSolutionSchemaProductInstancePostRequest req = new AliexpressSolutionSchemaProductInstancePostRequest();
req.ProductInstanceRequest = "{\"category_id\":348,\"title_multi_language_list\":[{\"locale\":\"es_ES\",\"title\":\"atestproducttesttest001\"}],\"description_multi_language_list\":[{\"locale\":\"es_ES\",\"module_list\":[{\"type\":\"html\",\"html\":{\"content\":\"unotesttestdescription002\"}}]}],\"locale\":\"es_ES\",\"product_units_type\":\"100000015\",\"image_url_list\":[\"https://upload.wikimedia.org/wikipedia/commons/b/ba/E-SENS_architecture.jpg\"],\"category_attributes\":{\"BrandName\":{\"value\":\"200010868\"},\"ShirtsType\":{\"value\":\"200001208\"},\"Material\":{\"value\":[\"567\"]},\"SleeveLength(cm)\":{\"value\":\"200001500\"}},\"sku_info_list\":[{\"sku_code\":\"WEO19293829123\",\"inventory\":3,\"price\":9900,\"discount_price\":9800,\"sku_attributes\":{\"Size\":{\"alias\":\"Uni\",\"value\":\"200003528\"}}}],\"inventory_deduction_strategy\":\"payment_success_deduct\",\"package_weight\":1.5,\"package_length\":10,\"package_height\":20,\"package_width\":30,\"shipping_preparation_time\":3,\"shipping_template_id\":\"714844311\",\"service_template_id\":\"0\"}";
req.DeveloperFeatures = "{\"source\":\"Lengow\"}";
AliexpressSolutionSchemaProductInstancePostResponse rsp = client.Execute(req, sessionKey);
Console.WriteLine(rsp.Body);
$c = new TopClient;
$c->appkey = $appkey;
$c->secretKey = $secret;
$req = new AliexpressSolutionSchemaProductInstancePostRequest;
$req->setProductInstanceRequest("{\"category_id\":348,\"title_multi_language_list\":[{\"locale\":\"es_ES\",\"title\":\"atestproducttesttest001\"}],\"description_multi_language_list\":[{\"locale\":\"es_ES\",\"module_list\":[{\"type\":\"html\",\"html\":{\"content\":\"unotesttestdescription002\"}}]}],\"locale\":\"es_ES\",\"product_units_type\":\"100000015\",\"image_url_list\":[\"https://upload.wikimedia.org/wikipedia/commons/b/ba/E-SENS_architecture.jpg\"],\"category_attributes\":{\"BrandName\":{\"value\":\"200010868\"},\"ShirtsType\":{\"value\":\"200001208\"},\"Material\":{\"value\":[\"567\"]},\"SleeveLength(cm)\":{\"value\":\"200001500\"}},\"sku_info_list\":[{\"sku_code\":\"WEO19293829123\",\"inventory\":3,\"price\":9900,\"discount_price\":9800,\"sku_attributes\":{\"Size\":{\"alias\":\"Uni\",\"value\":\"200003528\"}}}],\"inventory_deduction_strategy\":\"payment_success_deduct\",\"package_weight\":1.5,\"package_length\":10,\"package_height\":20,\"package_width\":30,\"shipping_preparation_time\":3,\"shipping_template_id\":\"714844311\",\"service_template_id\":\"0\"}");
$req->setDeveloperFeatures("{\"source\":\"Lengow\"}");
$resp = $c->execute($req, $sessionKey);
curl -X POST 'http://gw.api.taobao.com/router/rest' \
-H 'Content-Type:application/x-www-form-urlencoded;charset=utf-8' \
-d 'app_key=12129701' \
-d 'format=json' \
-d 'method=aliexpress.solution.schema.product.instance.post' \
-d 'partner_id=apidoc' \
-d 'session=ecc5d8a8-8a9a-44da-84fd-19508a38d703' \
-d 'sign=98D32717BE990CFF28653C4FB0B827A3' \
-d 'sign_method=hmac' \
-d 'timestamp=2025-04-29+16%3A46%3A56' \
-d 'v=2.0' \
-d 'developer_features=%7B%5C%22source%5C%22%3A%5C%22Lengow%5C%22%7D' \
-d 'product_instance_request=%7B%5C%22category_id%5C%22%3A348%2C%5C%22title_multi_language_list%5C%22%3A%5B%7B%5C%22locale%5C%22%3A%5C%22es_ES%5C%22%2C%5C%22title%5C%22%3A%5C%22atestproducttesttest001%5C%22%7D%5D%2C%5C%22description_multi_language_list%5C%22%3A%5B%7B%5C%22locale%5C%22%3A%5C%22es_ES%5C%22%2C%5C%22module_list%5C%22%3A%5B%7B%5C%22type%5C%22%3A%5C%22html%5C%22%2C%5C%22html%5C%22%3A%7B%5C%22content%5C%22%3A%5C%22unotesttestdescription002%5C%22%7D%7D%5D%7D%5D%2C%5C%22locale%5C%22%3A%5C%22es_ES%5C%22%2C%5C%22product_units_type%5C%22%3A%5C%22100000015%5C%22%2C%5C%22image_url_list%5C%22%3A%5B%5C%22https%3A%2F%2Fupload.wikimedia.org%2Fwikipedia%2Fcommons%2Fb%2Fba%2FE-SENS_architecture.jpg%5C%22%5D%2C%5C%22category_attributes%5C%22%3A%7B%5C%22BrandName%5C%22%3A%7B%5C%22value%5C%22%3A%5C%22200010868%5C%22%7D%2C%5C%22ShirtsType%5C%22%3A%7B%5C%22value%5C%22%3A%5C%22200001208%5C%22%7D%2C%5C%22Material%5C%22%3A%7B%5C%22value%5C%22%3A%5B%5C%22567%5C%22%5D%7D%2C%5C%22SleeveLength%28cm%29%5C%22%3A%7B%5C%22value%5C%22%3A%5C%22200001500%5C%22%7D%7D%2C%5C%22sku_info_list%5C%22%3A%5B%7B%5C%22sku_code%5C%22%3A%5C%22WEO19293829123%5C%22%2C%5C%22inventory%5C%22%3A3%2C%5C%22price%5C%22%3A9900%2C%5C%22discount_price%5C%22%3A9800%2C%5C%22sku_attributes%5C%22%3A%7B%5C%22Size%5C%22%3A%7B%5C%22alias%5C%22%3A%5C%22Uni%5C%22%2C%5C%22value%5C%22%3A%5C%22200003528%5C%22%7D%7D%7D%5D%2C%5C%22inventory_deduction_strategy%5C%22%3A%5C%22payment_success_deduct%5C%22%2C%5C%22package_weight%5C%22%3A1.5%2C%5C%22package_length%5C%22%3A10%2C%5C%22package_height%5C%22%3A20%2C%5C%22package_width%5C%22%3A30%2C%5C%22shipping_preparation_time%5C%22%3A3%2C%5C%22shipping_template_id%5C%22%3A%5C%22714844311%5C%22%2C%5C%22service_template_id%5C%22%3A%5C%220%5C%22%7D'
# -*- coding: utf-8 -*-
import top.api
req=top.api.AliexpressSolutionSchemaProductInstancePostRequest(url,port)
req.set_app_info(top.appinfo(appkey,secret))
req.product_instance_request="{\"category_id\":348,\"title_multi_language_list\":[{\"locale\":\"es_ES\",\"title\":\"atestproducttesttest001\"}],\"description_multi_language_list\":[{\"locale\":\"es_ES\",\"module_list\":[{\"type\":\"html\",\"html\":{\"content\":\"unotesttestdescription002\"}}]}],\"locale\":\"es_ES\",\"product_units_type\":\"100000015\",\"image_url_list\":[\"https://upload.wikimedia.org/wikipedia/commons/b/ba/E-SENS_architecture.jpg\"],\"category_attributes\":{\"BrandName\":{\"value\":\"200010868\"},\"ShirtsType\":{\"value\":\"200001208\"},\"Material\":{\"value\":[\"567\"]},\"SleeveLength(cm)\":{\"value\":\"200001500\"}},\"sku_info_list\":[{\"sku_code\":\"WEO19293829123\",\"inventory\":3,\"price\":9900,\"discount_price\":9800,\"sku_attributes\":{\"Size\":{\"alias\":\"Uni\",\"value\":\"200003528\"}}}],\"inventory_deduction_strategy\":\"payment_success_deduct\",\"package_weight\":1.5,\"package_length\":10,\"package_height\":20,\"package_width\":30,\"shipping_preparation_time\":3,\"shipping_template_id\":\"714844311\",\"service_template_id\":\"0\"}"
req.developer_features="{\"source\":\"Lengow\"}"
try:
resp= req.getResponse(sessionkey)
print(resp)
except Exception,e:
print(e)
pTopRequest pRequest = alloc_top_request();
pTopResponse pResponse = NULL;
pTaobaoClient pClient = alloc_taobao_client(url, appkey, appsecret);
set_api_name(pRequest,"aliexpress.solution.schema.product.instance.post");
add_param(pRequest,"product_instance_request","{\"category_id\":348,\"title_multi_language_list\":[{\"locale\":\"es_ES\",\"title\":\"atestproducttesttest001\"}],\"description_multi_language_list\":[{\"locale\":\"es_ES\",\"module_list\":[{\"type\":\"html\",\"html\":{\"content\":\"unotesttestdescription002\"}}]}],\"locale\":\"es_ES\",\"product_units_type\":\"100000015\",\"image_url_list\":[\"https://upload.wikimedia.org/wikipedia/commons/b/ba/E-SENS_architecture.jpg\"],\"category_attributes\":{\"BrandName\":{\"value\":\"200010868\"},\"ShirtsType\":{\"value\":\"200001208\"},\"Material\":{\"value\":[\"567\"]},\"SleeveLength(cm)\":{\"value\":\"200001500\"}},\"sku_info_list\":[{\"sku_code\":\"WEO19293829123\",\"inventory\":3,\"price\":9900,\"discount_price\":9800,\"sku_attributes\":{\"Size\":{\"alias\":\"Uni\",\"value\":\"200003528\"}}}],\"inventory_deduction_strategy\":\"payment_success_deduct\",\"package_weight\":1.5,\"package_length\":10,\"package_height\":20,\"package_width\":30,\"shipping_preparation_time\":3,\"shipping_template_id\":\"714844311\",\"service_template_id\":\"0\"}");
add_param(pRequest,"developer_features","{\"source\":\"Lengow\"}");
pResponse = top_execute(pClient,pRequest,sessionKey);
printf("ret code:%d\n",pResponse->code);
if(pResponse->code == 0){
pTopResponseIterator ite = init_response_iterator(pResponse);
pResultItem pResultItem = alloc_result_item();
while(parseNext(ite, pResultItem) == 0){
printf("%s:%s\n",pResultItem->key,pResultItem->value);
}
destroy_response_iterator(ite);
destroy_result_item(pResultItem);
}
destroy_top_request(pRequest);
destroy_top_response(pResponse);
destroy_taobao_client(pClient);
TopClient = require('./topClient').TopClient;
var client = new TopClient({
'appkey': 'appkey',
'appsecret': 'secret',
'REST_URL': 'http://gw.api.taobao.com/router/rest'
});
client.execute('aliexpress.solution.schema.product.instance.post', {
'product_instance_request':'{\"category_id\":348,\"title_multi_language_list\":[{\"locale\":\"es_ES\",\"title\":\"atestproducttesttest001\"}],\"description_multi_language_list\":[{\"locale\":\"es_ES\",\"module_list\":[{\"type\":\"html\",\"html\":{\"content\":\"unotesttestdescription002\"}}]}],\"locale\":\"es_ES\",\"product_units_type\":\"100000015\",\"image_url_list\":[\"https://upload.wikimedia.org/wikipedia/commons/b/ba/E-SENS_architecture.jpg\"],\"category_attributes\":{\"BrandName\":{\"value\":\"200010868\"},\"ShirtsType\":{\"value\":\"200001208\"},\"Material\":{\"value\":[\"567\"]},\"SleeveLength(cm)\":{\"value\":\"200001500\"}},\"sku_info_list\":[{\"sku_code\":\"WEO19293829123\",\"inventory\":3,\"price\":9900,\"discount_price\":9800,\"sku_attributes\":{\"Size\":{\"alias\":\"Uni\",\"value\":\"200003528\"}}}],\"inventory_deduction_strategy\":\"payment_success_deduct\",\"package_weight\":1.5,\"package_length\":10,\"package_height\":20,\"package_width\":30,\"shipping_preparation_time\":3,\"shipping_template_id\":\"714844311\",\"service_template_id\":\"0\"}',
'developer_features':'{\"source\":\"Lengow\"}'
}, function(error, response) {
if (!error) console.log(response);
else console.log(error);
})