From 09c1c19adbaff7b0257d0e341cc0ce5021c5997e Mon Sep 17 00:00:00 2001 From: Traci Porter Date: Thu, 2 Nov 2023 08:42:19 -0500 Subject: [PATCH] DEVDOCS-5495: [update] updated product_id description (#1511) Co-authored-by: Kamil Skomro <136105824+kskomro@users.noreply.github.com> --- reference/catalog/product-variants_catalog.v3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/catalog/product-variants_catalog.v3.yml b/reference/catalog/product-variants_catalog.v3.yml index 7a0cfca1a..f9c57562d 100644 --- a/reference/catalog/product-variants_catalog.v3.yml +++ b/reference/catalog/product-variants_catalog.v3.yml @@ -2364,7 +2364,7 @@ components: name: product_id in: path description: | - The ID of the `Product` to which the resource belongs. + The ID of the `Product` to which the resource belongs. Product variant metafield endpoints that have the `product_id` in the request path are successful as long as the parameter is not empty. The `product_id` segment is there only for path consistency. required: true schema: type: integer