Shoplive에서 사용하는 브랜드 객체를 설명하는 문서입니다.

Brand object

FieldTypeDescription
brandIdLong!브랜드의 고유 ID. 자동 생성. read only.
nameString!브랜드 이름. 최대 255자
identifierString!고객사가 브랜를 구분하기 위해 직접 지정하는 고유값.
descriptionString?브랜드 설명.
imageUrlString!브랜드 이미지 URL.
imageWidthInteger!브랜드 이미의 가로폭 (pixel). imageUrl로부터 자동 계산. read only.
imageHeightInteger!브랜드 이미의 높이 (pixel). imageUrl로부터 자동 계산. read only.
createdAtString!비디오 생성 시간. read only.
(format: YYYY-MM-DD'T'HH:mm:ss'Z')
updatedAtString!브랜드 수정 시간. 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"
}