# Bundle Contains operations on the Bundle resource. ## List Bundles - [GET /v3/bundles](https://developer.zuora.com/zephr-api-reference/zephr-admin-api/bundle/listbundles.md): Retrieves a list of bundles wrapped in the element "results". Each bundle contains a list of entitlements, meters, credits, and other bundles. ## Create Bundles - [PUT /v3/bundles](https://developer.zuora.com/zephr-api-reference/zephr-admin-api/bundle/createbundles.md): Creates Bundles. ## Create a Bundle - [PUT /v3/bundles/{id}](https://developer.zuora.com/zephr-api-reference/zephr-admin-api/bundle/createbundle.md): Creates a Bundle. ## Retrieve a Bundle - [GET /v3/bundles/{id}](https://developer.zuora.com/zephr-api-reference/zephr-admin-api/bundle/getbundle.md): Retrieves a single bundle. Each bundle contains a list of entitlements, meters, credits, and other bundles. ## Delete Bundle - [DELETE /v3/bundles/{id}](https://developer.zuora.com/zephr-api-reference/zephr-admin-api/bundle/deletebundle.md): Deletes a Bundle.