Skip to content

Product Changes

If the merchant stores the product catalogue locally, and if there was an initial synchronization of the product catalogue data, you can obtain product changes at a later date. Changed product data returned includes:

  • a list of products that have changed since the last synchronization date
  • a list of deleted products (according to their identifier)

The Code

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.

ObjC

Swift

Universal Windows Platform SDK coming soon