Last update:
December 12, 2024
configurationItems query¶
This query retrieves a list of configuration options for a specific cart or line item, enabling customization based on the provided parameters.
Arguments¶
Argument | Description |
---|---|
cartId String |
The Id of the cart to retrieve configurations for. |
lineItemId String! |
The Id of the specific line item in the cart. |
storeId String! |
The Id of the store for which configurations apply. |
currencyCode String! |
A standardized code for the currency used in the configuration. |
cartType String |
The type of cart (e.g., "ShoppingCart" or "Wishlist"). |
cartName String |
The name of the cart. |
userId String |
The current user Id. |
cultureName String |
A language to retrieve data in. |
Possible return¶
Possible return | Description |
---|---|
ConfigurationItemsResponseType | The response type containing configuration options. |