commercetools / commercetools-postman-collection

Collection of commercetools API examples setup on top of Postman
117 stars 171 forks source link

Misleading variable name in <get ByProjectKeyProductSelectionsByIDProducts> #16

Closed sfernengel closed 1 year ago

sfernengel commented 2 years ago

In the new postman collection get query to fetch products that are assigned to a product selection contains wrong variable name. Original: {{host}}/{{project-key}}/product-selections/{{product-id}}/products

Correct version should be: {{host}}/{{project-key}}/product-selections/{{product-selection-id}}/products

jenschude commented 2 years ago

Should be fixed with bc26f721349135b1e5aae4841262e632e190751d

Thanks for the report!