# Order synchronization

Order synchronization lets a marketplace owner configure synchronization of orders to external systems.

## Retrieve an order sync

 - [GET /integrations/OrderSync](https://api-docs.sitecore.com/ordercloud/order-synchronization/ordersyncs.get.md)

## Create or update an order sync

 - [PUT /integrations/OrderSync](https://api-docs.sitecore.com/ordercloud/order-synchronization/ordersyncs.save.md): If an object with the same ID already exists, it will be overwritten.

## Delete an order sync

 - [DELETE /integrations/OrderSync](https://api-docs.sitecore.com/ordercloud/order-synchronization/ordersyncs.delete.md)

## Partially update an order sync

 - [PATCH /integrations/OrderSync](https://api-docs.sitecore.com/ordercloud/order-synchronization/ordersyncs.patch.md)

