{ "opencollection": "1.0.0", "info": { "name": "Polarion REST Account Product Information: Delivery API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Product Information: Delivery", "type": "folder" }, "items": [ { "info": { "name": "get-delivery", "type": "http" }, "http": { "method": "GET", "url": "https://example.com/polarion/rest/v1/api/products/:productNumber/delivery", "headers": [ { "name": "Api-Version", "value": "" } ], "params": [ { "name": "productNumber", "value": "", "type": "path", "description": "The ID of the product (MLFB)." } ] }, "docs": "The endpoint delivers detailed information regarding the delivery of a specific product. With this resource, you can easily track the delivery timeline, cost, and other relevant details for the product in question. Ensure that you have the correct product number handy to obtain the most accurate and up-to-date information." } ] } ], "bundled": true }