企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
~~~[api] post:/api/alipayopen/antMerchantExpandItemOpenBatchQuery *string:token=默认值#登录令牌 *storeId#系统门店id *itemIdList#商品ID列表(多个用英文,连接),单次查询上限为20 <<< success { 'status':'1', 'message':'数据返回成功', 'data':{ "item_list": [ { "item_id": "2019073100782219000000100000", "type": "STANDARD_GOODS", "status": "EFFECT", "front_category_id_list": ["2018091300502200002600105884"], "standard_category_id": "2018091300502200002600105884", "target_id": "2018090600502000000022501261", "description": "精选东北优质非转基因大豆", "target_type": "5", "name": "西红柿炒蛋", "gmt_create": "2018-09-26 11:12:54", "gmt_modified": "2018-09-26 11:12:54", "sku_list": [ { "sku_id": "2018091300502200001600103072", "item_id": "2018091300502200004400104166", "price": 100, "original_price": 100, "status": "EFFECT", "gmt_create": "2018-09-26 11:12:54", "gmt_modified": "2018-09-26 11:12:54", "inventory": 100, "remain_inventory": 100, "material_list": [ { "material_id": "2019073100892201000000100107", "type": "ITEM_PIC", "content": "https://xxx" } ], "sku_property_list": [ { "property_key": "尺寸", "property_value": "大号" } ] } ], "material_list": [ { "material_id": "2019073100892201000000100107", "type": "ITEM_PIC", "content": "https://xxx" } ], "ext_info": [ { "ext_key": "MY_KEY", "ext_value": "MY_VALUE" } ], "property_list": [ { "property_key": "辣度", "property_value_list": [ "特辣" ] } ] } ] } } <<< error ~~~