# Delivery configurations

Delivery configurations let a marketplace owner to specify one or more external systems and their related configuration details. OrderCloud uses this configuration when delivering information about certain events that occur in OrderCloud, such as Tracking Events.

## List delivery configurations

 - [GET /integrations/deliveryconfig](https://api-docs.sitecore.com/ordercloud/delivery-configurations/deliveryconfigurations.list.md)

## Create a delivery configuration

 - [POST /integrations/deliveryconfig](https://api-docs.sitecore.com/ordercloud/delivery-configurations/deliveryconfigurations.create.md)

## Retrieve a delivery configuration

 - [GET /integrations/deliveryconfig/{deliveryConfigID}](https://api-docs.sitecore.com/ordercloud/delivery-configurations/deliveryconfigurations.get.md)

## Create or update a delivery configuration

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

## Delete a delivery configuration

 - [DELETE /integrations/deliveryconfig/{deliveryConfigID}](https://api-docs.sitecore.com/ordercloud/delivery-configurations/deliveryconfigurations.delete.md)

## Partially update a delivery configuration

 - [PATCH /integrations/deliveryconfig/{deliveryConfigID}](https://api-docs.sitecore.com/ordercloud/delivery-configurations/deliveryconfigurations.patch.md)

