🛍️Orders
Create/Update/Get orders
Before you start
Orders are any sales related orders placed by your customers that you would like to track in NinjaPipe Sales dashboard.
Orders require an order customer to be attached to it. If it's a new customer, first create a customer entry via the Create Customer API and then proceed to create a new order for that customer.
Create order
POST
https://app.ninjapipe.com/v1/orders/create
Creates a new sales order in your tenant.
Request Body
Update an order
PUT
https://app.ninjapipe.com/v1/orders/update
Get order
GET
https://app.ninjapipe.com/v1/orders/get?id={order_id}
Get all orders
GET
https://app.ninjapipe.com/v1/orders/getall
Delete order
Currently, deleting an order is not supported via the API. You may use the web or mobile platform to initiate a deletion
Last updated