Method SearchStoreItem
SearchStoreItem(string, string, string)
Call UDP store asynchronously to search for a store item.
Declaration
[Obsolete("Internal API, it will be removed soon.")]
public static object SearchStoreItem(string accessToken, string orgId, string appItemSlug)
Parameters
| Type | Name | Description |
|---|---|---|
| string | accessToken | The bearer token to UDP. |
| string | orgId | The organization identifier where to find the store item. |
| string | appItemSlug | The store item slug name. |
Returns
| Type | Description |
|---|---|
| object | The HTTP GET Request to update a store item. |