get https://api.archisketch.com/product/v2/external/components
Response body
Property | Type | Description | Nullable |
---|---|---|---|
id | String | Component ID | X |
name | String | Component Name | X |
translatedNames | List | Translated Names | X |
code | String | Component Code | O |
sku | String | Stock Keeping Unit | O |
color | ColorInfo | Component Color | O |
retailPrice | PriceInfo | Retail Price | O |
factoryPrice | PriceInfo | Factory Price | O |
mainMaterial | String | Primary Material | O |
subMaterial | String | Secondary Material | O |
dimension | DimensionInfo | Component Dimensions | X |
previewImage | String | Preview Image URL | O |
showInEditor | Boolean | Visibility in Editor | X |
usageInEditor | String | Usage Instructions for Editor | X |
createdAt | String | Component Creation Date (ISO-8601) | X |
updatedAt | String | Component Last Update Date (ISO-8601) | X |
Internationalization
Property | Type | Description | Nullable |
---|---|---|---|
code | String | Internationalization Code - "ko": Korean - "en" : English - "zh" : Chinese - "ja": Japanese - "vi" : Vietnamese | X |
value | String | Internationalization Value | X |
ColorInfo
Property | Type | Description | Nullable |
---|---|---|---|
code | String | Color Code | X |
name | String | Color Name | X |
PriceInfo
Property | Type | Description | Nullable |
---|---|---|---|
value | BigDecimal | Price Value | X |
unit | String | Currency - KRW - USD - EUR - JPY - GBP - CNY - VND - TWD | X |