Name

USPS_SIZE —

SYNOPSIS

DESCRIPTION

VARIABLE TYPE

Catalog variable

EXAMPLES

No examples are available at this time. We do consider this a problem and will try to supply some.

NOTES

AVAILABILITY

USPS_SIZE is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: code/UserTag/usps_query.tag
Line 66 (context shows lines 56-70)

my $url = $opt->{url} || $::Variable->{USPS_URL} || 'http://Production.ShippingAPIs.com/ShippingAPI.dll';
my $container = $opt->{container} || $::Variable->{USPS_CONTAINER} || 'None';
my $machinable = $opt->{machinable} || $::Variable->{USPS_MACHINABLE} || 'False';

$service = uc $service;
if (! $supported_services{$service}) {
$error_msg .= "unknown service type $service.";
return;
  }

  my $size = uc ($opt->{size} || $::Variable->{USPS_SIZE} || 'REGULAR');
  if (! $package_sizes{$size}) {
$error_msg .= "unknown package size $size.";
return;
}

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!