diff --git a/tests/e2e/api/src/models/products/shared/types.ts b/tests/e2e/api/src/models/products/shared/types.ts index c0e028fa8e6..f38099ac8cc 100644 --- a/tests/e2e/api/src/models/products/shared/types.ts +++ b/tests/e2e/api/src/models/products/shared/types.ts @@ -10,10 +10,12 @@ export type StockStatus = 'instock' | 'outofstock' | 'onbackorder' | string * Properties common to all product types. */ export type ProductCommonUpdateParams = 'name' | 'slug' | 'created' | 'postStatus' | 'shortDescription' + | 'id' | 'permalink' | 'price' | 'priceHtml' | 'type' | 'description' | 'sku' | 'categories' | 'tags' | 'isFeatured' | 'attributes' | 'images' | 'catalogVisibility' | 'allowReviews' | 'regularPrice' | 'salePrice' | 'saleStart' | 'saleEnd' - | 'metaData' | 'menuOrder' | 'parentId' | 'relatedIds' | 'upsellIds'; + | 'metaData' | 'menuOrder' | 'parentId' | 'relatedIds' | 'upsellIds' + | 'links' | 'relatedIds' | 'menuOrder' | 'parentId'; /** * Cross sells property.