get https://www.coohom.com/api/saas/openapi/commodity/collection
You can call this operation to obtain the models that you have added to favorites.
Response
Name | Required | Type | Description |
---|---|---|---|
id | true | string | The ID of the product. |
name | true | string | The name of the product. |
description | true | string | The description of the product. |
type | true | int | The type of the product. |
size | true | object | The size of the product. |
size.x | true | float | The length of the product. |
size.y | true | float | The height of the product. |
size.z | true | float | The depth of the product. |
largeImgUrl | true | string | The URL of the large image. |
imgUrl | true | string | The URL of the preview image. |
brandName | true | string | The name of the brand. |
brandLogo | true | string | The URL of the brand logo image. |
code | true | string | The code of the product. |
styleName | true | string | The name of the style. |
styleId | true | string | The ID of the style. |
created | true | long | The creation timestamp of the model. |
lastModified | true | long | The last update timestamp of the model. |
tags | true | list<json> | The list of tags. |
tags.tagId | true | string | The ID of the tag. |
tags.name | true | string | The name of the tag. |