Sevtap Fernengel
Sevtap Fernengel
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/key={{**product-key**}}/products **Correct version should be:** {{host}}/{{project-key}}/product-selections/key={{**product-selection-key**}}/products Also shouldn't...
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
When we get a 404, the returned error is empty and not helpful. Make sure we report at least the url and the status text in that case.
Is it feasible to designate features currently in Public Beta within Postman? This approach would enable developers to easily identify whether the features they intend to utilize are in the...