# Get the list of custom options for a specific product **GET /V1/products/{sku}/options** Get the list of custom options for a specific product ## 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]) - **product_sku** (string) Product SKU - **option_id** (integer) Option id - **title** (string) Option title - **type** (string) Option type - **sort_order** (integer) Sort order - **is_require** (boolean) Is require - **price** (number) Price - **price_type** (string) Price type - **sku** (string) Sku - **file_extension** (string) - **max_characters** (integer) - **image_size_x** (integer) - **image_size_y** (integer) - **values** (array[object]) - **extension_attributes** (object) ExtensionInterface class for @see \Magento\Catalog\Api\Data\ProductCustomOptionInterface ### 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)