# WooCommerce - How to process a manual order

This article describes how to process manual orders in WooCommerce. Manual orders are typically used when the customer uses non-automated payment methods such as a wire transfer.

### Regular Product

* Create a new order in WooCommerce and add the required products to the order.
* The Status of the order should be *Pending Payment.*
* Once you receive payment, set the Order Status to *Processing* and click Update.
* Once the update is completed, license keys are generated and attached to the order.

### Subscription Product

* Create a new subscription in WooCommerce and add the required products to the subscription.
* Set the Customer.
* Set the Payment Schedule as required.
* Click Create.
* In the Subscription actions dropdown, click "Create pending parent order".
* Go to the order that was created
* Once you receive payment, set the Order Status to *Processing* and click Update.
* Once the update is completed, license keys are generated and attached to the order.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.soraco.co/docs/3rd-party-integration/woocommerce/woocommerce-how-to-process-a-manual-order.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
