⚡Edit Sale
This endpoint enables you to edit details of an existing sale that has not been finalized.
Endpoint
PUT
https://api.keepup.store/v2.0/sales/edit/{sale_id}
Headers
Authorization: Bearer API_KEY
Body Parameters
required | The sale ID of the sale to be edited. | |
optional | Customer's full name. | |
optional | Customer's phone number. | |
optional | Customer's email address | |
required | List of items being sold in JSON format. Example: | |
optional | Type of fulfillment (e.g., | |
optional | Location name for the delivery | |
optional | Detailed address for delivery | |
optional | Latitude for the delivery location. | |
optional | Longitude for the delivery location. | |
optional | Cost associated with the fulfillment. | |
optional | Type of discount | |
optional | Amount of discount given. | |
optional | Tax profile ID applicable to the sale | |
optional | Any additional notes about the sale. | |
optional | Date the sale was issued | |
optional | Date by which the sale should be settled | |
optional | Type of payment received. | |
optional | Amount received for the sale. | |
optional | Whether to alert the customer ( | |
optional | Type of sale document |
Sample Requests
Sample Response
Last updated