# Get all options for configurable product **GET /V1/configurable-products/{sku}/options/all** Get all options for configurable product ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters #### Path parameters - **sku** (string) ## Responses ### 200: 200 Success. #### Body Parameters: (array[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 Parameters: (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 Parameters: (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)