Catalog subsystem URLs
Catalog subsystem URLs include all logic and data relevant to a catalog, including categories, products and their attributes, items, and groupings of each, and any associations or relationships among them.
- Catalogs
- CatalogAdd: Add a new catalog.
- CatalogDelete: Delete a catalog.
- CatalogUpdate: Update a catalog.
- Categories
- TopCategoriesDisplay: Display the root categories for a given catalog.
- CategoryDisplay: Display a category within a catalog.
- StoreCatalogDisplay: Display all the catalogs for a given store.
- ProductDisplay: Display a catalog entry.
- Catalog groups
- TopCatalogGroupAdd: Add a relationship between a catalog and a catalog group.
- TopCatalogGroupDelete: Delete a relationship between a catalog and a catalog group.
- CatalogGroupAdd: Add a catalog group and its descriptions.
- CatalogGroupDelete: Delete a catalog group and its descriptions.
- CatalogGroupUpdate: Update a catalog group and its descriptions.
- CatalogGroupMove: Move a catalog group to a new parent catalog group.
- CatGroupRelAdd: Add a relationship between a parent catalog group and a child catalog group.
- CatGroupRelDelete: Delete a relationship between a parent catalog group and a child catalog group.
- Catalog entries
- CatalogEntryAdd: Add a new catalog entry and its descriptions.
- CatalogEntryDelete: Delete a catalog entry and its descriptions.
- CatalogEntryUpdate: Update a catalog entry and its descriptions.
- CatGroupCatEntryRelAdd: Add a relationship between a catalog group and a catalog entry.
- CatGroupCatEntryRelDelete: Delete a relationship between a catalog group and a catalog entry.
- Attributes
- ProductAttributeAdd: Add an attribute to an existing product.
- ProductAttributeDelete: Delete an attribute to an existing product.
- ProductAttributeUpdate: Update an attribute to an existing product.
- AttributeValueAdd: Add a new attribute value to an existing catalog entry.
- AttributeValueDelete: Delete an attribute value from an existing catalog entry.
- AttributeValueUpdate: Update an attribute value from an existing catalog entry.
- Interest lists
- InterestItemAdd: Add one or more products and/or items to one or more interest item lists.
- InterestItemDelete: Delete catalog entries from one or more interest item lists.
- InterestItemDisplay: Display all the catalog entries and items in the specified interest item list or lists.
- InterestItemListCopy: Create or update an order by copying interest items from one interest item list to another.
- InterestItemListDelete: Delete an interest item list and the items within it.
- SetInterestItemList: Set or reset interest item lists as current.
- Offers
- OfferAdd: Add an offer.
- OfferDelete: Delete an offer.
- OfferUpdate: Update an offer.
Abbreviations
Many URLs accept the following abbreviations for parameters that specify interest item list reference numbers:
Abbreviation | Interest item list reference numbers |
---|---|
. (dot) | The reference number of the current interest item list for the customer. You can
make an interest item list current by calling the SetInterestItemList URL. The interest item list reference numbers are obtained by calling the GetCurrentIIlists process task. If it returns none, the most recently updated interest item list is considered to be current. |
* (asterisk) | All interest item lists for the customer. |
** (double asterisk) | Create a new interest item list for the customer, and assign it a new reference number. |