Last update:
December 12, 2024
createConfiguredLineItem mutation¶
This mutation creates a new line item with a specific configuration based on the provided input command.
Arguments¶
The InputCreateConfiguredLineItemCommand
represents the input object type used for creating a configured line item.
Field | Description |
---|---|
storeId String |
The Id of the store associated with the configured line item. |
currencyCode String |
The currency code for the line item. |
cultureName String |
The culture or language associated with the line item. |
configurableProductId String! |
The Id of the configurable product. |
configurationSections [ConfigurationSectionInput] |
A list of configuration sections and their associated details. |
Possible returns¶
Possible return | Description |
---|---|
ConfigurationLineItemType |
The details and properties of the configured line item. |