# Get v1 products sku configurables **GET /V1/products/{sku}/configurables** ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Path parameters - **sku** (string) ## Responses ### 200 200 Success. #### Body: (array[object]) - **id** (integer) Id - **sku** (string) Sku - **name** (string) Name - **attribute_set_id** (integer) Attribute set id - **price** (number) Price - **status** (integer) Status - **visibility** (integer) Visibility - **type_id** (string) Type id - **created_at** (string) Created date - **updated_at** (string) Updated date - **weight** (number) Weight - **extension_attributes** (object) ExtensionInterface class for @see \Magento\Catalog\Api\Data\ProductInterface - **product_links** (array[object]) - **options** (array[object]) - **media_gallery_entries** (array[object]) - **tier_prices** (array[object]) - **custom_attributes** (array[object]) Interface for custom attribute value. ### 401 401 Unauthorized #### 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)