Method RetrieveProducts
RetrieveProducts(string)
Call the Store to retrieve the store products. The IStoreCallback will be call with the retrieved products.
Declaration
void RetrieveProducts(string json)
Parameters
| Type | Name | Description |
|---|---|---|
| string | json | The catalog of products to retrieve the store information from in JSON format. |