跳到主要内容
版本:202201

查询商品专辑详情

GET 

/openapi/2022-01/collections/:id

通过唯一 ID 获取指定商品专辑的详细信息。

请求

Path参数

    id string必填

    待查询的专辑 ID(UUID 格式)。

响应

200

数据结构
    collection object
    idstring
    示例: a60fe556-43ad-4e07-9125-507ac1bf71f7
    titlestring
    示例: Test-Collection
    descriptionstring
    示例: Desc
    handlestring
    示例: test-collection
    smartboolean
    默认值: true
    示例: false
    image object
    srcstring
    示例: //cdn.shoplazza.com/9de53f9726576696b318a8d95c0946cb.jpeg
    widthinteger
    默认值: 0
    示例: 1920
    heightinteger
    默认值: 0
    示例: 1080
    altstring
    示例:
    pathstring
    示例: 9de53f9726576696b318a8d95c0946cb.jpeg
    seo_titlestring
    示例: seo_title
    seo_descriptionstring
    示例: Desc
    seo_keywordsstring
    示例: test
    sort_orderstring
    示例: title-asc
    created_atstring
    示例: 2024-04-16T10:31:13Z
    updated_atstring
    示例: 2024-04-16T10:31:13Z