# Save Custom Option **POST /V1/products/options** Save Custom Option ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Body: (object) - **option** (object) ## Responses ### 200 200 Success. #### Body: (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 ### 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)