Skip to content

Maintain Products

We have seen that the full collection of items for sale is known as the product catalogue, and then sub-divisions of items within a catalogue are referred to as categories. At the lowest level of the hierarchy are the individual items themselves which are for sale. These are known as the products. This chapter describes the sample code that enables you to maintain your products locally (as opposed to on an ERP system).

The User Interface

Using the flower catalogue example, within the rose category a merchant might sell six different types of roses:

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.

ObjC

Swift

Universal Windows Platform SDK coming soon