Product Image Changes
Each product has an associated image. In this chapter, the sample code illustrates how to retrieve either:
- all changed product images
- or an individual product image that has been changed
To retrieve individual product images, you need to know the unique product identifier.
The Code
If you want to select a single product image change, then you require the unique identifier for that image and you pass it in the productId
on iOS, or the productExternalId
on Android.
As with product categories, products are a subset of the product catalogue, so you first need to know the unique identifier for the product catalogue. See Maintain Product Catalogues for complete information.
Note
On iOS, the catalogue is identified by productCatalogueId
, whereas on Android, it is identified by catalogueId
.
Universal Windows Platform SDK coming soon