Fees are used in conjunction with discounts and taxes when determining the pricing details for a quote. Any discounts you associate with your quote will be applied first, followed by associated fees, and then any associated taxes will apply.To create a percentage fee:
Report incorrect code
Copy
Ask AI
{ "properties": { "hs_label": "A percentage-based fee of 10%", "hs_type": "PERCENT", "hs_value": "10" }}
After you create a fee, you can use its ID to associate it with a quote. To retrieve a list of fees you’ve created, you can make a GET request to /crm/v3/objects/fee.To view all available endpoints and their required fields, check out the reference documentation.