The Sales API lets you programmatically manage sales data in Keppup Store. Use it to retrieve, add, modify, or manage sales, seamlessly integrating sales management into your applications.
API Endpoints:
List Sales GET
Retrieves a list of all sales. You can apply filters to narrow down the results based on date, status, customer, and more.
Fetch Sale GET
Fetches details of a specific sale using the sale ID. This is useful for viewing complete sale details.
Add Sale POST
Allows you to add a new sale record. Such as receipts, invoices, quotes
Edit Sale PUT
Edit details of an existing sale. This endpoint can be used to modify quantities, products, or prices in a sale that has not been finalized.
Update Sale Balance PUT
Updates the balance of a specific sale. This endpoint is typically used to apply payments made for a sale.
Cancel Sale PUT
Cancels a specific sale. This is irreversible and should be used with caution to ensure data integrity.
Refund Sale PUT
Sets a specific sale status to refunded. This is irreversible and should be used with caution to ensure data integrity.