天猫国际商家公司变更同步API,从VO同步探物供应商公司和资质变更事件
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
tmmp_change_msg | TmmpChangeMsg | 必须 | 归一业务公司、资质变更消息体对象 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | BaseResult | 接口返回 | |
|
1 2 3 4 5 6 7 8 9 10 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); TmallglobalSellerCompanyChangeSyncRequest req = new TmallglobalSellerCompanyChangeSyncRequest(); TmallglobalSellerCompanyChangeSyncRequest.TmmpChangeMsg obj1 = new TmallglobalSellerCompanyChangeSyncRequest.TmmpChangeMsg(); obj1.setChangeTime( "2024-11-11 00:11:23" ); obj1.setBizType( "TANWU" ); obj1.setChangeSceneList( "" companyChange "" ); obj1.setBizId( "621" ); req.setTmmpChangeMsg(obj1); TmallglobalSellerCompanyChangeSyncResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 | < tmallglobal_seller_company_change_sync_response > < result > < data >true</ data > < success >true</ success > < error_message >xxx参数不能为空</ error_message > < error_code >999</ error_code > </ result > </ tmallglobal_seller_company_change_sync_response > |
1 2 3 4 5 6 | < error_response > < code >50</ code > < msg >Remote service error</ msg > < sub_code >isv.invalid-parameter</ sub_code > < sub_msg >非法参数</ sub_msg > </ error_response > |
错误码 | 错误描述 | 解决方案 |
---|