GET V2/Product/GetAttrImage?sku={sku}&attrType={attrType}&attr1={attr1}&attr2={attr2}&attr3={attr3}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sku

string

Required

attrType

integer

Required

attr1

integer

Required

attr2

integer

Required

attr3

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of string

Response Formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2"
]