Hello all,
I have a problem with a workflow that I am not able to go through by myself.
Namely, I have a file (input file) which contains products with customs codes (8 and 10 digits) added to them. My task is to add a duty rate to each code.
The problem is that the file with customs rates is incomplete - so my task is to take the closest rate to it, e.g. if there is no code 8207506000 in the "Duties Import" file and the closest one is code 8207500000, it should be taken into the report.
I have already started working on this. However, I have no idea how to find the rates for the other codes (selected in the unique tool). I do it manually, however it is time consuming.
Could someone please help me with this.