The GetProductImages function returns all product images.
Method | /GetProductImagesByFilter |
The request body is of type GetProductImagesByFilter.
Name | Description | Data Type |
---|---|---|
filter | ProductImagesFilter | |
offset | xml:int | |
maxRecords | xml:int | |
skipItemId | xml:int | |
includeItemId | xml:int |
|
The response body is of type GetProductImagesByFilterResponse.
Name | Description | Data Type |
---|---|---|
GetProductImagesByFilterResult | ArrayOfViewProductImageInfo |
|