{ "jingdong_ware_catelogy_attribute_list_get_response":{ "catelogyAttributeList":{ "resultCode":"", "expandSorts":[{ "items":[{ "expandSortsList":[{ "expandValueId":"", "expandSortValueName":"" }], "type":"" }], "items2":[{ "expandSortsList2":[{ "expandValueId":"", "expandSortValueName":"" }] }], "expandSortValueName":"" }] } } }
SDK调用示例
public JdClient client=new DefaultJdClient(SERVER_URL,accessToken,appKey,appSecret);
WareCatelogyAttributeListGetRequest request=new WareCatelogyAttributeListGetRequest();
request.setNewVersion( 123 );
request.setCatelogyId( "jingdong" );
request.setClient( "jingdong" );
WareCatelogyAttributeListGetResponse response=client.execute(request);