Method CreateStoreItem
CreateStoreItem(string, string, IapItem)
Call UDP store asynchronously to create a store item.
Declaration
[Obsolete("Internal API, it will be removed soon.")]
public static object CreateStoreItem(string accessToken, string orgId, IapItem iapItem)
Parameters
Type | Name | Description |
---|---|---|
string | accessToken | The bearer token to UDP. |
string | orgId | The organization identifier to create the store item under. |
IapItem | iapItem | The store item to create. |
Returns
Type | Description |
---|---|
object | The HTTP POST Request to create a store item. |