Products
In this section, we will cover the basics of products. We will show you how to fetch products in a variety of ways.
Overview
In SalesForce Commerce Cloud SDK module, we provide a set of methods to fetch products. You can fetch a single product, a list of products, or search for products.
References
| Method | Description |
|---|---|
| getProduct | Fetch a single product |
| getProducts | Fetch products |
| getProducts | Search products |