- FeatureBundle
Response for suite creation.
Success or error message
Name of the created suite
{ "message": "Example String", "suiteName": "Example String" }
Represents the entitlement entity
Represents the date and time when the entitlement was created
Human readable description of the entitlement
Represents a high-level entitlement entity
Represents the shipping address associated with the entitlement
Email address associated with shipment contact
status could be one of the following values: ACTIVE, INACTIVE, DRAFT, DEPLOYED, OBSOLETE
Represents the date and time when the entitlement was last updated
{ "createdOn": "Example String", "description": "Example String", "entitlementId": "Example String", "shipToAddress": "Example String", "shipToEmail": "Example String", "status": "Example String", "updatedOn": "Example String" }
Entitlement details including associated accounts and line items
Represents the accounts associated with the entitlement
Represents the custom attributes associated with the entitlement
Represents the date and time when the entitlement was created
Human readable description of the entitlement
Unique identifier of the entitlement
List of line items associated with the entitlement
Represents the shipping address associated with the entitlement
Email address associated with shipment contact
status could be one of the following values: ACTIVE, INACTIVE, DRAFT, DEPLOYED, OBSOLETE
Represents the date and time when the entitlement was last updated
{ "accounts": [ { "__typename": "Account" } ], "attributes": [ { "__typename": "Attribute" } ], "createdOn": "Example String", "description": "Example String", "entitlementId": "Example String", "lineItems": [ { "__typename": "LineItemDetail" } ], "shipToAddress": "Example String", "shipToEmail": "Example String", "status": "Example String", "updatedOn": "Example String" }
Paginated response carrying a list of entitlements
List of entitlement entities
Represents limit per page for pagination
Represents page for pagination
{ "entitlements": [ { "__typename": "Entitlement" } ], "limit": 40, "page": 40 }
Represents a feature entity in a product context
Feature count
Unique feature name
Version identifier of the feature
{ "count": 40, "name": "Example String", "version": "Example String" }
Represents a feature bundle entity in a product context
Count for the feature bundle
Unique feature bundle name
{ "count": 40, "name": "Example String" }
Response for feature bundle creation
Name of the created feature bundle
Success or error message
{ "featureBundle": "Example String", "message": "Example String" }
Feature within a feature bundle
Name to uniquely identify the feature. Example: "MyFeature"
Quantity of the feature (minimum value is 1). Example: 1
State of the feature. Valid values: draft, deployed, obsolete, inactive.
Version of the feature. Example: "1.0"
{ "featureName": "Example String", "quantity": 40, "state": "Example String", "version": "Example String" }
Feature within a feature bundle (response for getFeatureBundles query)
Feature name
Feature quantity in the bundle
State of the feature
Feature version
{ "name": "Example String", "quantity": 40, "state": "Example String", "version": "Example String" }
Feature bundle details with full information
Description of the feature bundle
Name of the feature bundle
List of features in the bundle
Current state of the feature bundle
{ "description": "Example String", "featureBundleName": "Example String", "featureList": [ { "__typename": "FeatureBundleFeatureResponse" } ], "state": "Example String" }
Response containing a single feature bundle
The feature bundle details
{ "featureBundle": { "__typename": "FeatureBundleGet" } }