Update a sale
Updates a sale identified by saleId, and fires the sale.updated webhook.
commissionEarned is handled separately from the other fields: it updates the commission record for the affiliate credited with the sale, not the sale itself. Every other field you send is applied directly to the sale, so sending a field that is not listed below will fail the request.
put/sales
Request body
Response
The updated sale, including its recalculated commissionEarned.
Changes
No recorded changes to this endpoint across all 1 revision of this API.