USPS® international mail services go to more than 180 countries, including Great Britain, Canada, Japan, Mexico, and Australia. Priority Mail Express International® and Priority Mail International® services include international tracking and some insurance.
Choose a service based on delivery speed or price.
Use Click-N-Ship® to print postage and address labels online, plus get help with filling out customs forms (including more-detailed package descriptions required by countries that follow European Union (EU) customs rules).
Print a Label
Learn More about how to ship internationally
Select from a variety of international services that provide delivery to more than 180 countries .
Get packing tips for your international mail and packages, find out what items are restricted, see weight limits, and more.
You need to fill out a customs form when you ship a package to another country. Use Click-N-Ship and the USPS online customs form tool as a guide.
Properly prepare APO/FPO/DPO packages using free boxes, correct customs forms, and military mail guidelines.
Learn about many Post Office™ locations that accept passport applications for first-time applicants, minors, and people who may not renew their passport by mail.
With a free USPS.com account, international shippers, like online sellers, can access the latest features available in Click-N-Ship : streamlined batch shipments, improved favorites, address file uploading, and more. Learn how to get started .
1. For many major markets. Actual number of days may vary based upon origin, destination, and customs delays. Back ^
');
});
$(".vdrawers .expandv").on('touch click',function(e){
e.preventDefault();
if ($(this).parents('.vdrawers').hasClass('active')){
$(this).text('Expand All');
$(this).parents('.vdrawers').removeClass('active');
$(this).parents('.vdrawers').find('.v-tab div').removeClass('active');
} else {
$(this).text('Hide All');
$(this).parents('.vdrawers').find('.v-tab div').addClass('active');
$(this).parents('.vdrawers').addClass('active');
}
});
$('.v-tab div a').not('sup').on('click touch', function(e){
console.log('Clicked on v-tab');
e.preventDefault();
if($(window).width()>=767){
$('.v-tab div.active').removeClass('active');
$('.v-tab-content div.active').removeClass('active');
$('.v-tab .mobile-content').remove('.mobile-content');
$(this).parent().addClass('active');
$('.v-tab-content div').eq($('.v-tab div.active').index()).addClass('active');
console.log('Window Width >=797');
$('html, body').animate({scrollTop: $('.v-tab-content div').eq($('.v-tab div.active').index()).offset().top}, 500);
} else if ($(window).width()<767) {
if ($(this).parent().hasClass('active')){
$(this).parent().removeClass('active');
//$('.v-tab-content div.active').removeClass('active');
//$('.v-tab .mobile-content').remove('.mobile-content');
$('html, body').animate({scrollTop: $(this).parent().offset().top}, 500);
} else {
$('.v-tab div.active').removeClass('active');
//$('.v-tab-content div.active').removeClass('active');
$(this).parent().addClass('active');
// $('.v-tab-content div').eq($('.v-tab div.active').index()).addClass('active');
// $('.v-tab .mobile-content').remove('.mobile-content');
// activeContent = '
'+$('.v-tab-content .active').html()+'
';
// $('.v-tab .active').append(activeContent);*/
$('html, body').animate({scrollTop: $(this).parent().offset().top}, 500);
}
}
});
$('.faq-unit h4,.expand-unit h4').not('sup').on('click touch', function(e){
console.log('Clicked on faq');
e.preventDefault();
$(this).parent().toggleClass('active');
});
$('.lg-crd h3').not('sup').on('click touch', function(e){
console.log('Clicked on faq');
e.preventDefault();
$(this).parent().parent().toggleClass('active');
});
});
$('span.expand').on('click touch', function(e){
$this = $(this);
$this.toggleClass('active');
if ($this.hasClass('active')){
$this.text('Hide All');
$this.parents('.faq-section, .lg-txt-crd,.visible-expand').find('.lg-crd, .faq-unit,.expand-unit').addClass('active');
}else{
$this.text('Expand All');
$this.parents('.faq-section, .lg-txt-crd,.visible-expand').find('.lg-crd, .faq-unit,.expand-unit').removeClass('active');
}
});
card_height = 0;
i = 0;
while (card_height == 0 && i >=5) {
$( ".sm-card" ).each(function( index ) {
if ($(this).height()>card_height){
card_height=$(this).height();
}
});
i++;
$( ".sm-card" ).css('height', card_height);
}
var cards = $(".sm-crd-img .sm-card.rand");
for(var i = 0; i < cards.length; i++){
var target = Math.floor(Math.random() * cards.length -1) + 1;
var target2 = Math.floor(Math.random() * cards.length -1) +1;
cards.eq(target).before(cards.eq(target2));
}
$('').append('
...less ');
$('.expand-less, .expand-more').on('click touch', function(e){
e.preventDefault();
$(this).parents('.expand-unit').toggleClass('active');
});
$('.faq-unit h4,.expand-unit h4').not('sup').on('click touch', function(e){
console.log('Clicked on faq');
e.preventDefault();
$(this).parent().toggleClass('active');
});
$('.expand-all').on('click touch', function(e){
console.log('Expand all function')
$this = $(this);
$this.toggleClass('active');
if ($this.hasClass('active')){
$this.text('Hide All');
$this.parents('.visible-expand').find('.expand-unit').addClass('active');
}else{
$this.text('Expand All');
$this.parents('.visible-expand').find('.expand-unit').removeClass('active');
}
});
$.each( $('.expand-unit h4+p'), function(i){
g = $(this).parent('.expand-unit').find('h4:first').text();
console.log(g)
$(this).append(
'
Show More '+g+' ');
});
$('.expand-unit .drawer:last-child').append('
Show Less
');
$('.expand-less, .expand-more').on('click touch', function(e){
e.preventDefault();
$(this).parents('.expand-unit').toggleClass('active');
});