¥免费必须用户授权
 产品模板获取接口,对于非关键属性的类目,发布达尔文(监管)产品时,必须先根据类目获取产品模板。
产品模板定义产品发布需要的类目属性,包括:
关键属性:关键属性可以在类目上不存在。不存在的PID,默认为输入,没有子属性。属性名称在prop_name_str中取
 绑定属性:内容为属性ID(PID)的列表,绑定属性肯定在类目上有,对应属性的类目特征,子属性请根据PID到类目上去取
过滤属性:内容有属性ID(PID)列表,很重要的属性,filter_properties包含的属性,必须填写
如果获取不到模板,非关键属性类目是不能发布产品的
 公共参数
 请求地址:
 
 公共请求参数:
 
公共响应参数:
 
 响应参数
 
 点击获取key和secret
 请求示例
 
 响应示例
 <tmall_product_template_get_response>
 
 <key_properties>
 [1
 2
 3
 4]
 </key_properties>
 <affect_properties>
 [1
 2
 3
 4
 5]
 </affect_properties>
 <filter_properties>
 [1
 2
 3
 4]
 </filter_properties>
 <category_id>1512</category_id>
 <template_id>1289</template_id>
 <commodity_id>1</commodity_id>
 <prop_name_str>100148233 
     
      
       
       
         剂型 
        
       
         , 
        
       
         100148233 
        
       
      
        剂 型,100148233 
       
      
    剂型,100148233剂 型</prop_name_str>
 <prop_features>“”</prop_features>
 
 </tmall_product_template_get_response>
 异常示例
 <error_response>
 50
 Remote service error
 <sub_code>isv.invalid-parameter</sub_code>
 <sub_msg>非法参数</sub_msg>
 </error_response>



















