Commerce Tools

TIslam9
Member

get all tax rate api to show in line items and associate with quote

SOLVE

TIslam9_0-1730186004698.png

I 'm creating a quote with hubspot api , 
I fetched all line items and line items others information , 
I need to work with tax rate , add tax rate with line items, 
but how can I get all taxes via api ,which are showing on the image above!

0 Upvotes
1 Accepted solution
PamCotton
Solution
HubSpot Alumni
HubSpot Alumni

get all tax rate api to show in line items and associate with quote

SOLVE

Hey @TIslam9, thank you for posting in our Community! 

 

To get tax rates for line items in your HubSpot quote, use the GET /crm/v3/properties/line_items API endpoint. This will fetch line item properties, including any tax rate fields configured in your account. You can then apply these tax rates directly to your line items in the quote. If you're using an external tax service, integrate it with HubSpot to dynamically retrieve rates.

 

To our top experts @Anton and @GRajput do you have any recommendations for @TIslam9 matter?

 

Thank you,

Pam

View solution in original post

0 Upvotes
1 Reply 1
PamCotton
Solution
HubSpot Alumni
HubSpot Alumni

get all tax rate api to show in line items and associate with quote

SOLVE

Hey @TIslam9, thank you for posting in our Community! 

 

To get tax rates for line items in your HubSpot quote, use the GET /crm/v3/properties/line_items API endpoint. This will fetch line item properties, including any tax rate fields configured in your account. You can then apply these tax rates directly to your line items in the quote. If you're using an external tax service, integrate it with HubSpot to dynamically retrieve rates.

 

To our top experts @Anton and @GRajput do you have any recommendations for @TIslam9 matter?

 

Thank you,

Pam

0 Upvotes