GET V2/Custom/GetProductImageType?sku={sku}&lang={lang}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sku

string

Required

lang

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ImageType
NameDescriptionTypeAdditional 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"
  }
]