Shoplive에서 사용하는 브랜드 객체를 설명하는 문서입니다.
Brand object
Field | Type | Description |
---|---|---|
brandId | Long! | 브랜드의 고유 ID. 자동 생성. read only. |
name | String! | 브랜드 이름. 최대 255자 |
identifier | String! | 고객사가 브랜를 구분하기 위해 직접 지정하는 고유값. |
description | String? | 브랜드 설명. |
imageUrl | String! | 브랜드 이미지 URL. |
imageWidth | Integer! | 브랜드 이미의 가로폭 (pixel). imageUrl로부터 자동 계산. read only. |
imageHeight | Integer! | 브랜드 이미의 높이 (pixel). imageUrl로부터 자동 계산. read only. |
createdAt | String! | 비디오 생성 시간. read only. (format: YYYY-MM-DD'T'HH:mm:ss'Z' ) |
updatedAt | String! | 브랜드 수정 시간. read only. (format: YYYY-MM-DD'T'HH:mm:ss'Z' ) |
Sample
{
"brandId": "1",
"name": "샵라이브",
"identifier": "SHOPLIVE",
"description": "샵라이브 브랜드입니다.",
"imageUrl": "https://image.shoplive.cloud/{UUID}.png",
"imageWidth": 2110,
"imageHeight": 317,
"createdAt": "2023-02-01T08:34:33Z",
"updatedAt": "2023-02-22T08:09:38Z"
}