question

Cricket_FeVR avatar image
Cricket_FeVR asked

Get Custom data from the catalog item

I have custom data for each item in the catalog and I need to get those values respective to their version from the client side.

data
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
v-humcin avatar image
v-humcin answered

You can use the GetCatalogItems API call (https://api.playfab.com/documentation/client/method/GetCatalogItems) client-side which will return a list of CatalogItems which will each contain a custom data field for every item in the specified version of the catalog.

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Cricket_FeVR avatar image Cricket_FeVR commented ·

Can I get any sample code for unity, that how to get custom data from the catalog item in the client side.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.