> Part of [WHCC Developer Documentation](https://www.whcc.com/developer/llms.txt)

# Processing Orders

WHCC provides a simple API to accept orders for processing and production.

## Preparing orders for processing is a two step process:

You can see and explore a sample [Order Import Request](https://www.whcc.com/developer/docs/order-submit-api/order-request-schema/index.html.md) that you will need to generate and `POST` to the [Import](https://www.whcc.com/developer/docs/order-submit-api/order-import/index.html.md) endpoint. The [Product Catalog](https://www.whcc.com/developer/docs/order-submit-api/product-catalog/index.html.md) will be necessary to understand which `products` and `attributes` represent your product.

> ## What's Next
>
> [Import](https://www.whcc.com/developer/docs/order-submit-api/order-import/index.html.md) an order to the Order Submit API with data from the Product Catalog