alibaba.mos.store.counter.tag.get (专柜标签数据获取)

为云上服务提供查询专柜标签能力

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
code String 必须 HZ01-00091 专柜门店号
tag_keys String [] 必须 priceAuditor,isScanGenerateSku
  • 最大列表长度:999
  • tag标签列表

    响应参数

    名称 类型 示例值 描述
    result Result 接口返回model
    • └ trace_id
    • String
    • demo
    • 鹰眼上下文traceId
    • └ async
    • Boolean
    • false
    • 是否异步
    • └ async_result
    • String
    • demo
    • 异步结果
    • data
    • Data
    • 1234
    • 标签的key,val值
    • └ saleable_channels
    • String
    • [{"channelCode":"104349","channelName":"喵街"},{"channelCode":"120929","channelName":"银泰天猫旗舰店"}]
    • 专柜可售渠道
    • └ saleable_channel_codes
    • String
    • 104349,120929
    • 专柜可售渠道
    • └ is_sku_control
    • String
    • true
    • 是否单品管理专柜
    • └ default_brands
    • String
    • ["100087","100096"]
    • 专柜绑定品牌
    • └ is_upper_shelf_tmall
    • String
    • true
    • 是否支持天猫上架
    • └ is_scan_generate_sku
    • String
    • true
    • 是否扫码生产sku
    • └ rfid
    • String
    • true
    • 是否支持电子价签
    • └ price_auditor
    • String
    • 蔡蔡
    • 核价员
    • └ has_tag_price_decimal
    • String
    • true
    • 是否支持吊牌价带小数
    • └ price_ratio_min
    • String
    • 90
    • 价格预警区间 低于百分比
    • └ sale_price_min
    • String
    • 150
    • 价格预警区间 售价最低
    • └ support4_decimal
    • String
    • true
    • 专柜是否支持小数
    • └ erp_type
    • String
    • 零售
    • erp类型
    • └ vendor_erp_params
    • String
    • 百胜
    • 对接供应商参数
    • └ zi_ying_of_store_cloud_support
    • String
    • true
    • 断开mis库存同步
    • └ zi_ying_of_store_new_sku_support
    • String
    • true
    • 经代销新商品编码管理
    • └ barcode_as_settlementcode
    • String
    • true
    • 条码即商品编码
    • └ guider_point
    • String
    • true
    • 是否品牌积分专柜
    • └ after_sale_warranty
    • String
    • 1
    • 售后服务配置
    • └ is_cloud
    • String
    • true
    • 是否是云专柜
    • └ success
    • Boolean
    • true
    • 是否成功
    • └ err_code
    • String
    • demo
    • 错误码
    • └ attributes
    • String
    • demo
    • 额外属性
    • └ err_message
    • String
    • demo
    • 错误信息

    请求示例

    • JAVA
    • .NET
    • PHP
    • CURL
    • Python
    • C/C++
    • NodeJS
    TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
    AlibabaMosStoreCounterTagGetRequest req = new AlibabaMosStoreCounterTagGetRequest();
    req.setCode("HZ01-00091");
    req.setTagKeys("priceAuditor,isScanGenerateSku");
    AlibabaMosStoreCounterTagGetResponse rsp = client.execute(req);
    System.out.println(rsp.getBody());

    响应示例

    • XML示例
    • JSON示例
    <alibaba_mos_store_counter_tag_get_response>
        <result>
            <trace_id>demo</trace_id>
            <async>false</async>
            <async_result>demo</async_result>
            <data>
                <saleable_channels>[{&quot;channelCode&quot;:&quot;104349&quot;,&quot;channelName&quot;:&quot;喵街&quot;},{&quot;channelCode&quot;:&quot;120929&quot;,&quot;channelName&quot;:&quot;银泰天猫旗舰店&quot;}]</saleable_channels>
                <saleable_channel_codes>104349,120929</saleable_channel_codes>
                <is_sku_control>true</is_sku_control>
                <default_brands>[&quot;100087&quot;,&quot;100096&quot;]</default_brands>
                <is_upper_shelf_tmall>true</is_upper_shelf_tmall>
                <is_scan_generate_sku>true</is_scan_generate_sku>
                <rfid>true</rfid>
                <price_auditor>蔡蔡</price_auditor>
                <has_tag_price_decimal>true</has_tag_price_decimal>
                <price_ratio_min>90</price_ratio_min>
                <sale_price_min>150</sale_price_min>
                <support4_decimal>true</support4_decimal>
                <erp_type>零售</erp_type>
                <vendor_erp_params>百胜</vendor_erp_params>
                <zi_ying_of_store_cloud_support>true</zi_ying_of_store_cloud_support>
                <zi_ying_of_store_new_sku_support>true</zi_ying_of_store_new_sku_support>
                <barcode_as_settlementcode>true</barcode_as_settlementcode>
                <guider_point>true</guider_point>
                <after_sale_warranty>1</after_sale_warranty>
                <is_cloud>true</is_cloud>
            </data>
            <success>true</success>
            <err_code>demo</err_code>
            <attributes>demo</attributes>
            <err_message>demo</err_message>
        </result>
    </alibaba_mos_store_counter_tag_get_response>

    异常示例

    • XML示例
    • JSON示例
    <error_response>
        <code>50</code>
        <msg>Remote service error</msg>
        <sub_code>isv.invalid-parameter</sub_code>
        <sub_msg>非法参数</sub_msg>
    </error_response>

    错误码解释

    错误码 错误描述 解决方案

    API工具

    如何获得此API

    FAQ

    返回
    顶部