版本:202201
查询集合关联详情
GET/openapi/2022-01/collects/:id
通过集合关联 ID 获取指定集合关联的详细信息。
请求
Path参数
id string必填
集合关联 ID。
响应
- 200
- 422
200
- application/json
- 数据结构
- 示例
- Result
数据结构
collect object
idstring
示例:
dec4897f-2537-44a7-91fb-9854f643ad1ecollection_idstring
示例:
a60fe556-43ad-4e07-9125-507ac1bf71f7product_idstring
示例:
636a07da-39eb-4829-bde9-b65fae1c28b0positioninteger
默认值:
0示例:
1created_atstring
示例:
2024-04-16T10:31:13Zupdated_atstring
示例:
2024-04-16T10:31:13Z{
"collect": {
"id": "dec4897f-2537-44a7-91fb-9854f643ad1e",
"collection_id": "a60fe556-43ad-4e07-9125-507ac1bf71f7",
"product_id": "636a07da-39eb-4829-bde9-b65fae1c28b0",
"position": 1,
"created_at": "2024-04-16T10:31:13Z",
"updated_at": "2024-04-16T10:31:13Z"
}
}
{
"collect": {
"id": "dec4897f-2537-44a7-91fb-9854f643ad1e",
"collection_id": "a60fe556-43ad-4e07-9125-507ac1bf71f7",
"product_id": "636a07da-39eb-4829-bde9-b65fae1c28b0",
"position": 1,
"created_at": "2024-04-16T10:31:13Z",
"updated_at": "2024-04-16T10:31:13Z"
}
}
422
- application/json
- 数据结构
- 示例
- Result
数据结构
errorsstring[]
{
"errors": [
"ID must be a valid UUID"
]
}
{
"errors": [
"ID must be a valid UUID"
]
}