To Get all the Product alternate images.
Request Information
» Filters
| Name |
Description |
Usage |
| productId |
This will filter the request by product ID. |
GET productalternateimage?filter=productid~{operator}~{value} |
» Sorting
| Name |
Description |
Usage |
| displayOrder |
This will sort the response by display order. |
GET productalternateimage?sort=displayorder |
| name |
This will sort the response by name. |
GET productalternateimage?sort=name |
| productId |
This will sort the response by product ID. |
GET productalternateimage?sort=productid |
» Paging
| Name |
Description |
Usage |
| index |
The index to retrieve when requesting paged results. |
GET productalternateimage?page=index~{value} |
| size |
The size of the page when retrieving paged results. |
GET productalternateimage?page=size~{value} |