Sale Endpoints
Create a Sale
Creates a new sale under the specified affiliate program. Note: a referral and affiliate are required to create a Sale.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Sale details
The body is of type object
.
Response
200
application/json
Sale created successfully
The response is of type object
.