{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses bundles API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "bundles", "type": "folder" }, "items": [ { "info": { "name": "List all bundles", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/bundles" }, "docs": "List all bundles" }, { "info": { "name": "Create a bundle", "type": "http" }, "http": { "method": "POST", "url": "https://{your_organization_slug}.commercelayer.io/api/bundles", "body": { "type": "json", "data": "{}" } }, "docs": "Create a bundle" }, { "info": { "name": "Retrieve a bundle", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/bundles/:bundleId", "params": [ { "name": "bundleId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve a bundle" }, { "info": { "name": "Update a bundle", "type": "http" }, "http": { "method": "PATCH", "url": "https://{your_organization_slug}.commercelayer.io/api/bundles/:bundleId", "params": [ { "name": "bundleId", "value": "", "type": "path", "description": "The resource's id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a bundle" }, { "info": { "name": "Delete a bundle", "type": "http" }, "http": { "method": "DELETE", "url": "https://{your_organization_slug}.commercelayer.io/api/bundles/:bundleId", "params": [ { "name": "bundleId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Delete a bundle" }, { "info": { "name": "Retrieve the available free bundles associated to the order", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/orders/:orderId/available_free_bundles", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the available free bundles associated to the order" }, { "info": { "name": "Retrieve the bundles associated to the SKU list", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/sku_lists/:skuListId/bundles", "params": [ { "name": "skuListId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the bundles associated to the SKU list" } ] } ], "bundled": true }