I am seeking clarification regarding the consumable
and status
fields in the response from the Entitlement Query Web API (https://dev.epicgames.com/docs/web-api-ref/ecom-web-apis#direct-entitlement-enumeration).
Currently, when an entitlement is in a normal state, the API response consistently returns true
for the consumable
field and "ACTIVE"
for the status
field. However, I am unable to find any documentation or information explaining the following:
- The meaning and implications of these fields.
- The possible values of the
status
field other than"ACTIVE"
. - The significance and use cases of the
consumable
field when it returnsfalse
.
Understanding the precise behavior of these fields is crucial for our accurate entitlement registration and management.
Could anyone provide detailed information on these fields, or point me to relevant documentation? Your assistance would be greatly appreciated.
Thank you for your time and expertise.