GET V2/Custom?sku={sku}&lang={lang}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sku | string |
Required |
|
lang | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ImageTypeName | Description | Type | Additional information |
---|---|---|---|
TypeId | integer |
None. |
|
Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "TypeId": 1, "Name": "sample string 2" }, { "TypeId": 1, "Name": "sample string 2" } ]