I am attempting to add additional international shipping locations, with increased shipping cost, by adding a new row to m2epro_ebay_template_general_shipping, which is generated by M2E Pro.
Below I have a excerpt of the data. ID 67 was generated by M2E, ID 68 by me.
id template_general_id priority locations cost_mode cost_value cost_additional_items shipping_type shipping_value 67 3 0 ["AU","Americas","Asia","MX"] 1 12.5 2 1 USPSFirstClassMailInternational 68 3 0 ["FR"] 1 14.5 2 1 USPSFirstClassMailInternational
Attempting to list an item results in the error message: All locations provided for shipping service "50022" are not allowable for this site.
The ShipToLocation is set to France (FR), and I know that USPS First Class Mail International is an appropriate shipment option, so what's the rub?
Thanks to anyone that can help... I have found a few other questions on the forum of a similar nature that were unresolved.