Last update:
December 12, 2024
productConfiguration query¶
This query allows you to retrieve configuration options for a specific configurable product. It calculates all fields based on the parameters being sent.
Arguments¶
Argument | Description |
---|---|
configurableProductId String! |
The Id of the configurable product. |
storeId String! |
The Id of the store where the product configurations apply. |
userId String |
The current user Id. |
cultureName String |
A language to retrieve data in. |
currencyCode String |
A standardized code for a specific currency. |
Possible return¶
Possible return | Description |
---|---|
ConfigurationQueryResponseType |
The response type containing configuration options for the product. |