# Buyers

Buyers are the organizations that view the categories and products and place orders.

## List buyers

 - [GET /buyers](https://api-docs.sitecore.com/ordercloud/buyers/buyers.list.md)

## Create a buyer

 - [POST /buyers](https://api-docs.sitecore.com/ordercloud/buyers/buyers.create.md)

## Retrieve a buyer

 - [GET /buyers/{buyerID}](https://api-docs.sitecore.com/ordercloud/buyers/buyers.get.md)

## Create or update a buyer

 - [PUT /buyers/{buyerID}](https://api-docs.sitecore.com/ordercloud/buyers/buyers.save.md): If an object with the same ID already exists, it will be overwritten.

## Delete a buyer

 - [DELETE /buyers/{buyerID}](https://api-docs.sitecore.com/ordercloud/buyers/buyers.delete.md)

## Partially update a buyer

 - [PATCH /buyers/{buyerID}](https://api-docs.sitecore.com/ordercloud/buyers/buyers.patch.md)

## List sellers this buyer can purchase from

 - [GET /buyers/{buyerID}/sellers](https://api-docs.sitecore.com/ordercloud/buyers/buyers.listbuyersellers.md)

