Sale Endpoints
Update Sale
Updates a sale based on their ID
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Sale update details
The sale ID to delete
Name of the sale
Email of the customer associated with the sale
Total amount earned from the sale
Commission rate for the sale
Response
200
_mintlify/placeholder
Sale updated successfully