Sales
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.
Last updated
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.
Last updated
Retrieves a list of all sales. You can apply filters to narrow down the results based on date, status, customer, and more.
Fetches details of a specific sale using the sale ID. This is useful for viewing complete sale details.
Allows you to add a new sale record. Such as receipts, invoices, quotes
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.
Updates the balance of a specific sale. This endpoint is typically used to apply payments made for a sale.
Cancels a specific sale. This is irreversible and should be used with caution to ensure data integrity.
Sets a specific sale status to refunded. This is irreversible and should be used with caution to ensure data integrity.