🛍️Orders
Create/Update/Get orders
Last updated
Create/Update/Get orders
Last updated
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.
POST
https://app.ninjapipe.com/v1/orders/create
Creates a new sales order in your tenant.
PUT
https://app.ninjapipe.com/v1/orders/update
GET
https://app.ninjapipe.com/v1/orders/get?id={order_id}
GET
https://app.ninjapipe.com/v1/orders/getall
Currently, deleting an order is not supported via the API. You may use the web or mobile platform to initiate a deletion