question

mohumohucorp avatar image
mohumohucorp asked

[Economy V2] Documentation errors regarding DisplayProperties

According to the following link https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/limits

"The Display Properties field has a 10000 byte limit."

According to the following api reference https://learn.microsoft.com/en-us/rest/api/playfab/economy/inventory/add-inventory-items?view=playfab-rest

"The Display Properties field has a 1000 byte limit."

Which is correct?

In-Game Economy
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

·
Infer Wang avatar image
Infer Wang answered

These two are different things. The former is catalog item’s Display Properties (custom item properties that can be added to all items in your catalog.) which has a 10000 byte limit, the latter is the values to apply to a stack whose type is InitialValues (DisplayProperties: custom item properties that can be added to items and item stacks in player inventories) and has a 1000 byte limit.

10 |1200

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

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.