Chuyển tới nội dung chính

Sales Cycle Integration

Standard whitelisted methods and flows for integrating external order management system and sales cycle using REST API

1. Sales Order

Frappe Framework generates REST API for all the DocTypes out of the box. This approach can be used for creating the very first document of the sales cycle. In case you are starting with the Sales Order you can use the standard REST API POST request for generating the Order. An example is shown below, you can include custom fields and other doctype details in the body accordingly.

POST /api/resource/Sales Order

# Body
{
\