Create a product option valueCopy Pagepost https://api.ecommerceapi.uk/v1/products/{product_id}/option-valuesCreates a new product option value for a specific product.Path Paramsproduct_idintegerrequiredID of the product which the option value will be assigned to.Body ParamsnamestringrequiredThe name of the product option value.optionintegerrequiredThe ID of the product option that the product option value is assigned to.sortOrderintegerDefaults to 0Optional sort order of the product option value. Values with a lower number appear first.Response 201Product option value created successfully.Updated about 1 year ago