Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
PlayFab
AdminModels
UpdateStoreItemsRequest
C# Class PlayFab.AdminModels.UpdateStoreItemsRequest
Inheritance:
PlayFabRequestCommon
Show file
Open project: PlayFab/PlayFabGameServer
Class Usage Examples
Public Properties
Property
Type
Description
CatalogVersion
string
MarketingData
StoreMarketingModel
Store
List
StoreId
string
Property Details
CatalogVersion
public property
Catalog version of the store to update. If null, uses the default catalog.
public
string
CatalogVersion
return
string
MarketingData
public property
Additional data about the store
public
StoreMarketingModel,PlayFab.AdminModels
MarketingData
return
StoreMarketingModel
Store
public property
Array of store items - references to catalog items, with specific pricing - to be added
public
List
Store
return
List
StoreId
public property
Unique identifier for the store which is to be updated
public
string
StoreId
return
string