Brand object
- Print
Brand object
- Print
Article summary
Did you find this summary helpful?
Thank you for your feedback
Brand object
Property name | Type | Description |
---|---|---|
brandId | Long! | Automatically generated unique Id of brand. read only |
name | String! | brand name. max 255 chars |
identifier | String! | Brand identifier. |
description | String? | Brand description. |
imageUrl | String! | Brand image URL. |
imageWidth | Integer! | Brand image width (pixel). Automatically generated. read only. |
imageHeight | Integer! | Brand image height (pixel). Automatically generated. read only. |
createdAt | String! | Brand create time . read only. (format: |
updatedAt | String! | Brand update time. read only. (format: |
Sample
{
"brandId": "1",
"name": "Shoplive",
"identifier": "shoplive_brand",
"description": "Shoplive Brand.",
"imageUrl": "https://image.shoplive.cloud/{UUID}.png",
"imageWidth": 2110,
"imageHeight": 317,
"createdAt": "2023-02-01T08:34:33Z",
"updatedAt": "2023-02-22T08:09:38Z"
}