Skip to content

Maintain Product Catalogues

A product catalogue represents the complete set of products that a merchant has for sale. This chapter describes the sample code you can use to create, update, retrieve and delete product catalogues that are stored locally. After setting up your product catalogue you can then set up your product categories and, in turn, your products.

The User Interface

For example, if a store merchant sells flowers, the first page of their catalogue might look like this:

The Sample Code

Insert GIST here and remove Objective-C below.

Note

On iOS, the Inventory Manager is implement by inventoryManagers, while on Android it is implemented by inventory().

Tip

As mentioned previously, to understand the overall flow of the iOS code look first at the calls to sdk.inventoryManager, at the bottom of each segment of code, because this section of code defines the overall process flow.

Caution

If you are integrating with SAP Business ByDesign, only query actions are allowed.

ObjC

Swift

Universal Windows Platform SDK coming soon