createGroupProduct

This mutation creates a GroupProduct, an orchestratable entity inside the Fluent ecosystem. If the GroupProduct is successfully created, a CREATE event will be generate associated with the mutation.
A sample of the event generated:
{
    "name": "CREATE",
    "type": "NORMAL",
    "entityRef": "GROUPPRODUCT-001",
    "entityType": "GROUPPRODUCT",
    "retailerId": "1",
    "accountId": "ACCOUNT_ID"
}

Input fields

input (CreateGroupProductInput)

Return fields

id (ID!)

ID of the object. For internal use, should not be used externally or by any business logic

createdOn (DateTime)

Time of creation

updatedOn (DateTime)

Time of last update

ref (String!)

The unique reference identifier for the Product

type (String!)

Type of the GroupProduct, typically used by the Orchestration Engine to determine the workflow that should be applied. Unless stated otherwise, no values are enforced by the platform.

status (String)

The current status of the GroupProduct.
By default, the initial value will be CREATED, however no other status values are enforced by the platform.
The status field is also used within ruleset selection during orchestration. For more info, see Orchestration

workflowRef (String!)

The reference used for workflow identification. This is defined by a combination of the entity name and the type, in the format [EntityName]::[Type]. For example, an Order of type CC will have the workflowRef "ORDER::CC".

workflowVersion (Int!)

The version of the workflow assigned to the entity and used for workflow identification. It comprises a major version and minor version number.

attributes ([Attribute])

A list of attributes associated with this Product. This can be used to extend the existing data structure with additional data for use in orchestration rules, etc.

catalogue (ProductCatalogue!)

The Product Catalogue in which this Product is managed

name (String!)

The name of the Product

summary (String)

A short description of the Product (max 255 chars)

prices ([Price])

A list of Prices for this Product

tax (TaxType)

The tax information for this Product