commercetools / commercetools-postman-collection

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

Postman collection (api) contains duplicate in URL : /products/{{ID}}/{{product-id}} #12

Closed anton-tsiatsko closed 4 years ago

anton-tsiatsko commented 4 years ago

Doc : https://docs.commercetools.com/http-api-projects-products#update-product Endpoint: /{projectKey}/products/{id}

Postman: {{host}}/{{projectKey}}/products/{{ID}}/{{product-id}}

jenschude commented 4 years ago

Thanks for the report

I fixed the issue in our generator updated the collection and directly found another small issue. :)

Should work now as expected.