Method UpdateStoreItem
UpdateStoreItem(string, IapItem)
Call UDP store asynchronously to update a store item.
Declaration
[Obsolete("Internal API, it will be removed soon.")]
public static object UpdateStoreItem(string accessToken, IapItem iapItem)
Parameters
Type | Name | Description |
---|---|---|
string | accessToken | The bearer token to UDP. |
IapItem | iapItem | The updated store item. |
Returns
Type | Description |
---|---|
object | The HTTP PUT Request to update a store item. |