ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
~~~[api] post:/api/alipayopen/antMerchantExpandItemOpenCreate *token#登录令牌 *storeId#系统门店id *standardCategoryId#商品所属标准类目ID,小程序商品类目表中三级类目ID *goodsName#100,商品名称 *goodsType=STANDARD_GOODS#32,商品类型.枚举支持:STANDARD_GOODS-标品,一般是具有明确、标准规格、型号、参数的商品,如:手机、数码产品、大多数的家电;NON_STANDARD_GOODS-非标品,则是在这些方面没有统一的行业标准和参数规格的商品,如:服装、鞋袜等 *detailPage#商品详情页地址。示例:pages/index/index *list:skuListJson#商品SKU列表(至少1个,最多20个)。示例:[{"price":(Number,售价,单位分),"original_price":(Number,标价,单位分),"inventory":(Number,可选,库存),"material_list":(可选,SKU素材列表,最多3个)[{"type":"ITEM_PIC","content":"(String,必填,素材内容,素材地址或素材KEY)"},...],"property_list":(可选,SKU属性列表)[{"property_key":"(String,必填,32,属性)","property_value":"(String,必填,32,属性值)"},...]},...] goodsDesc#255,商品描述 list:materialListJson#素材列表(最多3个),素材内容为素材key(素材key为8.20接口返回的material_key)。示例:[{"type":"ITEM_PIC","content":"https://xxx"}] list:propertyListJson#可选,商品属性列表。示例:[{"property_key":"(必填,32,属性名称)","property_value_list":(必填,32,属性值列表)["特辣"]}] <<< success { "status":1, "message":"Success", "order_data":[], "data":{ "item_id":"2018091300502200002600104169" //商品ID } } <<< error ~~~