# Get option for configurable product **GET /V1/configurable-products/{sku}/options/{id}** Get option for configurable product ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Path parameters - **sku** (string) - **id** (integer) ## Responses ### 200 200 Success. #### Body: (object) - **id** (integer) - **attribute_id** (string) - **label** (string) - **position** (integer) - **is_use_default** (boolean) - **values** (array[object]) Interface OptionValueInterface - **extension_attributes** (object) ExtensionInterface class for @see \Magento\ConfigurableProduct\Api\Data\OptionInterface - **product_id** (integer) ### 400 400 Bad Request #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### default Unexpected error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)