# Related Items Examples

These examples show how to use the eBay SDK for PHP with the Related Items Management Service.

1. [Create bundles](https://github.com/davidtsadler/ebay-sdk-examples/blob/master/related-items/01-create-bundles.php)

   A basic example that creates a single bundle.

1. [Get bundles](https://github.com/davidtsadler/ebay-sdk-examples/blob/master/related-items/02-get-bundles.php)

   Shows how to get the details of one or more bundle by their ID.

1. [Delete bundles](https://github.com/davidtsadler/ebay-sdk-examples/blob/master/related-items/03-delete-bundles.php)

   Shows how to delete one or more bundles by their ID.

1. [Find bundles](https://github.com/davidtsadler/ebay-sdk-examples/blob/master/related-items/04-find-bundles.php)

   A basic example that returns the ID and names of the bundles.
