1 messages · Page 1 of 1 (latest)
Hey there! Checking in on this
My guess is you just need to wrap your tax_rates parameter in an array
tax_rates
Your variable will just be return from the API single object when you call .retrieve, not an array
.retrieve
Awesome, it now works. Thank you!