# Automating Seller Tasks
As noted in the [Seller's Journey](https://developers.facebook.com/documentation/ads-commerce/commerce-platform/concepts/user-experience#seller-journey), when selling directly on Facebook or Instagram, a seller can manage accounts, orders, reporting, and [customer communications](https://developers.facebook.com/documentation/ads-commerce/commerce-platform/communication) in Commerce Manager. Among these tasks, [order management](https://developers.facebook.com/documentation/ads-commerce/commerce-platform/order-management) and [financial reporting](https://developers.facebook.com/documentation/ads-commerce/commerce-platform/reporting) can be automated by building an API integration with Facebook's [Commerce API](https://developers.facebook.com/docs/commerce-api).
This diagram illustrates these tasks and the data exchanged via a typical API integration.
## Order and Payment {#order-payment}
When an order is placed on your Facebook or Instagram shop, Facebook authorizes payment using a payment processor, and makes the order details available to the seller. The seller is then responsible for shipping the order and provides Facebook with shipping information. After the order is marked as shipped by the seller, Facebook captures the payment and pays out to the seller on a rolling schedule.
The following diagram describes this process.
## Learn More
* [Catalog and Inventory](https://developers.facebook.com/documentation/ads-commerce/commerce-platform/catalog)
* [Order Management](https://developers.facebook.com/documentation/ads-commerce/commerce-platform/order-management)
* [Finance Reporting](https://developers.facebook.com/documentation/ads-commerce/commerce-platform/reporting)
* [Customer Communication](https://developers.facebook.com/documentation/ads-commerce/commerce-platform/communication)
* [Best Practices](https://developers.facebook.com/documentation/ads-commerce/commerce-platform/best-practices)