USPS Realtime International

Here is the latest fix from the team on the latest name changes by USPS.





REPLACE INTO cscart_shipping_service_descriptions (service_id, description, lang_code) VALUES (‘47’, ‘USPS Express Mail’, ‘EN’);

REPLACE INTO cscart_shipping_service_descriptions (service_id, description, lang_code) VALUES (‘48’, ‘Parcel Machinable’, ‘EN’);

REPLACE INTO cscart_shipping_service_descriptions (service_id, description, lang_code) VALUES (‘49’, ‘USPS Parcel Non Machinable’, ‘EN’);



REPLACE INTO cscart_shipping_service_descriptions (service_id, description, lang_code) VALUES (‘208’, ‘USPS Priority Mail International Small Flat Rate Box’, ‘EN’);

REPLACE INTO cscart_shipping_service_descriptions (service_id, description, lang_code) VALUES (‘209’, ‘USPS Priority Mail International Medium Flat Rate Box’, ‘EN’);

REPLACE INTO cscart_shipping_service_descriptions (service_id, description, lang_code) VALUES (‘210’, ‘USPS Priority Mail International Large Flat Rate Box’, ‘EN’);

REPLACE INTO cscart_shipping_service_descriptions (service_id, description, lang_code) VALUES (‘211’, ‘USPS GXG Envelopes’, ‘EN’);



REPLACE INTO cscart_shipping_services (service_id, intershipper_code, status, carrier, module, code, sp_file) VALUES (‘208’, ‘’, ‘A’, ‘USP’, ‘usps’, ‘Priority Mail International Small Flat Rate Box’, ‘’);

REPLACE INTO cscart_shipping_services (service_id, intershipper_code, status, carrier, module, code, sp_file) VALUES (‘209’, ‘’, ‘A’, ‘USP’, ‘usps’, ‘Priority Mail International Medium Flat Rate Box’, ‘’);

REPLACE INTO cscart_shipping_services (service_id, intershipper_code, status, carrier, module, code, sp_file) VALUES (‘210’, ‘’, ‘A’, ‘USP’, ‘usps’, ‘Priority Mail International Large Flat Rate Box’, ‘’);

REPLACE INTO cscart_shipping_services (service_id, intershipper_code, status, carrier, module, code, sp_file) VALUES (‘211’, ‘’, ‘A’, ‘USP’, ‘usps’, ‘USPS GXG Envelopes’, ‘’);

Well with the USPS International you have to put sample product and punch in any international address to see if it’s working.



USPS is only seeing your default location and the company address in the admin section so if it’s domestic USA address for both it’ll give you an error no matter what you do.