> For the complete documentation index, see [llms.txt](https://learn.erpag.com/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.erpag.com/project/create-new-product-1/untitled-4/multiple-suppliers.md).

# Multiple Suppliers

You can add multiple suppliers for any product in ERPAG.

When you are creating a product (or editing an existing one) just choose the 'multiple supplier' option in the fulfillment line.

![](/files/-LIv9i2W_8MG1v7_IWNI)

Once you've done that, list all the potential suppliers in the 'supplier' line and define the purchase price and landing cost fromeach of those suppliers sides.

![](/files/-LIvAgcmJArwhPqpAbks)

Now, when you create a sales order for a product and you do not have sufficient quantity in stock, you will trigger a backordering option and this product will appear in the fulfillment section, under purchasing > fulfillment.                                                                                                                                                                  When this product appears in the fulfillment list, in the suppliers column you will see a magnifying glass next to the suppliers name.

![](/files/-LIvCJKCFj6XHa-NiahI)

By clicking on that magnifying glass, you will be able to choose between the listed suppliers for that product. The system will also offer you the view of the price.

![](/files/-LIvF83qsJG6yZcGc72v)

Once you choose the wanted supplier, you can proceed with creating the purchase order in only one click, by using the bulk action.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://learn.erpag.com/project/create-new-product-1/untitled-4/multiple-suppliers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
