P_API_Product
Product representation exposed in the public API context
Fields:
| Field | Type | Description |
|---|---|---|
id | P_Uuid! | |
name | String! | |
slug | String! | |
releasedAt | P_DateTime | |
ean | String | |
os | P_OSEnumSet | |
regions | [String!] | |
regionWhitelist | [String!] | |
regionBlacklist | [String!] | |
countries | [String] | |
countriesWhitelist | [String] | If not blank, the product may only be purchased in these countries (IP-based). |
countriesHardBlacklist | [String!]! | If not blank, the product is not accessible from these countries (IP-based). |
noActivationCountries | [String!] |