Hi everyone,
I have been trying to assign tax codes to e-commerce transactions through the following method:
However, when I try to get a response, the following error is thrown:
{"Database error 'Unknown' occurred for 'execute stored procedure '[crt].GETTAXREGIME_V2''. Procedure or function 'GETTAXREGIME_V2' expects parameter '@nvc_COUNTRYREGIONID', which was not supplied."}
I have the country codes (both three letter and two letter ISO region names) filled out in the ShippingAddress node for the sales transaction as seen here:
Has anyone else run into this issue and know how to fix it?
Thanks!