{ "opencollection": "1.0.0", "info": { "name": "Omniful Integration APIs Background Jobs Packaging Materials API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Packaging Materials", "type": "folder" }, "items": [ { "info": { "name": "Order Packaging Materials", "type": "http" }, "http": { "method": "GET", "url": "https://prodapi.omniful.com/sales-channel/public/v1/tenants/hubs/:hub_code/orders/:id/packaging_materials", "params": [ { "name": "hub_code", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Order Packaging Materials" } ] } ], "bundled": true }