2013

Rate Services Legal and Copyright Notices

Payment Confidential and Proprietary You must remit payment in accordance with the FedEx Service Guide, tariff, The information contained in this guide is confidential and proprietary to service agreement or other terms or instructions provided to you by FedEx FedEx Corporate Services, Inc. and its affiliates (collectively “FedEx”). No part from time to time. You may not withhold payment on any shipments because of this guide may be distributed or disclosed in any form to any third party of equipment failure or for the failure of FedEx to repair or replace any without written permission of FedEx. This guide is provided to you and its use equipment. is subject to the terms and conditions of the FedEx Automation Agreement. The information in this document may be changed at any time without notice. Inaccurate Invoices Any conflict between this guide, the FedEx Automation Agreement and the If you generate an inaccurate invoice, FedEx® may bill or refund to you the FedEx Service Guide shall be governed by the FedEx Automation Agreement difference according to the FedEx Service Guide, tariff service agreement or and the FedEx Service Guide, in that order. other terms or instructions provided to you by FedEx from time to time. A © 2012 - 2013 FedEx. FedEx and the FedEx logo are registered service marks. request for refund on a FedEx shipment must be made in accordance with the All rights reserved. Unpublished. applicable Service Guide or terms or instructions provided by FedEx from time to time. A shipment given to FedEx with incorrect information is not eligible Disclaimer for refund under any FedEx money-back guarantee. FedEx may suspend any All Improper Transaction scenarios are for example only. They do not reflect applicable money-back guarantee in the event of equipment failure or if it all error condition scenarios. becomes inoperative.

FedEx Web Services, Rate Services 2 Contents

About This Guide ...... 5 Implementing FedEx Web Services ...... 14 Document Organization ...... 6 Understanding the XML Schema ...... 15 Resources ...... 6 Implementation Process ...... 15 Support ...... 6 2 Rate Services ...... 19 1 Introduction ...... 7 Rate ...... 20 Document Overview ...... 8 Rate Available Services/Rate Shopping ...... 20 Printing All or Part of This Guide ...... 9 Surcharges and Discounts ...... 29 Web Services, WSDL, and SOAP Overview ...... 9 Error Messages ...... 32

FedEx Web Services, Rate Services 3 Tables

Table 1. RateRequest Elements ...... 21 Table 5. Rate Reply Possible Surcharges for FedEx Service Options ...... 28 Table 2. RateReply Elements ...... 24 Table 6. Surcharges and Discounts Rate Quote ...... 29 Table 3. FedEx Freight RateRequest Shipment Elements ...... 24 Table 7. FedEx Discount Programs ...... 32 Table 4. FedEx Freight Reply Shipment Elements ...... 27

FedEx Web Services, Rate Services 4 About This Guide

Document Organization Resources Support About This Guide

This guide describes how to integrate with FedEx Web Services. • O’Reilly XML.com: www.xml.com It is written for the application developer who uses web services to design • Secure Socket Layer Certificates: .com/us/developer/downloads/ and deploy applications enabled by FedEx. It describes how to get started dev_cert.zip with application development and how to use the Application Programming • Web Services organization home page: www.web-services.org Interface (API). It also describes each available service in addition to the business logic that drives each FedEx process. Support Document Organization • Contact FedEx Web Services technical support at [email protected]. Each web service provides access to FedEx features. The service description includes service details and a full schema listing to facilitate application • For technical support, call 1.877.339.2774 and state “API” at the voice development. prompt. Support hours are Monday through Friday, 7:00 a.m. to 9:00 p.m. CST, and Resources Saturday, 9:00 a.m. to 3:00 p.m. CST. • For FedEx Customer Service, call 1.800.GoFedEx 1.800.463.3339. • FedEx Services At-a-Glance: fedex.com/us/services Customers using a FedEx® Compatible Solutions Program automation • FedEx Service Guide available at fedex.com/us/service-guide solution should contact their software provider for support. • Microsoft Web Services: msdn.microsoft.com/en-us/library/ms950421.aspx

FedEx Web Services, Rate Services 6 1 Introduction

Document Overview Implementing FedEx Web Services Printing All or Part of This Guide Understanding the XML Schema Web Services, WSDL, and SOAP Overview Implementation Process Chapter 1 Introduction

FedEx Web Services gives you the tools to build custom platform- and Why should developers be interested in web services? interface-independent applications that access FedEx features. You can use • Interoperability: Any web service can interact with any other web FedEx Web Services in a variety of ways to create customized integration service and can be written in any programming language. solutions for your specific shipping needs. Here are just a few of the ways a • Ubiquity: Web services communicate using HTTP and XML. Any company can use web services to streamline operations, improve visibility, connected device that supports these technologies can both host and and provide more choices to clients: access web services. • Give Customers More Options: Help customers learn about all the • Low Barrier to Entry: The concepts behind web services are easy to available shipping options and rates with Ship Service WSDL, OpenShip understand, and developers can quickly create and deploy them using WSDL, and Rate Services WSDL. You can also extend this service to your many toolkits available on the web. shopping cart and website, allowing customers to access money-saving information firsthand. • Industry Support: Major content providers and vendors support the web services movement. • More Convenience: Use the GlobalShipAddress Service WSDL to find the FedEx pickup location nearest your customer. Or, send an email to Any application running on any platform can interact with a web service by your customers with a link to this service as part of your standard order- using the Simple Object Access Protocol (SOAP) and Web Services receipt process. Description Language (WSDL) standards for message transfer and service discovery. By following the standards, applications can seamlessly • Offer Global Shipping Options: Create shipping labels for worldwide communicate with platform services. locations. Improve customer service by offering more shipping options to customers in more countries with the consolidated Ship Service WSDL. • Reduce Customer Service Costs: Decrease phone traffic from Document Overview customers checking the status of their shipments and cut customer service This guide provides instructions for coding the functions you need to develop costs. FedEx provides online Tracking and Visibility Services that allow you FedEx supported applications. The following chapters make up this guide: to provide customers with the status of shipments, Signature Proof of • Introduction (this chapter): (SPOD), and Shipment Notification in the Ship Request. – Documentation overview and guidelines, including how to use the Help • Simplify Processes and Improve Satisfaction: In addition to application and how to print this guide. ExpressTagAvailability, provide a simple way to allow customers to return an order with Email Labels. This service sends an email with the address – Overview information about web services, including a high-level (URL) of a website where the recipient can log in and print a return label. description of FedEx Web Services methods. – Coding basics. – Overview information about testing and certifying your application. Each chapter covering FedEx Web Services coding includes:

FedEx Web Services, Rate Services 8 Chapter 1 Introduction

• Service Details: Business rules for using the FedEx service. Web services are, by definition, platform independent. FedEx Web Services • Service Options: Links to additional services that can be added to the allow developers to build custom applications that are independent of basic web service. changes to the FedEx interface. • Coding Details: Best practices information, basic request and reply Web Services are consumed by many different applications across many elements, and a link to error messages. platforms. It is based on the basic principles that govern XML standards, one of which is how Namespaces can be declared and applied. • XML Schema: A link to the layout for the service. This layout provides coding requirements for all elements in the schema. Namespaces are declared as an attribute of an element. It is not mandatory to declare namespaces only at the root element; rather it could be declared at any element in the XML document. The scope of a declared namespace Printing All or Part of This Guide begins at the element where it is declared and applies to the entire content You can print all or part of this guide from the PDF version. of that element, unless overridden by another namespace declaration with the same prefix name, the content of an element is the content between the Printing from the PDF Version and of that element. So essentially, XML namespace declarations are scoped, meaning that the declared prefix (or From the PDF version you can print the complete document or a page range default namespace) is in force for the element on which the declaration of the document. occurs (as well as its descendant elements). A namespace declared as 1. Open the PDF file and click the printer icon or click File > Print. follows: 2. From the Print dialog box, print the complete document, specify a page Web Services, WSDL, and SOAP Overview or even (hypothetically) same as This section describes the standard coding technologies used in FedEx Web Services. WSDL Web Services A SOAP request to, or response from, a service is generated according to the Web services are a collection of programming technologies, including XML, service’s WSDL definition. A WSDL document describes a service. It is an Web Services Description Language (WSDL), and SOAP, which allow you to XML document that provides information about what the service does, the build programming solutions for specific messaging and application methods that are available, their parameters, and parameter types. It integration.

FedEx Web Services, Rate Services 9 Chapter 1 Introduction

describes how to communicate with the service in order to generate a Element Definition request to, or decipher a response from, the service. Output Message - Data web services send The purpose of a WSDL is to completely describe a web service to a client. A Fault Message - Error messages from web services WSDL defines where the service is available and what communications Contains a child element that describes the URL where the service is protocol is used to talk to the service. It defines everything required to write located. This is the location of the ultimate web service. a program to work with an XML web service. A WSDL document describes a Defines the message format and protocol details for each port. The binding web service using seven major elements. Elements can be abstract or element has two attributes: the name attribute and the type attribute. This concrete. element specifies how the client and the web service should send messages to one another. Abstract XML elements describe the web service: , , , . Concrete XML elements provide connection details: Note: For more information about the WSDL standard, refer to the World Wide Web , , . Consortium (W3C) Website at w3.org/TR/wsdl. WSDL Elements SOAP Element Definition • Is a simple XML-based protocol that allows applications to exchange The root element contains name space definitions. information over HTTP. The most important WSDL element. It is a set of all operations that a web service • Is built on open standards supported by numerous development tools on can accept and is a container for elements. This WSDL element various platforms. describes a web service, the operations that can be performed, and the messages that are involved, and can be compared to a function library (or a module or a • Is a request interface object in your application programming language. class) in a traditional programming language. • Provides a way to communicate between applications running on different Defines variable types used in the web service (both the parameters passed to a function and the type of the value passed back via the response). The data types operating systems, with different technologies and programming are described by XML schema. This element contains user-defined data types (in languages. the form of XML schema). For maximum platform neutrality, WSDL uses XML • Enables the data to pass through layers of intermediaries and arrive at the schema syntax to define data types. ultimate receiver the way it was intended. Defines the data elements of an operation. Each message can consist of one or more parts that can be compared to the parameters of a function call in a Note: You may not need to actually construct the SOAP messages yourself — many traditional programming language. development tools available today construct SOAP behind the scenes. Child of the element that defines each operation that the port exposes. SOAP Message This element allows only three messages: A SOAP message is an XML document that can be a request for a web Message - Definition service from a client or a “reply” from a web service to a client. Input Message - Data web services receive

FedEx Web Services, Rate Services 10 Chapter 1 Introduction

• Required xxxxxxxxx xxxxxx • Optional

• Required ship Example: Delete Tag Request (SOAP Message) 12 0 0 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" MQYA xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 2012-06-01 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://fedex.com/ws/ship/v13"> shipper xxxxxxxxx US User Key 997037200019454 User Password

Non-SOAP Web Services FedEx offers a non-SOAP web services solution that you can use to send transactions without having to use tools that provide SOAP protocol support for web services. This may be convenient for developers using environments that do not provide support for SOAP. With this interface, XML documents are sent directly to the FedEx servers via the HTTP POST command. FedEx provides a set of specifications and examples to help with the development of this type of communications method. To use the non-SOAP web service solution, you must have a working knowledge of HTTPS and Secure Socket Layering (SSL) encryption, the ability to provide a secure SSL connection to FedEx and the ability to code to an operation interface using XML.

FedEx Web Services, Rate Services 11 Chapter 1 Introduction

The interfaces used in the SOAP and non-SOAP web services are defined in WSDL files. The WSDL files contain schemas that define the layout of the operations. The same WSDL file is used for both the SOAP and non-SOAP web service users. Non-SOAP users are concerned only with the schema definitions and not the other WSDL components that are SOAP-specific. The XML data that is sent via the non-SOAP interface looks almost identical to the data that is sent via the SOAP interface. The only difference is that the data sent via the non-SOAP interface does not contain the wrapping Envelope and Body tags that are specific to SOAP. The following is an example of a TrackRequest using the non-SOAP interface. Example Track Request EN us xxxxxxxxxxxxxxxx trck 7 0 0 xxxxxxxxx xxxxxxxx FDXE TRACKING_NUMBER_OR_DOORTAG EN 797843158299 us INCLUDE_DETAILED_SCANS Basic_TrackRequest_q0_Internal tomerTransactionId>

Error Handling Error handling for non-SOAP operations is different from error handling for SOAP operations. The SOAP specification provides an error handling mechanism that is not present for non-SOAP operations. For a SOAP operation, a fault is returned as a SOAP exception. For a non-SOAP request, the contents of the SOAP fault are returned as an XML document. These SOAP fault documents are returned in situations such as schema validation failures or when operation types are unrecognized. In the following example, a SOAP fault document is returned from a schema validation failure in which the AccountNumber element was incorrectly sent as the AccountNumberx element:

FedEx Web Services, Rate Services 12 Chapter 1 Introduction

soapenv:Server 5: Schema validation failed for request. 5 Schema validation failed for request. Expected element 'AccountNumber@http://fedex.com/ws/ship/v8' instead of 'AccountNumberx@http://fedex.com/ws/ship/v8' here in element ClientDetail@http://fedex.com/ws/ship/v8 000000000 Expected element 'AccountNumber@http://fedex.com/ws/ship/v1' before the end of the content in element ClientDetail@http://fedex.com/ws/ship/v8 000000000000000000 0000000 Validate Validate_request ValidateRequest request-pipeline

Each reply should be checked for the Fault element to indicate failure in processing the message. Note: Normal error processing still applies; this is an additional error check for incorrect syntax in XML documents. Keep in mind that if you use either the SOAP or non-SOAP version of FedEx Web Services, labels are returned as Base64 encoded. To print shipping labels, you must decode labels before sending them to your printer.

FedEx Web Services, Rate Services 13 Chapter 1 Introduction

Non-SOAP HTTP POST Example The following HTTPS POST example is a valid working example, but is not guaranteed to work for all programming languages, applications, and host systems:

POST /xml HTTP/1.0 Referrer: YourCompanyNameGoesHere Host: wsbeta.fedex.com Port: 443 Accept: image/gif, image/jpeg, image/pjpeg, text/plain, text/html, */* Content-Type: image/gif Content-length: %d Your FedEx Transaction

Each line is followed by one new line character except Content-length and the FedEx transaction. Two new line characters follow the Content-length line. The FedEx transaction has no extra characters. The Content-length line should have the length of the FedEx transaction in place of the %d variable. Note: Port 443 must be opened for bi-directional communication on your firewall. After formatting your non-SOAP transaction and placing it in a HTTP POST request, you will need to open an SSL connection to the FedEx test server and send the request through FedEx by using your SSL connection. Next, parse the HTTPS response to determine if there were any errors. Examine the HTTP header to determine if any HTTP or Web Server errors were encountered. If you received a 200 status code, parse the reply to determine if there were any processing problems. Visual Basic Project Error • Unlike traditional client/server models, such as a web server or web page system, web services do not provide the user with a graphical user You may receive an error indicating that an element is not set, even after interface (GUI). Instead, web services share business logic, data, and setting it in the code. When you set a Boolean type element to true, you may processes through a programmatic interface across a network. also need to set the specified element to true. • To perform a particular FedEx task such as tracking a package, you need to use a class, module, or function that creates your request, sends it to Implementing FedEx Web Services the FedEx platform, and handles the response. Before you begin implementing FedEx Web Services, note the following • FedEx Web Services are designed to support any operating system and guidelines: coding language. Downloadable sample code is available in Java, C#, VB, • FedEx Web Services are designed for use by skilled developers who are .Net and PHP languages from the FedEx Developer Resource Center familiar with the communication standards SOAP and Web Services Technical Resources. Description Language (WSDL).

FedEx Web Services, Rate Services 14 Chapter 1 Introduction

• Transactions submitted to FedEx using FedEx Web Services are required to • XML schema built-in simple types are prefixed by "xs:", which is have a minimum of 128-bit encryption to complete the request. associated with the XML schema namespace through the declaration xmlns:xs="http://www.w3.org/2001// XMLSchema", displayed in the Understanding the XML Schema schema element. • The same prefix, and the same association, are also part of the names of The XML schema defines the messages that you can use to access the FedEx built-in simple types, such as xs:string. This association identifies the services. You create a request that contains business data and other elements and simple types as belonging to the vocabulary of the XML instructions and you send it to FedEx. FedEx replies with a response that schema language, rather than the vocabulary of the schema author. contains the data resulting from the instructions you sent in. Note: The schema diagrams are conveniently linked to help you find information and child Guide to the XML Schema values. The XML schema for each WSDL provides details about the structure, The XML schema provides a means for defining the structure, content, and content, and semantics of the request XML document sent to a FedEx Web semantics of XML documents. Service and the XML document returned by that FedEx Web Service. An XML schema defines: The top of each service schema includes: • Elements and attributes that can appear in a document • Schema location and schema file name that ends in an ".xsd" suffix. • Elements that are child elements • Alphabetical listing of complex types for the documented service. • Order and number of child elements • Alphabetical listing of schema simple types for the documented service. • Whether an element is empty or can include text • Input or request data type for the documented service. • Data types, default values, and fixed values for elements and attributes • Output or reply data type for the documented service. Some important facts about the XML schema: The remainder of the service schema contains tables of information about • Elements that contain sub-elements or carry attributes have complex each element, complex type, and simple type. types. Each table consists of some or all of the following sections: diagram, • Elements that contain numbers (and strings, and dates, etc.), but do not namespace, children, type, properties, used by, facets, and source. contain any sub-elements, have simple types. Some elements have attributes. Attributes always have simple types. Implementation Process • Complex types in the instance document, and some of the simple types, are defined in the schema associated with a FedEx Web Service. Other Planning your integration and organizing your application data to address your simple types are defined as part of XML schema's repertoire of built-in shipping needs can sometimes take more time than the actual implementation simple types. of the integration. FedEx Web Services conform to industry standards and are

FedEx Web Services, Rate Services 15 Chapter 1 Introduction

compatible with a comprehensive array of developers’ tools. This ensures the p.m. (CST). Both your FedEx sales executive and technical support can request fastest time-to-market with maximum flexibility to integrate FedEx a WISC team member to contact you within 3 business days. transactions and information into your applications. FedEx WSDLs are fully Corporate developers may find that solutions to their needs have already interoperable with any product or developer’s tool that also conforms to the been implemented by a software vendor that is part of the FedEx® WS-I Basic Profile. For details, see ws-i.org/Profiles/BasicProfile-1.1-2004-08- Compatible Solutions Program. If improved time-to-market, cost containment, 24. or specialized knowledge is needed, corporate development planners may To obtain FedEx Web Services and begin integrating with an application, you want to review the available third-party solutions. To see a list of the need to access documentation, sample code, and sample service requests and solutions provided by the CSP providers, go to the Available CSP Solutions replies with the WSDLs from the FedEx Developer Resource Center Technical page at http://www.fedex.com/us/compatible-solutions/customer/. Resources. Also, obtain a test meter number to engage in real-time online testing in the FedEx hosted test environment. Certification Note: Not all services are available outside the U.S. Certification is the process of ensuring that your implementation meets a number of requirements for safe, secure, and effective operation of your Testing solution in the FedEx production environment. Certification requirements differ FedEx supplies a complete online operating environment with which to test based on whether you are a corporate or commercial developer, and whether your applications against live FedEx servers. To execute test interactions, you you are implementing using the advanced or standard services. must first include a test account number, test meter number, authentication key, and password in your code. These credentials are provided to registered Go To Production developers. Once an application has passed certification, the developer must replace the Production credentials can be obtained prior to the certification process. test credentials with the production credentials issued by FedEx. The Advanced services are not enabled, but standard services are enabled. Refer application connection is then directed to the production servers, and the to Preproduction Assistance for more information on support from FedEx. application is live. Preproduction Assistance Once an application has completed the above mentioned process and requirements, FedEx will enable the provider’s CSP credentials for processing Preproduction assistance is available via the FedEx Web Integrated Solutions all applicable services in the production environment. The URL needed to Consultation (WISC) team. If you are in the preproduction stages of direct the CSP application to the FedEx production servers will also be implementing a FedEx web integrated solution and would like to speak with a provided. The provider would then need to obtain production User Credentials FedEx integration consultant who can assist you in understanding FedEx Web (Register CSP User Service) and a production meter number (Subscribe Services, contact your FedEx sales executive or technical support at Service). Once this information has been obtained with the connection 1.877.339.2774 Monday thru Friday, 7 a.m. to 9 p.m. and Saturday 9 a.m. to 3

FedEx Web Services, Rate Services 16 Chapter 1 Introduction

directed to the production servers, the provider’s application is considered Requirements and Resources for Commercial Developers live. Commercial developers create solutions with the intent of distributing and/or Requirements for Corporate and Non-Commercial Developers reselling them to their customers. Because they are deployed in a variety of situations, commercial integrations generally require a higher order of “fit and There are some differences in how support is provided and in the approvals finish.” Commercial developers are responsible for supporting their products required to go into production that depend on whether you are creating an for their customers. FedEx has a dedicated team of professionals to help application for use by your own company or if you are planning to resell your developers commercialize their products and to coordinate the three-way solution to others. interplay between the developer, the end customer, and FedEx. Requirements and Resources for Corporate Developers If you are a commercial developer interested in becoming a FedEx Compatible Corporate developers are typically part of a dedicated development team at a Solutions Program provider, go to http://www.fedex.com/us/compatible- single company. This category also includes third-party developers solutions/customer/ for more information about the FedEx Compatible (consultants) hired by the company to work on its behalf. In all cases, the Solutions Program (CSP). integration will be used by the company itself and will not be resold or URL Errors distributed outside of its own footprint. In this situation, FedEx can support the customer directly. If a VB.NET or C# project still sends transactions to the test server after changing the URL in the WSDLs to print to production, perform the following: Requirements and Resources for Corporate Developers • Make sure permissions are already activated in the production Must be accepted into the FedEx® Compatible Solutions Program (CSP) No environment. Self-certification of implementations using standard services Yes • Copy the WSDL files to a different folder. Self-certification of implementations using advanced services No • Follow the directions on changing the new WSDL files to point to Certification assistance Yes (WISC team) production, as described in the FedEx Developer Resource Center in the “Move to Production” topic. FedEx supports the customer directly Yes • Remove existing web services references from your project that point to Requirements for Consultants old WSDLs containing the URLs to the test environment. Consultants developing on behalf of a corporate customer must ensure that • Create new web references that point to the modified WSDLs. Use the their client provides their account information and a signed End User License same names as the old references. Agreement (EULA) to FedEx to obtain a production test meter. • Compile and test the project. Your new production credentials should work for standard web services, such as rating or tracking without extra permissions. Advanced web services require permissions to be active

FedEx Web Services, Rate Services 17 Chapter 1 Introduction

before they will work. Old test key values will now return an error message.

FedEx Web Services, Rate Services 18 2 Rate Services

Rate Surcharges and Discounts Rate Available Services/Rate Shopping Error Messages Chapter 2 Rate Services

Use the RateService WSDL to request pre-ship rating information and to • Time in transit may be returned with the rates if it is specified in the determine estimated or courtesy billing quotes. Time in Transit can be request. returned with the rates if it is specified in the request. Depending on how a • The Rate operation returns the rate for the origin and destination by rate request is structured, the reply will return in different structures. These requested service. You will not receive service checking to validate structures have two different names. whether that service is actually available for your ship date and origin/ destination pair. Rate • The Rate Available Services operation returns the rate for the origin and RateRequest provides a rate response on a single service. destination for all available services. Note: A rate request does not return route or service availability. All rate quotes are Note: Only valid services are returned. estimates only and may differ from the actual invoiced amount. • Rate and Rate Available Services for FedEx Express shipments support intra-Mexico shipping. Rate Available Services/Rate Shopping • Rating is available for . See for more details. A Rate Available Services request will provide a list of available services • This quote is an estimate and may differ from the actual invoiced amount. from one request. Rates are returned for each service on the list. • Rate shopping, service-specific commitment and rate information may also Note: A Rate Available Services request does not return route information, but does check be specified. service availability and returns only those services that are actually available. For more detailed information about the services offered by FedEx, see the Rate Service Details electronic FedEx Service Guide. The Rate and Rate Available Services operations provide a shipping rate Rate Coding Details quote for a specific service combination depending on the origin and destination information supplied in the request. The following details apply: When requesting a rate quote: • Discount rates are available for all services and origin/destination pairs. • Include as much detail as possible about your shipment. The RateService WSDL provides elements to identify your shipment, including shipping • FedEx list rates are available for FedEx Express®, FedEx Ground®, FedEx option elements. This information is important for calculating the correct SmartPost® and FedEx Freight® services. When list rates are requested, shipping costs with surcharges. both account rates and list rates are returned. Note: List rates are not available for all FedEx Freight accounts. • Use the optional RateRequestTypes element to have list rates returned with discount rates. If you choose LIST as the element value, you receive • FedEx Freight shipper accounts can only request rates from origin at both discount and list rates, in addition to automation rate quotes. shipper address. FedEx Freight Bill To accounts can request rates from origins other than shipper address.

FedEx Web Services, Rate Services 20 Chapter 2 Rate Services

• For Rate (a single service), specify the service to ensure rate data for the Table 1. RateRequest Elements, continued service and shipment data input is returned. For Rate Available Services Element Required Description (multiple services returned), do not include the ServiceType. The system Note: If you specify SATURDAY_DELIVERY for will then return a list of services. VariableOptions, you will get both Saturday Delivery options and regular options for all services where • For Rate, specify the carrier by using CarrierCode. For Rate Available Saturday delivery is an option. Do not specify Services, specify the carrier to ensure rate data for all services for the SATURDAY_DELIVERY for SpecialServices or it will carrier and the shipment data combination are returned, or do not specify only return any applicable Saturday Delivery options. a CarrierCode to receive all available services from all carriers in the return. RateRequest/RequestedShipment Required The shipment for which a rate quote (or rate- shopping comparison) is desired. • Use the optional ReturnTransitAndCommit element to include transit time RequestedShipment/ Optional The date format must be YYYY-MM- information in the reply. FedEx Express information will include the day ShipTimestamp DDTHH:MM:SS-xx:xx. The time must be in the and date the package will be delivered, based on the ship date you format: HH:MM:SS using a 24-hour clock. The date specified. The FedEx Ground response will describe the number of and time are separated by the letter T, such as 2009-06-26T17:00:00). The UTC offset indicates the business days required for the . number of hours/minutes, such as xx:xx from UTC, such as 2009-06-26T17:00:00-04:00 is defined as RateRequest Elements June 26, 2009 5:00 p.m. Eastern Time. Table 1. RateRequest Elements RequestedShipment/DropoffType Optional Identifies the method by which the package is to be tendered to FedEx. This element does not dispatch Element Required Description a for package pickup. RateRequest/ Optional Allows the caller to specify that the transit time RequestedShipment/ServiceType Optional Identifies the FedEx service to use in shipping the ReturnTransitAndCommit and commit data are to be returned in the reply. package for a rate request. Valid values include: RequestedShipment/ Required Identifies the packaging used by the requestor for • TRUE PackagingType the package. See PackagingType for list of valid • FALSE enumerated values. RateRequest/ Optional Candidate carriers for rate-shopping. This field is RequestedShipment/TotalWeight Optional Identifies the total weight of the shipment being CarrierCodesCarrierCodeType only considered if RequestedShipment/ServiceType conveyed to FedEx. This is only applicable to is omitted. International shipments and should be used on the RateRequest/ Optional Contain zero or more service options whose first package of a multiple piece shipment. This VariableOptionsServiceOption combinations are to be considered when replying value contains 1 explicit decimal position. Type with available services. RequestedShipment/ Optional Total insured amount. Specify if Saturday delivery is required. Valid value TotalInsuredValue is SATURDAY_DELIVERY.

FedEx Web Services, Rate Services 21 Chapter 2 Rate Services

Table 1. RateRequest Elements, continued Table 1. RateRequest Elements, continued

Element Required Description Element Required Description RequestedShipment/ Optional Indicates the currency the caller requests to have • DO_NOT_BREAK_DOWN_PALLETS PreferredCurrency used in all returned monetary values (when a • DO_NOT_STACK_PALLETS choice is possible). • DRY_ICE RequestedShipment/Shipper Required The descriptive data for the physical location from • EAST_COAST_SPECIAL which the shipment originates. • ELECTRONIC_TRADE_DOCUMENTS RequestedShipment/Recipient Required The descriptive data for the physical location to • EMAIL_NOTIFICATION which the shipment is destined. • EXTREME_LENGTH • FOOD RequestedShipment/ Optional A unique identifier for a recipient location. RecipientLocationNumber • FREIGHT_GUARANTEE • FUTURE_DAY_SHIPMENT RequestedShipment/Origin Optional Physical starting address for the shipment, if • HOLD_AT_LOCATION different from shipper’s address. • HOME_DELIVERY_PREMIUM RequestedShipment/SoldTo Optional Indicates the party responsible for purchasing the • INSIDE_DELIVERY goods shipped from the shipper to the recipient. • INSIDE_PICKUP The sold to party is not necessarily the recipient or the importer of record. The sold to party is relevant • INTERNATIONAL_CONTROLLED_EXPORT_ when the purchaser, rather than the recipient SERVICE determines when certain customs regulations apply. • INTERNATIONAL_TRAFFIC_IN_ARMS_ REGULATIONS RequestedShipment/ Optional Descriptive data indicating the method and means • LIFTGATE_DELIVERY ShippingChargesPayment of payment to FedEx for providing shipping services. • LIFTGATE_PICKUP SpecialServicesRequested/ Optional Identifies the collection of special services • LIMITED_ACCESS_DELIVERY ShipmentSpecialServiceType requested by the shipper and offered by FedEx. If • LIMITED_ACCESS_PICKUP the shipper requests a special service requiring additional data (such as C.O.D.), the special service • PENDING_SHIPMENT type must be present in the SpecialServiceTypes • POISON collection, and the supporting detail must be • PROTECTION_FROM_FREEZING provided in the appropriate sub-object (such as • RETURN_SHIPMENT CodDetail). Valid values are: • SATURDAY_DELIVERY • BROKER_SELECT_OPTION • SATURDAY_PICKUP • CALL_BEFORE_DELIVERY • TOP_LOAD • COD • CUSTOM_DELIVERY_WINDOW RequestedShipment/ Optional Details specific to an Express freight shipment. ExpressFreightDetail • DANGEROUS_GOODS

FedEx Web Services, Rate Services 22 Chapter 2 Rate Services

Table 1. RateRequest Elements, continued Table 1. RateRequest Elements, continued

Element Required Description Element Required Description RequestedShipment/ Optional Data applicable to shipments using • PREFERRED FreightShipmentDetail FEDEX_FREIGHT_PRIORITY and Note: Request PREFERRED currency using the FEDEX_FREIGHT_ECONOMY services. LIST and ACCOUNT rate types. The PREFERRED currency is only returned if the requested RequestedShipment/ Optional Used with Ground Home Delivery and Freight. currency is not already in the service response. DeliveryInstructions Note: RateRequest automatically returns discount RequestedShipment/ Optional Details about how to calculate variable handling rates. If you include the LIST option, the VariableHandlingChargeDetail charges at the shipment level. RateRequest returns both list and discount rates. Requested shipment/ Optional Information about this package that only applies to RequestedShipment/ Optional Specifies the type of rate the customer wants to CustomsClearanceDetail an international (export) shipment. CustomerSelectedActualRateType have used as the actual rate type. CustomClearanceDetail/ Optional Descriptive data indicating the method and means RequestedShipment/ Optional Specifies whether the customer wishes to have DutiesPayment of payment to FedEx for providing shipping services. EditRequestType Estimated Duties and Taxes provided with the rate quotation on this shipment. Only applies with CustomsClearanceDetail/ Optional Used to calculate Argentina and Dominican shipments moving under international services. Commodities/CustomsValue Republic export taxes. RequestedShipment/ Optional The total number of packages in the entire RequestedShipment/PickupDetail Optional For use in “process tag” transaction. PackageCount shipment. The maximum number of packages in one PickupDetail/ReadyDateTime Optional Specify the time and date the package will be rate request is 100. ready for pickup. RequestedShipment/ Optional One or more package-attribute descriptions, each of PickupDetail/ Optional Specify the last possible pickup time and date. RequestedPackageLineItems which describes an individual package, a group of LatestPickupDateTime identical packages, or (for the total-piece-total- weight case) common characteristics of packages in PickupDetail/CourierInstructions Optional Specify any courier instructions. the shipment. PickupDetail/RequestType Optional Specify the request type. PickupDetail/RequestSource Optional Specify the request source. Rating for Multiple-Package Shipment RequestedShipment/ Optional Details specific to FedEx SmartPost shipments. This option is available for FedEx Express U.S. and international multiple- SmartPostDetail package shipments (MPS), FedEx Ground® U.S. and international multiple- RequestedShipment/ Optional If true, only the shipper/payor will have visibility of package shipments, FedEx Express U.S. C.O.D. and international C.O.D. BlockInsightVisibility this shipment. multiple-package shipments, and FedEx Ground U.S. C.O.D. and international RequestedShipment/ Optional Indicates the type of rates to be returned. Valid C.O.D. multiple-package shipments. RateRequestType values are: • LIST The maximum number of packages in one rate request is 100.

FedEx Web Services, Rate Services 23 Chapter 2 Rate Services

RateReply Elements Table 3. FedEx Freight RateRequest Shipment Elements Table 2. RateReply Elements Element Required Description ReturnTransitAndCommit Optional Allows the caller to specify that the transit Element Required Description time and commit data are to be returned in the HighestSeverity Required This indicates the highest level of severity of all the reply. notifications returned in the reply. Valid values are: Notifications Required The descriptive data regarding the results of the • TRUE submitted transaction. • FALSE TransactionDetail Optional Contains the CustomerTransactionID that was sent to CarrierCodes Optional Candidate carriers for rate-shopping use case. the request. This field is only considered if RequestedShipment/ServiceType is omitted. TransactionDetail/ Optional Free form text to be echoed back in the reply. Used to CustomerTransactionId match requests and replies. RequestedShipment Required The shipment for which a rate quote (or rate- shopping comparison) is desired. TransactionDetail/Localization Optional Governs data payload language/translations (contrasted with ClientDetail.localization, which RequestedShipment/ShipTimestamp Optional The ship time. governs Notification.localizedMessage language selection). RequestedShipment/DropoffType Optional Identifies the method by which the package is to be tendered to FedEx. This element does not Version Required The version of this reply. dispatch a courier for package pickup. RateReplyDetails Optional Each element contains all rate data for a single RequestedShipment/ServiceType Optional Identifies the type of service the rate quote is service. If service was specified in the request, there for. Choose either: will be a single entry in this array; if service was • FEDEX_FREIGHT_ECONOMY omitted in the request, there will be a separate entry • FEDEX_FREIGHT_PRIORITY in this array for each service being compared. RequestedShipment/PackagingType Optional Identifies the packaging used by the requestor for the package. Valid values are: FedEx Freight Priority and FedEx Freight Economy • YOUR_PACKAGING You can obtain list and negotiated rates, in addition to transit time RequestedShipment/TotalWeight Optional — ® ® information, for FedEx Freight Priority and FedEx Freight Economy from the RequestedShipment/TotalInsuredValue Optional — Rating WSDL. RequestedShipment/PreferredCurrency Optional Indicates the currency the caller requests to RateRequest Elements have used in all returned monetary values, when a choice is possible. The following request elements are specific to FedEx Freight shipments

FedEx Web Services, Rate Services 24 Chapter 2 Rate Services

Table 3. FedEx Freight RateRequest Shipment Elements, continued Table 3. FedEx Freight RateRequest Shipment Elements, continued

Element Required Description Element Required Description RequestedShipment/Shipper Required Descriptive data identifying the party RequestedShipment/ Optional A unique identifier for a recipient location. responsible for shipping the package. Shipper RecipientLocationNumber and Origin should have the same address. RequestedShipment/Origin Optional Physical starting address for the shipment, if Shipper/AccountNumber Optional The FedEx account number associated with this different from shipper's address. transaction. RequestedShipment/ Optional The descriptive data for the monetary Shipper/Address Optional Descriptive data for a physical location. May ShippingChargesPayment compensation given to FedEx for services be used as an actual physical address (place to rendered to the customer. which one could go), or as a container of "address parts" which should be handled as a ShippingChargesPayment/ Optional Identifies the method of payment for a service. unit (such as a city-state-ZIP combination PaymentType within the U.S.). ShippingChargesPayment/Payor Optional Descriptive data identifying the party Address/StreetLines Required Combination of number, street name, and so responsible for payment for a service. on. At least one line is required for a valid Payor/ResponsibleParty Optional The descriptive data for a person or company physical address; empty lines should not be entity doing business with FedEx. included. ResponsibleParty/AccountNumber Optional The FedEx account number associated with this Address/City Required Name of city, town, and so on. transaction. Address/StateOrProvinceCode Required Identifying abbreviation for U.S. state, RequestedShipment/ Optional Identifies the special services the caller is Canadian province, etc. Format and presence of SpecialServicesRequested requesting with this shipment. this field will vary, depending on country. RequestedShipment/ Required Includes required shipment data to obtain rates Address/PostalCode Optional Identification of a region (usually small) for FreightShipmentDetail for FedEx Freight shipments. /package delivery. Format and presence of this field will vary, depending on country. FreightShipmentDetail/ Optional Account number used with FedEx Freight FedExFreightAccountNumber services. Address/CountryCode Required The two-letter code used to identify a country. FreightShipmentDetail/ Optional Billing address used to validate FedEx Freight Address/CountryName Optional The fully spelled out name of a country. FedExFreightBillingContactAndAddress account on the bill of lading. Required valid RequestedShipment/Recipient Required Descriptive data identifying the party receiving values for address are: the package. • StreetLines • City Recipient/Address Required Descriptive data identifying the recipient's address which includes: StreetLines, City, • StateOrProvinceCode StateOrProvinceCode, PostalCode and • PostalCode CountryCode.

FedEx Web Services, Rate Services 25 Chapter 2 Rate Services

Table 3. FedEx Freight RateRequest Shipment Elements, continued Table 3. FedEx Freight RateRequest Shipment Elements, continued

Element Required Description Element Required Description FreightShipmentDetail/Role Required Indicates the role of the party submitting the • BOX transaction. Valid values are: • BUCKET • CONSIGNEE • BUNDLE • SHIPPER • CARTON FreightShipmentDetail/LineItem Optional Details of the commodities in the shipment. • CASE • CONTAINER LineItem/FreightClass Required Freight class for this line item. Valid values • CRATE are: • CYLINDER • CLASS_050 • DRUM • CLASS_055 • ENVELOPE • CLASS_060 • HAMPER • CLASS_065 • OTHER • CLASS_070 • PAIL • CLASS_077_5 • PALLET • CLASS_085 • PIECE • CLASS_092_5 • REEL • CLASS_100 • ROLL • CLASS_110 • SKID • CLASS_125 • TANK • CLASS_150 • TUBE • CLASS_175 • CLASS_200 LineItem/Description Optional Customer-provided description for this • CLASS_250 commodity or freight class. • CLASS_300 LineItem/Weight Optional Weight for this commodity or freight class. • CLASS_400 FreightShipmentLineItem/Dimensions Optional The dimensions of this package and the unit • CLASS_500 type used for the measurements. Valid values LineItem/Packaging Optional Physical packaging type for this commodity or are: freight class. Valid values are: • Length • BAG • Width • BARREL • Height • BASKET • Units

FedEx Web Services, Rate Services 26 Chapter 2 Rate Services

Table 3. FedEx Freight RateRequest Shipment Elements, continued Table 4. FedEx Freight Reply Shipment Elements, continued

Element Required Description Element Description FreightShipmentLineItem/Volume Optional Volume (cubic measure) for this commodity or ReplyDetails/FLATBED_TRAILER Surcharge for a flatbed trailer. freight class. SurchargeType/INSIDE_PICKUP Surcharge for inside pickup option. RequestedShipment/ Optional Specifies whether and what kind of rates the RateRequestTypes customer wishes to have quoted on this SurchargeType/INSIDE_DELIVERY Surcharge for inside delivery option. shipment. The reply will also be constrained by SurchargeType/EXHIBITION Surcharge for option. other data on the shipment and customer. Rates that can be returned are: SurchargeType/ Surcharge for all Intra-India shipments with the EXTRA_SURFACE_HANDLING_CHARGE XS service option. • ACCOUNT • LIST SurchargeType/EXTREME_LENGTH Surcharge for option. • PREFERRED SurchargeType/FLATBED Surcharge for option. RequestedShipment/PackageCount Optional The total number of packages in the entire SurchargeType/FREIGHT_GUARANTEE Surcharge for option. shipment (even when the shipment spans multiple transactions). SurchargeType/LIFTGATE_DELIVERY Surcharge for option. RequestedShipment/ Optional One or more package-attribute descriptions, SurchargeType/LIFTGATE_PICKUP Surcharge for option. RequestedPackageLineItems each of which describes an individual package, SurchargeType/LIMITED_ACCESS_DELIVERY Surcharge for option. a group of identical packages, or (for the total- piece-total-weight case) common SurchargeType/LIMITED_ACCESS_PICKUP Surcharge for option. characteristics all packages in the shipment. SurchargeType/PROTECTION_FROM_FREEZING Surcharge for option. The following reply elements are specific to FedEx Freight shipments: SurchargeType/PRE_DELIVERY_NOTIFICATION Surcharge for option. Table 4. FedEx Freight Reply Shipment Elements SurchargeType/REGIONAL_MALL_DELIVERY Surcharge for option. SurchargeType/REGIONAL_MALL_PICKUP Surcharge for option. Element Description SurchargeType/OVER_DIMENSION Surcharge for option. ServiceType Identifies the type of service used to ship the package. Valid FedEx Freight options are: SurchargeType/TARP Surcharge for option. • FEDEX_FREIGHT SurchargeType/METRO_DELIVERY Surcharge for option. ReplyDetails/FREIGHT_GUARANTEE Specifies how the freight has been guaranteed SurchargeType/METRO_PICKUP Surcharge for option. for delivery. Valid FedEx Freight values are: SurchargeType/ISLAND_DELIVERY Surcharge for option. • GUARANTEED_DATE • GUARANTEED_MORNING SurchargeType/ISLAND_PICKUP Surcharge for option. • GUARANTEED_TIME

FedEx Web Services, Rate Services 27 Chapter 2 Rate Services

Table 4. FedEx Freight Reply Shipment Elements, continued Table 5. Rate Reply Possible Surcharges for FedEx Service Options, continued

Element Description Possible Surcharges RateDiscountType The type of rate discount. Valid values are: HST (Harmonized sales tax for Canadian origin) • BONUS Hazardous_Materials • COUPON Home_Delivery_Appointment • EARNED • OTHER Home_Delivery_Evening • VOLUME Home_Delivery_Date_Certain Inside_Delivery Possible Surcharges Inside_Pickup This table lists possible surcharges returned in the Rate reply for applicable Insured_Value — FedEx declared-value charges are returned in this element. FedEx does not provide FedEx service options: insurance of any kind. Table 5. Rate Reply Possible Surcharges for FedEx Service Options Island_Delivery

Possible Surcharges Island_Pickup Clearance Entry Fee Surcharge (Discount) for international shipping Liftgate_Delivery COD Liftgate_Pickup Dangerous_Goods Limited_Access_Delivery Email_Label Limited_Access_Pickup Exhibition List Clearance Entry Fee Surcharge for international shipping Export Metro_Delivery Extreme_Length Metro_Pickup FICE (FedEx International Controlled Export) Non_Standard_Container Fedex_Tag Offshore Flatbed Out_Of_Delivery_Area Freight_Guarantee Out_Of_Pickup_Area Fuel Other GST (Goods and Services tax for Canadian origin)

FedEx Web Services, Rate Services 28 Chapter 2 Rate Services

Table 5. Rate Reply Possible Surcharges for FedEx Service Options, continued • Total taxes (for Canadian origin shipments)

Possible Surcharges • Total discounts Overdimension • Itemized surcharge Oversize Pre_Delivery_Notification Surcharges and Discounts Protection_From_Freezing Your shipment may incur fees in addition to the base shipping rate depending PST (Provincial sales tax for Canadian origin) on the service options you choose. The following are descriptions of those fees that are returned in the rate quote. Regional_Mall_Delivery Table 6. Surcharges and Discounts Rate Quote Regional_Mall_Pickup Residential Surcharge Description Applicable Services

® Return_Label Additional Handling For FedEx Express, shipment measures greater FedEx Priority Overnight , Dimension Surcharge than 60" in length but equal to or less than 108" FedEx Standard Saturday_Delivery in length. Overnight®, FedEx 2Day®, FedEx Express Saver®, Saturday_Pickup For FedEx Ground, shipment measures greater ® than 60" in length but equal to or less than 108" FedEx Ground , FedEx Signature_Option International Ground® Tarp Additional Handling For FedEx Ground or FedEx Express, shipment has FedEx Priority Overnight, Weight Surcharge an actual weight of greater than 70 lbs. FedEx Standard TotalCustomerCharge — Contains the discounted net freight charge plus the variable handling charge Overnight, FedEx 2Day, amount. FedEx Express Saver, Transmit_Service_Fee FedEx Ground, FedEx International Ground VariableHandlingCharges — If you specify additional handling charges in the rate quote, charges are returned in the Rate reply. Additional Handling For FedEx Express, shipment is not fully encased FedEx Priority Overnight, Packaging Surcharge in an outer shipping container and/or is encased FedEx Standard VAT in packing material other than corrugated Overnight, FedEx 2Day, cardboard. FedEx Express Saver, Note: See Surcharges and Discounts for more information about surcharges and rate For FedEx Ground, shipment is not fully encased FedEx Ground, FedEx calculations. in an outer shipping container and/or is encased International Ground in packing material other than corrugated Rate Surcharge Return cardboard. Surcharges are returned in the Rate reply and in the Ship reply as follows: Broker Select Option A fee applies to B13A for Canada Export Shipping FedEx International shipment if you choose to have FedEx complete Priority®, FedEx • Total surcharge

FedEx Web Services, Rate Services 29 Chapter 2 Rate Services

Table 6. Surcharges and Discounts Rate Quote, continued Table 6. Surcharges and Discounts Rate Quote, continued

Surcharge Description Applicable Services Surcharge Description Applicable Services the delivery after customs clearance and if your International Priority® Transport Association (IATA) volume standard. recipient and customs broker are served by Freight, FedEx is calculated by multiplying different FedEx clearance points. International Economy®, the length by width by height of each package in FedEx International inches and dividing the total by 166 (for Economy® Freight shipments within the U.S. and shipments between the U.S. and ) or 186 (for Courier Pickup Charge A charge applies when you request a pickup. This international shipments). If the dimensional charge does not apply if you drop off your weight exceeds the actual weight, charges may package at a FedEx shipping location or if you be assessed based on the dimensional weight. have regular scheduled pickups. Shipments in FedEx packaging may also be Dangerous Goods FedEx assesses a surcharge on each package FedEx Express, FedEx subject to dimensional-weight pricing. containing dangerous-goods materials. For intra- Priority Overnight, FedEx For FedEx Ground shipments: Dimensional weight ® Canada shipments this surcharge is also based on First Overnight , FedEx may apply to FedEx Ground packages that are 3 ® the type of service provided. First Overnight Freight, cubic feet (5,184 cubic inches) or larger. Multiply FedEx 2Day, FedEx the length by width by height of each package in ® 2Day A.M., FedEx inches. If the total is 5,184 inches or greater, Freight, FedEx calculate dimensional weight by dividing by 166 International Economy (for shipments within the U.S. and Puerto Rico and FedEx International and for shipments to Canada). Economy Freight Duties and Taxes Duties and taxes, including goods and services FedEx Express Declared Value FedEx liability for each package is limited to FedEx Express and FedEx tax (GST) and value-added tax (VAT) may be International package and $100USD unless a higher value is declared and Ground shipments assessed on the contents of the shipment. freight service paid for. For each package exceeding $100USD in ® declared value, an additional amount is charged. FedEx Collect on If you request FedEx to obtain payment from the FedEx Express and FedEx FedEx does not provide insurance of any kind. Delivery (C.O.D.) recipient at the time the shipment is delivered, Ground shipments an additional surcharge is applied. Delivery Area A delivery area surcharge applies to shipments FedEx Priority Overnight, ® Surcharge destined for select U.S. postal codes. (This FedEx Standard FedEx Ground A charge applies when you direct FedEx to collect FedEx Ground shipments surcharge does not apply to FedEx Ground Overnight, FedEx 2Day, Electronic C.O.D. payment from your recipient and deposit it Multiweight® shipments.) In addition, a delivery FedEx Express Saver, (E.C.O.D.) directly into your bank account.

area surcharge applies to FedEx Express FedEx Ground, FedEx ® ® FedEx Delivery FedEx provides five options when you need a FedEx Express shipments shipments destined for areas in Alaska that are Home Delivery Signature Options signature upon delivery: Indirect Signature to U.S. addresses and remote, sparsely populated, or geographically Required, Direct Signature Required, Adult FedEx Ground shipments difficult to access. Signature Required, Service Default and No to U.S. and Canadian Dimensional Weight For FedEx Express shipments: FedEx may assess FedEx Express and FedEx Signature Required. Indirect Signature Required is addresses shipping charges based on the International Air Ground shipments allowed to U.S. residential addresses only. Direct

FedEx Web Services, Rate Services 30 Chapter 2 Rate Services

Table 6. Surcharges and Discounts Rate Quote, continued Table 6. Surcharges and Discounts Rate Quote, continued

Surcharge Description Applicable Services Surcharge Description Applicable Services Signature Required is allowed to U.S. addresses FedEx International A charge applies when you select FICE for FedEx International and when shipping via FedEx Ground to Canadian Controlled Export shipments moving under a U.S. State Department Priority, FedEx addresses. Adult Signature Required is allowed to (FICE) (DSP) license or under U.S. Drug Enforcement International Priority U.S. addresses. Depending upon the service Administration permits 36, 236, and 486. This Freight associated with the shipment (the default charge also applies for inbound shipments moving signature option varies per service), the courier under a transportation and exportation customs will perform the default request for signature form (CF7512) from a foreign trade zone or collection. bonded warehouse. FedEx Email Return A charge applies in addition to shipping charges FedEx First Overnight, FedEx® Print Return A charge applies in addition to shipping charges FedEx First Overnight, Label once the recipient uses the return label. This FedEx Priority Overnight, Label once the recipient has used the return label. This FedEx Priority Overnight, service is only available for U.S. shipments. FedEx Standard service is available for intra-U.S. and FedEx Standard Overnight, FedEx 2Day, international shipments. Overnight, FedEx 2Day, FedEx 2Day A.M., FedEx FedEx 2Day A.M., FedEx ® Ground, FedEx 2Day Ground, FedEx 2Day ® Freight, FedEx 3Day Freight, FedEx 3Day Freight Freight

® FedEx ExpressTag A charge applies in addition to shipping charges FedEx Priority Overnight, Inside Delivery/Inside When requested, FedEx may move shipments to FedEx Freight when FedEx picks up the package for return at FedEx Standard Pickup Charge positions beyond the adjacent loading area. your recipient’s location. This service is only Overnight, FedEx 2Day available for intra-U.S. and intra-United Kingdom FedEx Freight Special When requested, a surcharge will be applied to FedEx Freight shipments. Services the FedEx Freight special services. For a list of these surcharges, see Intra-Canada Express ® FedEx Ground FedEx may provide pickup service to an address FedEx Ground (U.S. and Service. Alternate Address other than the shipping location associated with Canada) Pickup the FedEx Ground account number. Oversize Charge FedEx Express: The maximum limits for FedEx FedEx Ground and FedEx Express U.S. packages are 150 lbs. and 119" in Home Delivery ® FedEx Ground Call A charge applies in addition to shipping charges FedEx Ground, FedEx length and 165" in length and girth (L+2W+2H). Tag when FedEx picks up the packages for return at Home Delivery Packages that weigh 150 lbs. or less and exceed your recipient’s location. This service is only 108" in length or 130" in length and girth are available for U.S. shipments. considered “oversize” packages. Oversize FedEx Home Delivery You can choose FedEx Home Delivery convenient FedEx Home Delivery packages are rated based on the greater of the Convenient Delivery delivery options: 1) FedEx Date Certain Home package’s actual rounded weight or dimensional Options Delivery®, 2) FedEx Evening Home Delivery®, 3) weight. FedEx Appointment Home Delivery®. FedEx Ground: A package weighing 150 lbs. or less and measuring greater than 130" in length and girth is classified as an oversize package.

FedEx Web Services, Rate Services 31 Chapter 2 Rate Services

Table 6. Surcharges and Discounts Rate Quote, continued Table 6. Surcharges and Discounts Rate Quote, continued

Surcharge Description Applicable Services Surcharge Description Applicable Services The shipping charges for an oversize package are The fuel surcharge percentage for FedEx Ground based on the greater of the package’s actual services is subject to monthly adjustment based rounded weight or its dimensional weight. on a rounded average of the national U.S. on- FedEx Home Delivery: The shipping charge for any highway average price for a gallon of diesel fuel. package with a dimensional weight of greater than 70 lbs. is the same as a FedEx Ground Note: For more information about FedEx terms and conditions, including surcharges, go to package of the corresponding dimensional weight fedex.com/us/services/terms/. being shipped under the same circumstances. Residential Surcharge A residential package surcharge applies to FedEx Express, FedEx FedEx Discount Programs shipments to a home or private residence, Ground, FedEx including locations where a business is operated International Ground The following discount programs are offered by FedEx and are calculated in from a home. (Canada only), FedEx your rate quote: Freight, FedEx International Premium® Table 7. FedEx Discount Programs

Rural Delivery (Alaska A surcharge applies for delivery to select rural FedEx Ground U.S. Discount Program Description and Hawaii) postal codes in Alaska and Hawaii. FedEx Ground FedEx Ground Multiweight is ideal for multiple-package shipments moving Saturday Delivery/ Saturday Service is available for an additional FedEx Priority Overnight, Multiweight as one unit to the same destination on the same day. This pricing option Saturday Pickup charge depending on the package service type FedEx First Overnight allows you to combine packages for a multiweight rate. Pricing is based on and origin/destination pair. Freight, FedEx 2Day, the combined weight of your packages. FedEx 2Day A.M., FedEx International Priority, Earned Discounts The Earned Discounts Pricing Program awards discounts when you meet FedEx 1Day® Freight, Pricing Program predetermined revenue levels and/or shipping criteria. You earn additional FedEx 2Day Freight discounts as you increase shipping activity or due to specific shipment characteristics. Earned discounts are also available for FedEx SmartPost Dry Ice Surcharge A surcharge will be applied for dry-ice packaging. FedEx International shipping. Priority, FedEx International Economy, and FedEx International Note: For more information on pricing programs, contact your FedEx account executive. Economy Freight services Fuel Surcharge The fuel surcharge percentage for FedEx Express FedEx Express, FedEx Error Messages services is subject to monthly adjustment based Freight, FedEx Ground, on a rounded average of the U.S. Gulf Coast and FedEx Home Delivery For error messages, see the Error Code Messages section of the Web (USGC) spot price for a gallon of kerosene-type Services Developer Guide. jet fuel.

FedEx Web Services, Rate Services 32 Index

C introduction S implementing 14 certification 16 overview 9 certifying Web Services 16 document overview 8 services Non-SOAP 11 go to production 16 surcharges and discounts 29 production 16 D implementation testing 16 programs 32 surcharges and discounts 29 discounts 29 implementing Web Services 14 surcharges 29 programs 32 programs 32 understanding XML schema 15 testing 16 document Web Services, WSDL, and SOAP T XML schema 15 overview 8 overview 9 testing Web Services 16 WSDL Web Services, WSDL, and overview 9 SOAP 9 N U non-SOAP Web Services 11 understanding XML schema 15 X I XML schema 15 implementing Web Services 14 O W certification 16 overview 8 Web Services 9 production 16 Web Services, WSDL, and SOAP 9 certification 16 testing 16

FedEx Web Services, Rate Services 33 Schema RateService_v14.xsd

targetNamespace: http://fedex.com/ws/rate/v14

Elements Complex types Simple types RateReply AdditionalLabelsDetail AdditionalLabelsType RateRequest Address B13AFilingOptionType BrokerDetail BarcodeSymbologyType CertificateOfOriginDetail BrokerType ClientDetail CarrierCodeType CodAddTransportationChargesDetail ChargeBasisLevelType CodDetail ClearanceBrokerageType CommercialInvoice CodAddTransportationChargeBasisType CommercialInvoiceDetail CodCollectionType CommitDetail CodReturnReferenceIndicatorType Commodity CommitmentDelayType ConfigurableLabelReferenceEntry CustomDeliveryWindowType Contact CustomerImageUsageType ContactAndAddress CustomerReferenceType ContentRecord CustomLabelCoordinateUnits CurrencyExchangeRate CustomsOptionType CustomDeliveryWindowDetail DangerousGoodsAccessibilityType CustomDocumentDetail DangerousGoodsPackingOptionType CustomerImageUsage DayOfWeekType CustomerReference DelayLevelType CustomerSpecifiedLabelDetail DelayPointType CustomLabelBarcodeEntry DestinationControlStatementType CustomLabelBoxEntry DistanceUnits CustomLabelDetail DocTabContentType CustomLabelGraphicEntry DocTabZoneJustificationType CustomLabelPosition DropoffType CustomLabelTextEntry EdtRequestType CustomsClearanceDetail EdtTaxType CustomsOptionDetail EMailNotificationEventType DangerousGoodsContainer EMailNotificationFormatType DangerousGoodsDetail EMailNotificationRecipientType DangerousGoodsShippersDeclarationDetail ExpressRegionCode DangerousGoodsSignatory FedExLocationType DateRange FlatbedTrailerOption DelayDetail FreightBaseChargeCalculationType DeliveryOnInvoiceAcceptanceDetail FreightChargeBasisType DestinationControlDetail FreightClassType Dimensions FreightCollectTermsType

FedEx Web Services, Rate Services 34 Distance FreightGuaranteeType DocTabContent FreightOnValueType DocTabContentBarcoded FreightRateQuoteType DocTabContentZone001 FreightServiceSchedulingType DocTabZoneSpecification FreightShipmentRoleType EdtCommodityTax HazardousCommodityDescriptionProcessingOptionType EdtExciseCondition HazardousCommodityLabelTextOptionType EdtTaxDetail HazardousCommodityOptionType EMailLabelDetail HazardousCommodityPackingGroupType EMailNotificationDetail HazardousCommodityQuantityType EMailNotificationRecipient HazardousCommodityRegulationType EtdDetail HazardousContainerPackingType ExportDeclarationDetail HomeDeliveryPremiumType ExportDetail ImageId ExpressFreightDetail InternationalControlledExportType ExpressFreightDetailContact InternationalDocumentContentType FlatbedTrailerDetail LabelFormatType FreightAddressLabelDetail LabelMaskableDataType FreightBaseCharge LabelPrintingOrientationType FreightCommitDetail LabelRotationType FreightGuaranteeDetail LabelStockType FreightRateDetail LiabilityCoverageType FreightRateNotation LinearUnits FreightServiceCenterDetail MinimumChargeType FreightShipmentDetail NaftaImporterSpecificationType FreightShipmentLineItem NaftaNetCostMethodCode FreightSpecialServicePayment NaftaPreferenceCriterionCode GeneralAgencyAgreementDetail NaftaProducerDeterminationCode HazardousCommodityContent NaftaProducerSpecificationType HazardousCommodityDescription NotificationSeverityType HazardousCommodityInnerReceptacleDetail OversizeClassType HazardousCommodityOptionDetail PackageSpecialServiceType HazardousCommodityPackagingDetail PackagingType HazardousCommodityPackingDetail PageQuadrantType HazardousCommodityQuantityDetail PaymentType HoldAtLocationDetail PendingShipmentType HomeDeliveryPremiumDetail PhysicalFormType InternationalControlledExportDetail PhysicalPackagingType InternationalTrafficInArmsRegulationsDetail PickupRequestSourceType LabelSpecification PickupRequestType LiabilityCoverageDetail PricingCodeType LinearMeasure PriorityAlertEnhancementType Localization PurposeOfShipmentType Measure RadioactiveContainerClassType Money RadioactivityUnitOfMeasure NaftaCertificateOfOriginDetail RateDimensionalDivisorType NaftaCommodityDetail RateDiscountType NaftaProducer RatedWeightMethod Notification RateElementBasisType NotificationParameter RateRequestType Op900Detail RateTypeBasisType PackageRateDetail RebateType PackageSpecialServicesRequested RecipientCustomsIdType

FedEx Web Services, Rate Services 35 Party RegulatoryControlType Payment RelativeVerticalPositionType Payor RequestedShippingDocumentType PendingShipmentDetail RequiredShippingDocumentType PickupDetail ReturnedRateType PriorityAlertDetail ReturnEMailAllowedSpecialServiceType RadioactivityDetail ReturnType RadionuclideActivity RotationType RadionuclideDetail SecondaryBarcodeType RateDiscount ServiceOptionType RatedPackageDetail ServiceType RatedShipmentDetail ShipmentOnlyFieldsType RateReply ShipmentSpecialServiceType RateReplyDetail ShippingDocumentDispositionType RateRequest ShippingDocumentEMailGroupingType Rebate ShippingDocumentGroupingType RecipientCustomsId ShippingDocumentImageType RequestedPackageLineItem ShippingDocumentStockType RequestedShipment SignatureOptionType ReturnAssociationDetail SmartPostAncillaryEndorsementType ReturnEMailDetail SmartPostIndiciaType ReturnInstructionsDetail SpecialRatingAppliedType ReturnShipmentDetail SurchargeLevelType Rma SurchargeType ServiceSubOptionDetail TaxesOrMiscellaneousChargeType ShipmentConfigurationData TaxType ShipmentDryIceDetail TermsOfSaleType ShipmentLegRateDetail TinType ShipmentRateDetail TrackingIdType ShipmentSpecialServicesRequested TransitTimeType ShippingDocumentDispositionDetail UploadDocumentIdProducer ShippingDocumentEMailDetail UploadDocumentProducerType ShippingDocumentEMailRecipient UploadDocumentType ShippingDocumentFormat VolumeUnits ShippingDocumentPrintDetail WeightUnits ShippingDocumentSpecification SignatureOptionDetail SmartPostShipmentDetail Surcharge Tax TaxpayerIdentification TrackingId TransactionDetail UploadDocumentDetail UploadDocumentReferenceDetail VariableHandlingChargeDetail VariableHandlingCharges VersionId Volume WebAuthenticationCredential WebAuthenticationDetail Weight

FedEx Web Services, Rate Services 36 element RateReply diagram

namespace http://fedex.com/ws/rate/v14 type ns:RateReply

properties content complex children ns:HighestSeverity ns:Notifications ns:TransactionDetail ns:Version ns:RateReplyDetails source

FedEx Web Services, Rate Services 37 element RateRequest diagram

namespace http://fedex.com/ws/rate/v14 type ns:RateRequest

FedEx Web Services, Rate Services 38 properties content complex children ns:WebAuthenticationDetail ns:ClientDetail ns:TransactionDetail ns:Version ns:ReturnTransitAndCommit ns:CarrierCodes ns:VariableOptions ns:RequestedShipment source complexType AdditionalLabelsDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:Type ns:Count

used by element CustomerSpecifiedLabelDetail/AdditionalLabels annotation documentation Specifies additional labels to be produced. All required labels for shipments will be produced without the need to request additional labels. These are only

available as thermal labels. source Specifies additional labels to be produced. All required labels for shipments will be produced without the need to request additional labels. These are only available as thermal labels. The type of additional labels to return. The number of this type label to return

FedEx Web Services, Rate Services 39 complexType Address diagram

FedEx Web Services, Rate Services 40 namespace http://fedex.com/ws/rate/v14 children ns:StreetLines ns:City ns:StateOrProvinceCode ns:PostalCode ns:UrbanizationCode ns:CountryCode ns:CountryName ns:Residential used by elements ContactAndAddress/Address Party/Address CommitDetail/BrokerAddress ShipmentLegRateDetail/LegDestination

ShipmentLegRateDetail/LegOrigin annotation documentation Descriptive data for a physical location. May be used as an actual physical address (place to which one could go), or as a container of "address parts" which

should be handled as a unit (such as a city-state-ZIP combination within the US). source Descriptive data for a physical location. May be used as an actual physical address (place to which one could go), or as a container of "address parts" which should be handled as a unit (such as a city-state-ZIP combination within the US). Combination of number, street name, etc. At least one line is required for a valid physical address; empty lines should not be included. Name of city, town, etc. Identifying abbreviation for US state, Canada province, etc. Format and presence of this field will vary, depending on country. Identification of a region (usually small) for mail/package delivery. Format and presence of this field will vary, depending on country. Relevant only to addresses in Puerto Rico.

FedEx Web Services, Rate Services 41 The two-letter code used to identify a country. The fully spelt out name of a country. Indicates whether this address residential (as opposed to commercial).

complexType BrokerDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:Type ns:Broker

used by element CustomsClearanceDetail/Brokers source

FedEx Web Services, Rate Services 42 complexType CertificateOfOriginDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:DocumentFormat ns:CustomerImageUsages

used by element ShippingDocumentSpecification/CertificateOfOrigin annotation documentation

The instructions indicating how to print the Certificate of Origin ( e.g. whether or not to include the instructions, image type, etc ...) source The instructions indicating how to print the Certificate of Origin ( e.g. whether or not to include the instructions, image type, etc ...) Specifies characteristics of a shipping document to be produced. Specifies the usage and identification of customer supplied images to be used on this document.

FedEx Web Services, Rate Services 43 complexType ClientDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:AccountNumber ns:MeterNumber ns:IntegratorId ns:Region ns:Localization

used by element RateRequest/ClientDetail annotation documentation

Descriptive data for the client submitting a transaction. source Descriptive data for the client submitting a transaction.

FedEx Web Services, Rate Services 44 The FedEx account number associated with this transaction. This number is assigned by FedEx and identifies the unique device from which the request is originating Only used in transactions which require identification of the Fed Ex Office integrator. Indicates the region from which the transaction is submitted. The language to be used for human-readable Notification.localizedMessages in responses to the request containing this ClientDetail object. Different requests from the same client may contain different Localization data. (Contrast with TransactionDetail.localization, which governs data payload language/translation.)

FedEx Web Services, Rate Services 45 complexType CodAddTransportationChargesDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:RateTypeBasis ns:ChargeBasis ns:ChargeBasisLevel

used by element CodDetail/AddTransportationChargesDetail source Select the type of rate from which the element is to be selected.

FedEx Web Services, Rate Services 46 complexType CodDetail diagram

FedEx Web Services, Rate Services 47 namespace http://fedex.com/ws/rate/v14 children ns:CodCollectionAmount ns:AddTransportationChargesDetail ns:CollectionType ns:CodRecipient ns:FinancialInstitutionContactAndAddress ns:RemitToName ns:ReferenceIndicator ns:ReturnTrackingId

used by elements PackageSpecialServicesRequested/CodDetail ShipmentSpecialServicesRequested/CodDetail annotation documentation

Descriptive data required for a FedEx COD (Collect-On-Delivery) shipment. source Descriptive data required for a FedEx COD (Collect-On-Delivery) shipment. Specifies the details of the charges are to be added to the COD collect amount. Identifies the type of funds FedEx should collect upon package delivery For Express this is the descriptive data that is used for the recipient of the FedEx Letter containing the COD payment. For Ground this is the descriptive data for the party to receive the payment that prints the COD receipt. When the FedEx COD payment type is not CASH, indicates the contact and address of the financial institution used to service the payment of the COD. Specifies the name of person or company receiving the secured/unsecured funds payment

FedEx Web Services, Rate Services 48 Indicates which type of reference information to include on the COD return shipping label. Only used with multi-piece COD shipments sent in multiple transactions. Required on last transaction only. complexType CommercialInvoice diagram

FedEx Web Services, Rate Services 49

namespace http://fedex.com/ws/rate/v14 children ns:Comments ns:FreightCharge ns:TaxesOrMiscellaneousCharge ns:TaxesOrMiscellaneousChargeType ns:PackingCosts ns:HandlingCosts ns:SpecialInstructions ns:DeclarationStatement ns:PaymentTerms ns:Purpose ns:OriginatorName ns:TermsOfSale

used by element CustomsClearanceDetail/CommercialInvoice annotation documentation CommercialInvoice element is required for electronic upload of CI data. It will serve to create/transmit an Electronic Commercial Invoice through the FedEx Systems. Customers are responsible for printing their own Commercial Invoice.If you would likeFedEx to generate a Commercial Invoice and transmit it to Customs. for clearance purposes, you need to specify that in the ShippingDocumentSpecification element. If you would like a copy of the Commercial Invoice that FedEx generated returned to you in reply it needs to be specified in the ETDDetail/RequestedDocumentCopies element. Commercial Invoice support

consists of maximum of 99 commodity line items.

FedEx Web Services, Rate Services 50 source CommercialInvoice element is required for electronic upload of CI data. It will serve to create/transmit an Electronic Commercial Invoice through the FedEx Systems. Customers are responsible for printing their own Commercial Invoice.If you would likeFedEx to generate a Commercial Invoice and transmit it to Customs. for clearance purposes, you need to specify that in the ShippingDocumentSpecification element. If you would like a copy of the Commercial Invoice that FedEx generated returned to you in reply it needs to be specified in the ETDDetail/RequestedDocumentCopies element. Commercial Invoice support consists of maximum of 99 commodity line items. Any comments that need to be communicated about this shipment. Any freight charges that are associated with this shipment. Any taxes or miscellaneous charges(other than Freight charges or Insurance charges) that are associated with this shipment. Specifies which kind of charge is being recorded in the preceding field. Any packing costs that are associated with this shipment. Any handling costs that are associated with this shipment.

FedEx Web Services, Rate Services 51 Free-form text. Free-form text. Free-form text. The reason for the shipment. Note: SOLD is not a valid purpose for a Proforma Invoice. Name of the International Expert that completed the Commercial Invoice different from Sender. Required for dutiable international Express or Ground shipment. This field is not applicable to an international PIB(document) or a non-document which does not require a Commercial Invoice

FedEx Web Services, Rate Services 52 complexType CommercialInvoiceDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:Format ns:CustomerImageUsages

used by element ShippingDocumentSpecification/CommercialInvoiceDetail annotation documentation

The instructions indicating how to print the Commercial Invoice( e.g. image type) Specifies characteristics of a shipping document to be produced. source The instructions indicating how to print the Commercial Invoice( e.g. image type) Specifies characteristics of a shipping document to be produced. Specifies the usage and identification of a customer supplied image to be used on this document.

FedEx Web Services, Rate Services 53 complexType CommitDetail diagram

FedEx Web Services, Rate Services 54

FedEx Web Services, Rate Services 55

namespace http://fedex.com/ws/rate/v14 children ns:CommodityName ns:ServiceType ns:AppliedOptions ns:AppliedSubOptions ns:CommitTimestamp ns:DayOfWeek ns:TransitTime ns:MaximumTransitTime ns:DestinationServiceArea ns:BrokerAddress ns:BrokerLocationId ns:BrokerCommitTimestamp ns:BrokerCommitDayOfWeek ns:BrokerToDestinationDays ns:ProofOfDeliveryDate ns:ProofOfDeliveryDayOfWeek ns:CommitMessages ns:DeliveryMessages ns:DelayDetails ns:DocumentContent ns:RequiredDocuments ns:FreightCommitDetail

used by element RateReplyDetail/CommitDetails annotation documentation

Information about the transit time and delivery commitment date and time. source Information about the transit time and delivery commitment date and time. The Commodity applicable to this commitment.

FedEx Web Services, Rate Services 56 The FedEx service type applicable to this commitment. Shows the specific combination of service options combined with the service type that produced this committment in the set returned to the caller. Supporting detail for applied options identified in preceding field. THe delivery commitment date/time. Express Only. The delivery commitment day of the week. The number of transit days; applies to Ground and LTL Freight; indicates minimum transit time for SmartPost. Maximum number of transit days, for SmartPost shipments. The service area code for the destination of this shipment. Express only.

FedEx Web Services, Rate Services 57 The address of the broker to be used for this shipment. The FedEx location identifier for the broker. The delivery commitment date/time the shipment will arrive at the border. The delivery commitment day of the week the shipment will arrive at the border. The number of days it will take for the shipment to make it from broker to destination The delivery commitment date for shipment served by GSP (Global Service Provider) The delivery commitment day of the week for the shipment served by GSP (Global Service Provider)

FedEx Web Services, Rate Services 58 Messages concerning the ability to provide an accurate delivery commitment on an International commit quote. These could be messages providing information about why a commitment could not be returned or a successful message such as "REQUEST COMPLETED" Messages concerning the delivery commitment on an International commit quote such as "0:00 A.M. IF NO CUSTOMS DELAY" Information about why a shipment delivery is delayed and at what level (country/service etc.). Required documentation for this shipment. Freight origin and destination city center information and total distance between origin and destination city centers.

FedEx Web Services, Rate Services 59 complexType Commodity diagram

FedEx Web Services, Rate Services 60

namespace http://fedex.com/ws/rate/v14 children ns:Name ns:NumberOfPieces ns:Description ns:CountryOfManufacture ns:HarmonizedCode ns:Weight ns:Quantity ns:QuantityUnits ns:AdditionalMeasures ns:UnitPrice ns:CustomsValue ns:ExciseConditions ns:ExportLicenseNumber ns:ExportLicenseExpirationDate ns:CIMarksAndNumbers ns:PartNumber ns:NaftaDetail

used by element CustomsClearanceDetail/Commodities source This field is used for enterprise transactions.

FedEx Web Services, Rate Services 61 Contains only additional quantitative information other than weight and quantity to calculate duties and taxes. Defines additional characteristic of commodity used to calculate duties and taxes All data required for this commodity in NAFTA Certificate of Origin.

complexType ConfigurableLabelReferenceEntry diagram

FedEx Web Services, Rate Services 62 namespace http://fedex.com/ws/rate/v14 children ns:ZoneNumber ns:Header ns:DataField ns:LiteralValue

used by element CustomerSpecifiedLabelDetail/ConfigurableReferenceEntries source complexType Contact diagram

FedEx Web Services, Rate Services 63

namespace http://fedex.com/ws/rate/v14 children ns:ContactId ns:PersonName ns:Title ns:CompanyName ns:PhoneNumber ns:PhoneExtension ns:TollFreePhoneNumber ns:PagerNumber ns:FaxNumber ns:EMailAddress used by elements ContactAndAddress/Contact Party/Contact DangerousGoodsDetail/InfectiousSubstanceResponsibleContact

NaftaCertificateOfOriginDetail/SignatureContact annotation documentation

The descriptive data for a point-of-contact person. source The descriptive data for a point-of-contact person.

FedEx Web Services, Rate Services 64 Client provided identifier corresponding to this contact information. Identifies the contact person's name. Identifies the contact person's title. Identifies the company this contact is associated with. Identifies the phone number associated with this contact. Identifies the phone extension associated with this contact. Identifies a toll free number, if any, associated with this contact. Identifies the pager number associated with this contact.

FedEx Web Services, Rate Services 65 Identifies the fax number associated with this contact. Identifies the email address associated with this contact.

complexType ContactAndAddress diagram

namespace http://fedex.com/ws/rate/v14 children ns:Contact ns:Address used by elements FreightServiceCenterDetail/ContactAndAddress FreightShipmentDetail/FedExFreightBillingContactAndAddress CodDetail/FinancialInstitutionContactAndAddress HoldAtLocationDetail/LocationContactAndAddress RequestedShipment/Origin

LabelSpecification/PrintedLabelOrigin source

FedEx Web Services, Rate Services 66 complexType ContentRecord diagram

namespace http://fedex.com/ws/rate/v14 children ns:PartNumber ns:ItemNumber ns:ReceivedQuantity ns:Description

used by element RequestedPackageLineItem/ContentRecords source

FedEx Web Services, Rate Services 67 complexType CurrencyExchangeRate diagram

namespace http://fedex.com/ws/rate/v14 children ns:FromCurrency ns:IntoCurrency ns:Rate

used by elements ShipmentLegRateDetail/CurrencyExchangeRate ShipmentRateDetail/CurrencyExchangeRate source The currency code for the original (converted FROM) currency. The currency code for the final (converted INTO) currency. Multiplier used to convert fromCurrency units to intoCurrency units.

FedEx Web Services, Rate Services 68 complexType CustomDeliveryWindowDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:Type ns:RequestTime ns:RequestRange ns:RequestDate

used by element ShipmentSpecialServicesRequested/CustomDeliveryWindowDetail source Indicates the type of custom delivery being requested. Time by which delivery is requested. Range of dates for custom delivery request; only used if type is BETWEEN.

FedEx Web Services, Rate Services 69 Date for custom delivery request; only used for types of ON, BETWEEN, or AFTER.

complexType CustomDocumentDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:Format ns:LabelPrintingOrientation ns:LabelRotation ns:SpecificationId

used by elements ShippingDocumentSpecification/CustomPackageDocumentDetail ShippingDocumentSpecification/CustomShipmentDocumentDetail annotation documentation

Data required to produce a custom-specified document, either at shipment or package level. source Data required to produce a custom-specified document, either at shipment or package level.

FedEx Web Services, Rate Services 70 Common information controlling document production. Applicable only to documents produced on thermal printers with roll stock. Applicable only to documents produced on thermal printers with roll stock. Identifies the formatting specification used to construct this custom document.

complexType CustomerImageUsage diagram

namespace http://fedex.com/ws/rate/v14 children ns:Type ns:Id used by elements CertificateOfOriginDetail/CustomerImageUsages CommercialInvoiceDetail/CustomerImageUsages DangerousGoodsShippersDeclarationDetail/CustomerImageUsages ExportDeclarationDetail/CustomerImageUsages

NaftaCertificateOfOriginDetail/CustomerImageUsages Op900Detail/CustomerImageUsages source

FedEx Web Services, Rate Services 71

complexType CustomerReference diagram

namespace http://fedex.com/ws/rate/v14 children ns:CustomerReferenceType ns:Value

used by element RequestedPackageLineItem/CustomerReferences source

FedEx Web Services, Rate Services 72 complexType CustomerSpecifiedLabelDetail diagram

FedEx Web Services, Rate Services 73 namespace http://fedex.com/ws/rate/v14 children ns:DocTabContent ns:CustomContentPosition ns:CustomContent ns:ConfigurableReferenceEntries ns:MaskedData ns:SecondaryBarcode ns:TermsAndConditionsLocalization ns:AdditionalLabels ns:AirWaybillSuppressionCount

used by element LabelSpecification/CustomerSpecifiedDetail annotation documentation

Allows customer-specified control of label content. source Allows customer-specified control of label content. If omitted, no doc tab will be produced (i.e. default is former NONE type). Controls the position of the customer specified content relative to the FedEx portion. Controls which data/sections will be suppressed. For customers producing their own Ground labels, this field specifies which secondary barcode will be printed on the label; so that the primary barcode produced by FedEx has the correct SCNC. Controls the number of additional copies of supplemental labels.

FedEx Web Services, Rate Services 74 This value reduces the default quantity of destination/consignee air waybill labels. A value of zero indicates no change to default. A minimum of one copy will always be produced.

complexType CustomLabelBarcodeEntry diagram

namespace http://fedex.com/ws/rate/v14 children ns:Position ns:Format ns:DataFields ns:BarHeight ns:ThinBarWidth ns:BarcodeSymbology

used by element CustomLabelDetail/BarcodeEntries annotation documentation

Constructed string, based on format and zero or more data fields, printed in specified barcode symbology. source Constructed string, based on format and zero or more data fields, printed in specified barcode

FedEx Web Services, Rate Services 75 symbology. Width of thinnest bar/space element in the barcode.

complexType CustomLabelBoxEntry diagram

namespace http://fedex.com/ws/rate/v14 children ns:TopLeftCorner ns:BottomRightCorner

used by element CustomLabelDetail/BoxEntries annotation documentation

Solid (filled) rectangular area on label. source Solid (filled) rectangular area on label.

FedEx Web Services, Rate Services 76 complexType CustomLabelDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:CoordinateUnits ns:TextEntries ns:GraphicEntries ns:BoxEntries ns:BarcodeEntries

used by elements CustomerSpecifiedLabelDetail/CustomContent FreightAddressLabelDetail/CustomContent source

FedEx Web Services, Rate Services 77 complexType CustomLabelGraphicEntry diagram

namespace http://fedex.com/ws/rate/v14 children ns:Position ns:PrinterGraphicId ns:FileGraphicFullName

used by element CustomLabelDetail/GraphicEntries annotation documentation

Image to be included from printer's memory, or from a local file for offline clients. source Image to be included from printer's memory, or from a local file for offline clients. Printer-specific index of graphic image to be printed. Fully-qualified path and file name for graphic image to be printed.

FedEx Web Services, Rate Services 78 complexType CustomLabelPosition diagram

namespace http://fedex.com/ws/rate/v14 children ns:X ns:Y used by elements CustomLabelBoxEntry/BottomRightCorner CustomLabelBarcodeEntry/Position CustomLabelGraphicEntry/Position

CustomLabelTextEntry/Position CustomLabelBoxEntry/TopLeftCorner source Horizontal position, relative to left edge of custom area. Vertical position, relative to top edge of custom area.

FedEx Web Services, Rate Services 79 complexType CustomLabelTextEntry diagram

namespace http://fedex.com/ws/rate/v14 children ns:Position ns:Format ns:DataFields ns:ThermalFontId ns:FontName ns:FontSize ns:Rotation

used by element CustomLabelDetail/TextEntries annotation documentation

Constructed string, based on format and zero or more data fields, printed in specified printer font (for thermal labels) or generic font/size (for plain paper labels). source Constructed string, based on format and zero or more data fields, printed in specified printer font (for thermal labels) or generic font/size (for plain paper labels).

FedEx Web Services, Rate Services 80 Printer-specific font name for use with thermal printer labels. Generic font name for use with plain paper labels. Generic font size for use with plain paper labels. complexType CustomsClearanceDetail diagram

FedEx Web Services, Rate Services 81

namespace http://fedex.com/ws/rate/v14 children ns:Brokers ns:ClearanceBrokerage ns:CustomsOptions ns:ImporterOfRecord ns:RecipientCustomsId ns:DutiesPayment ns:DocumentContent ns:CustomsValue ns:FreightOnValue ns:InsuranceCharges ns:PartiesToTransactionAreRelated ns:CommercialInvoice ns:Commodities ns:ExportDetail ns:RegulatoryControls

used by element RequestedShipment/CustomsClearanceDetail source Interacts both with properties of the shipment and contractual relationship with the shipper.

FedEx Web Services, Rate Services 82 Specifies how the recipient is identified for customs purposes; the requirements on this information vary with destination country. Identifies responsibilities with respect to loss, damage, etc. Documents amount paid to third party for coverage of shipment content.

FedEx Web Services, Rate Services 83 complexType CustomsOptionDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:Type ns:Description

used by element CustomsClearanceDetail/CustomsOptions source Specifies additional description about customs options. This is a required field when the customs options type is "OTHER".

FedEx Web Services, Rate Services 84 complexType DangerousGoodsContainer diagram

namespace http://fedex.com/ws/rate/v14 children ns:PackingType ns:ContainerType ns:RadioactiveContainerClass ns:NumberOfContainers ns:HazardousCommodities

used by element DangerousGoodsDetail/Containers annotation documentation Describes an approved container used to package dangerous goods commodities. This does not describe any individual inner receptacles that may be within this

container. source Describes an approved container used to package dangerous goods commodities. This does not describe any individual inner receptacles that may be within this container.

FedEx Web Services, Rate Services 85 Indicates whether there are additional inner receptacles within this container. Indicates the type of this dangerous goods container, as specified by the IATA packing instructions. For example, steel cylinder, fiberboard box, plastic jerrican and steel drum. Indicates the packaging type of the container used to package the radioactive materials. Indicates the number of occurrences of this container with identical dangerous goods configuration. Documents the kinds and quantities of all hazardous commodities in the current container.

FedEx Web Services, Rate Services 86 complexType DangerousGoodsDetail diagram

FedEx Web Services, Rate Services 87

namespace http://fedex.com/ws/rate/v14 children ns:Regulation ns:Accessibility ns:CargoAircraftOnly ns:Options ns:PackingOption ns:ReferenceId ns:Containers ns:Packaging ns:Signatory ns:EmergencyContactNumber ns:Offeror ns:InfectiousSubstanceResponsibleContact ns:AdditionalHandling ns:RadioactivityDetail

used by elements PackageSpecialServicesRequested/DangerousGoodsDetail ShipmentConfigurationData/DangerousGoodsPackageConfigurations source Shipment is packaged/documented for movement ONLY on aircraft.

FedEx Web Services, Rate Services 88 Indicates which kinds of hazardous content are in the current package. Indicates whether there is additional customer provided packaging enclosing the approved dangerous goods containers. Identifies the configuration of this dangerous goods package. The common configuration is represented at the shipment level. Indicates one or more containers used to pack dangerous goods commodities. Description of the packaging of this commodity, suitable for use on OP-900 and OP-950 forms. Name, title and place of the signatory for this shipment. Telephone number to use for contact in the event of an emergency. Offeror's name or contract number, per DOT regulation.

FedEx Web Services, Rate Services 89 Specifies the contact of the party responsible for handling the infectious substances, if any, in the dangerous goods shipment. Specifies additional handling information for the current package. Specifies the radioactivity detail for the current package, if the package contains radioactive materials.

complexType DangerousGoodsShippersDeclarationDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:Format ns:CustomerImageUsages

used by element ShippingDocumentSpecification/DangerousGoodsShippersDeclarationDetail annotation documentation

The instructions indicating how to print the 1421c form for dangerous goods shipment.

FedEx Web Services, Rate Services 90 source The instructions indicating how to print the 1421c form for dangerous goods shipment. Specifies characteristics of a shipping document to be produced. Specifies the usage and identification of customer supplied images to be used on this document.

complexType DangerousGoodsSignatory diagram

namespace http://fedex.com/ws/rate/v14 children ns:ContactName ns:Title ns:Place

used by element DangerousGoodsDetail/Signatory annotation documentation

Specifies that name, title and place of the signatory responsible for the dangerous goods shipment. source Specifies that name, title and place of the signatory responsible for the dangerous goods

FedEx Web Services, Rate Services 91 shipment. Indicates the place where the form is signed.

complexType DateRange diagram

namespace http://fedex.com/ws/rate/v14 children ns:Begins ns:Ends

used by elements NaftaCertificateOfOriginDetail/BlanketPeriod NaftaCommodityDetail/NetCostDateRange CustomDeliveryWindowDetail/RequestRange source

FedEx Web Services, Rate Services 92 complexType DelayDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:Date ns:DayOfWeek ns:Level ns:Point ns:Type ns:Description

used by element CommitDetail/DelayDetails annotation documentation

Information about why a shipment delivery is delayed and at what level( country/service etc.). source Information about why a shipment delivery is delayed and at what level( country/service etc.).

FedEx Web Services, Rate Services 93 The date of the delay The attribute of the shipment that caused the delay(e.g. Country, City, LocationId, Zip, service area, special handling ) The point where the delay is occurring (e.g. Origin, Destination, Broker location) The reason for the delay (e.g. holiday, weekend, etc.). The name of the holiday in that country that is causing the delay.

complexType DeliveryOnInvoiceAcceptanceDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:Recipient ns:TrackingId

FedEx Web Services, Rate Services 94 used by element ShipmentSpecialServicesRequested/DeliveryOnInvoiceAcceptanceDetail source Specifies the tracking id for the return, if preassigned.

complexType DestinationControlDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:StatementTypes ns:DestinationCountries ns:EndUser

used by element ExportDetail/DestinationControlDetail annotation documentation

Data required to complete the Destionation Control Statement for US exports. source Data required to complete the Destionation Control Statement for US exports.

FedEx Web Services, Rate Services 95 Comma-separated list of up to four country codes, required for DEPARTMENT_OF_STATE statement. Name of end user, required for DEPARTMENT_OF_STATE statement.

complexType Dimensions diagram

namespace http://fedex.com/ws/rate/v14 children ns:Length ns:Width ns:Height ns:Units used by elements FreightShipmentLineItem/Dimensions RadioactivityDetail/Dimensions RequestedPackageLineItem/Dimensions

FreightShipmentDetail/ShipmentDimensions source

FedEx Web Services, Rate Services 96

complexType Distance diagram

namespace http://fedex.com/ws/rate/v14 children ns:Value ns:Units

used by elements FreightServiceCenterDetail/LocalDistance FreightCommitDetail/TotalDistance annotation documentation

Driving or other transportation distances, distinct from dimension measurements. source Driving or other transportation distances, distinct from dimension measurements. Identifies the distance quantity. Identifies the unit of measure for the distance value.

FedEx Web Services, Rate Services 97 complexType DocTabContent diagram

namespace http://fedex.com/ws/rate/v14 children ns:DocTabContentType ns:Zone001 ns:Barcoded

used by elements CustomerSpecifiedLabelDetail/DocTabContent FreightAddressLabelDetail/DocTabContent source

complexType DocTabContentBarcoded diagram

namespace http://fedex.com/ws/rate/v14 children ns:Symbology ns:Specification

used by element DocTabContent/Barcoded source

FedEx Web Services, Rate Services 98

complexType DocTabContentZone001 diagram

namespace http://fedex.com/ws/rate/v14 children ns:DocTabZoneSpecifications

used by element DocTabContent/Zone001 source

complexType DocTabZoneSpecification diagram

namespace http://fedex.com/ws/rate/v14 children ns:ZoneNumber ns:Header ns:DataField ns:LiteralValue ns:Justification

used by elements DocTabContentZone001/DocTabZoneSpecifications DocTabContentBarcoded/Specification

FedEx Web Services, Rate Services 99 source

complexType EdtCommodityTax diagram

namespace http://fedex.com/ws/rate/v14 children ns:HarmonizedCode ns:Taxes

used by elements ShipmentLegRateDetail/DutiesAndTaxes ShipmentRateDetail/DutiesAndTaxes source

FedEx Web Services, Rate Services 100 complexType EdtExciseCondition diagram

namespace http://fedex.com/ws/rate/v14 children ns:Category ns:Value

used by element Commodity/ExciseConditions source Customer-declared value, with data type and legal values depending on excise condition, used in defining the taxable value of the item.

FedEx Web Services, Rate Services 101 complexType EdtTaxDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:TaxType ns:EffectiveDate ns:Name ns:TaxableValue ns:Description ns:Formula ns:Amount

used by element EdtCommodityTax/Taxes source

FedEx Web Services, Rate Services 102 complexType EMailLabelDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:NotificationEMailAddress ns:NotificationMessage

used by element PendingShipmentDetail/EmailLabelDetail source

complexType EMailNotificationDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:PersonalMessage ns:Recipients

used by element ShipmentSpecialServicesRequested/EMailNotificationDetail annotation documentation

Information describing email notifications that will be sent in relation to events that occur during package movement source Information describing email notifications that will be sent in relation to events that occur during package

FedEx Web Services, Rate Services 103 movement A message that will be included in the email notifications Information describing the destination of the email, format of the email and events to be notified on

complexType EMailNotificationRecipient diagram

FedEx Web Services, Rate Services 104 namespace http://fedex.com/ws/rate/v14 children ns:EMailNotificationRecipientType ns:EMailAddress ns:NotificationEventsRequested ns:Format ns:Localization

used by element EMailNotificationDetail/Recipients source Identifies the relationship this email recipient has to the shipment. The email address to send the notification to The types of email notifications being requested for this recipient. The format of the email notification. The language/locale to be used in this email notification.

FedEx Web Services, Rate Services 105 complexType EtdDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:RequestedDocumentCopies ns:Documents ns:DocumentReferences

used by element ShipmentSpecialServicesRequested/EtdDetail annotation documentation

Electronic Trade document references used with the ETD special service. source Electronic Trade document references used with the ETD special service. Indicates the types of shipping documents produced for the shipper by FedEx (see ShippingDocumentSpecification) which should be copied back to the shipper in the shipment result data.

FedEx Web Services, Rate Services 106 complexType ExportDeclarationDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:DocumentFormat ns:CustomerImageUsages

used by element ShippingDocumentSpecification/ExportDeclarationDetail annotation documentation

The instructions indicating how to print the Export Declaration. source The instructions indicating how to print the Export Declaration. Specifies characteristics of a shipping document to be produced. Specifies the usage and identification of customer supplied images to be used on this document.

FedEx Web Services, Rate Services 107 complexType ExportDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:B13AFilingOption ns:ExportComplianceStatement ns:PermitNumber ns:DestinationControlDetail

used by element CustomsClearanceDetail/ExportDetail source General field for exporting-country-specific export data (e.g. B13A for CA, FTSR Exemption or AES Citation for US).

FedEx Web Services, Rate Services 108 complexType ExpressFreightDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:PackingListEnclosed ns:ShippersLoadAndCount ns:BookingConfirmationNumber ns:ReferenceLabelRequested ns:BeforeDeliveryContact ns:UndeliverableContact

used by element RequestedShipment/ExpressFreightDetail source

FedEx Web Services, Rate Services 109 complexType ExpressFreightDetailContact diagram

namespace http://fedex.com/ws/rate/v14 children ns:Name ns:Phone

used by elements ExpressFreightDetail/BeforeDeliveryContact ExpressFreightDetail/UndeliverableContact source complexType FlatbedTrailerDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:Options

used by element ShipmentSpecialServicesRequested/FlatbedTrailerDetail annotation documentation

Specifies the optional features/characteristics requested for a Freight shipment utilizing a flatbed trailer. source Specifies the optional features/characteristics requested for a Freight shipment utilizing a flatbed trailer.

FedEx Web Services, Rate Services 110 complexType FreightAddressLabelDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:Format ns:Copies ns:StartingPosition ns:DocTabContent ns:CustomContentPosition ns:CustomContent

used by element ShippingDocumentSpecification/FreightAddressLabelDetail annotation documentation Data required to produce the Freight handling-unit-level address labels. Note that the number of UNIQUE labels (the N as in 1 of N, 2 of N, etc.) is determined by

total handling units. source Data required to produce the Freight handling-unit-level address labels. Note that the number of UNIQUE labels (the N as in 1 of N, 2 of N, etc.) is determined by total handling units. Indicates the number of copies to be produced for each unique label.

FedEx Web Services, Rate Services 111 Specifies the quadrant of the page on which the label printing will start. If omitted, no doc tab will be produced (i.e. default = former NONE type).

FedEx Web Services, Rate Services 112 complexType FreightBaseCharge diagram

namespace http://fedex.com/ws/rate/v14 children ns:FreightClass ns:RatedAsClass ns:NmfcCode ns:Description ns:Weight ns:ChargeRate ns:ChargeBasis ns:ExtendedAmount

used by element FreightRateDetail/BaseCharges annotation documentation

Individual charge which contributes to the total base charge for the shipment. source

FedEx Web Services, Rate Services 113 Individual charge which contributes to the total base charge for the shipment. Freight class for this line item. Effective freight class used for rating this line item. NMFC Code for commodity. Customer-provided description for this commodity or class line. Weight for this commodity or class line. Rate or factor applied to this line item. Identifies the manner in which the chargeRate for this line item was applied. The net or extended charge for this line item.

FedEx Web Services, Rate Services 114

complexType FreightCommitDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:OriginDetail ns:DestinationDetail ns:TotalDistance

used by element CommitDetail/FreightCommitDetail annotation documentation

Information about the Freight Service Centers associated with this shipment. source Information about the Freight Service Centers associated with this shipment. Information about the origin Freight Service Center. Information about the destination Freight Service Center.

FedEx Web Services, Rate Services 115 The distance between the origin and destination FreightService Centers

complexType FreightGuaranteeDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:Type ns:Date

used by element ShipmentSpecialServicesRequested/FreightGuaranteeDetail source Date for all Freight guarantee types.

FedEx Web Services, Rate Services 116 complexType FreightRateDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:QuoteNumber ns:QuoteType ns:BaseChargeCalculation ns:BaseCharges ns:Notations

used by elements ShipmentLegRateDetail/FreightRateDetail ShipmentRateDetail/FreightRateDetail annotation documentation

Rate data specific to FedEx Freight or FedEx National Freight services. source Rate data specific to FedEx Freight or FedEx National Freight services. A unique identifier for a specific rate quotation.

FedEx Web Services, Rate Services 117 Specifies whether the rate quote was automated or manual. Specifies how total base charge is determined. Freight charges which accumulate to the total base charge for the shipment. Human-readable descriptions of additional information on this shipment rating.

complexType FreightRateNotation diagram

namespace http://fedex.com/ws/rate/v14 children ns:Code ns:Description

used by element FreightRateDetail/Notations annotation documentation

Additional non-monetary data returned with Freight rates. source Additional non-monetary data returned with Freight rates.

FedEx Web Services, Rate Services 118 Unique identifier for notation. Human-readable explanation of notation. complexType FreightServiceCenterDetail diagram

FedEx Web Services, Rate Services 119

namespace http://fedex.com/ws/rate/v14 children ns:InterlineCarrierCode ns:InterlineCarrierName ns:AdditionalDays ns:LocalService ns:LocalDistance ns:LocalDuration ns:LocalServiceScheduling ns:LimitedServiceDays ns:GatewayLocationId ns:Location ns:ContactAndAddress

used by elements FreightCommitDetail/DestinationDetail FreightCommitDetail/OriginDetail

FedEx Web Services, Rate Services 120 annotation documentation This class describes the relationship between a customer-specified address and the FedEx Freight / FedEx National Freight Service Center that supports that

address. source This class describes the relationship between a customer-specified address and the FedEx Freight / FedEx National Freight Service Center that supports that address. Freight Industry standard non-FedEx carrier identification The name of the Interline carrier. Additional time it might take at the origin or destination to pickup or deliver the freight. This is usually due to the remoteness of the location. This time is included in the total transit time. Service branding which may be used for local pickup or delivery, distinct from service used for line-haul of customer's shipment. Distance between customer address (pickup or delivery) and the supporting Freight / National Freight service center. Time to travel between customer address (pickup or delivery) and the supporting Freight / National Freight service center.

FedEx Web Services, Rate Services 121 Specifies when/how the customer can arrange for pickup or delivery. Specifies days of operation if localServiceScheduling is LIMITED. Freight service center that is a gateway on the border of Canada or Mexico. Alphabetical code identifying a Freight Service Center Freight service center Contact and Address complexType FreightShipmentDetail diagram

FedEx Web Services, Rate Services 122

FedEx Web Services, Rate Services 123

namespace http://fedex.com/ws/rate/v14 children ns:FedExFreightAccountNumber ns:FedExFreightBillingContactAndAddress ns:AlternateBilling ns:Role ns:CollectTermsType ns:DeclaredValuePerUnit ns:DeclaredValueUnits ns:LiabilityCoverageDetail ns:Coupons ns:TotalHandlingUnits ns:ClientDiscountPercent ns:PalletWeight ns:ShipmentDimensions ns:Comment ns:SpecialServicePayments ns:HazardousMaterialsOfferor ns:LineItems

used by element RequestedShipment/FreightShipmentDetail annotation documentation

Data applicable to shipments using FEDEX_FREIGHT_ECONOMY and FEDEX_FREIGHT_PRIORITY services. source Data applicable to shipments using FEDEX_FREIGHT_ECONOMY and FEDEX_FREIGHT_PRIORITY services. Account number used with FEDEX_FREIGHT service.

FedEx Web Services, Rate Services 124 Used for validating FedEx Freight account number and (optionally) identifying third party payment on the bill of lading. Used in connection with "Send Bill To" (SBT) identification of customer's account used for billing. Indicates the role of the party submitting the transaction. Designates the terms of the "collect" payment for a Freight Shipment. Identifies the declared value for the shipment Identifies the declared value units corresponding to the above defined declared value Identifiers for promotional discounts offered to customers.

FedEx Web Services, Rate Services 125 Total number of individual handling units in the entire shipment (for unit pricing). Estimated discount rate provided by client for unsecured rate quote. Total weight of pallets used in shipment. Overall shipment dimensions. Description for the shipment. Specifies which party will pay surcharges for any special services which support split billing. Details of the commodities in the shipment.

FedEx Web Services, Rate Services 126 complexType FreightShipmentLineItem diagram

namespace http://fedex.com/ws/rate/v14 children ns:FreightClass ns:Packaging ns:Description ns:Weight ns:Dimensions ns:Volume

used by element FreightShipmentDetail/LineItems annotation documentation

Description of an individual commodity or class of content in a shipment. source Description of an individual commodity or class of content in a shipment. Freight class for this line item.

FedEx Web Services, Rate Services 127 Specification of handling-unit packaging for this commodity or class line. Customer-provided description for this commodity or class line. Weight for this commodity or class line. Volume (cubic measure) for this commodity or class line.

complexType FreightSpecialServicePayment diagram

namespace http://fedex.com/ws/rate/v14 children ns:SpecialService ns:PaymentType

used by element FreightShipmentDetail/SpecialServicePayments annotation documentation

Specifies which party will be responsible for payment of any surcharges for Freight special services for which split billing is allowed.

FedEx Web Services, Rate Services 128 source Specifies which party will be responsible for payment of any surcharges for Freight special services for which split billing is allowed. Identifies the special service. Indicates who will pay for the special service. complexType GeneralAgencyAgreementDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:Format

used by element ShippingDocumentSpecification/GeneralAgencyAgreementDetail annotation documentation

Data required to produce a General Agency Agreement document. Remaining content (business data) to be defined once requirements have been completed. source Data required to produce a General Agency Agreement document. Remaining content (business data) to be defined once requirements have been completed.

FedEx Web Services, Rate Services 129 complexType HazardousCommodityContent diagram

namespace http://fedex.com/ws/rate/v14 children ns:Description ns:Quantity ns:InnerReceptacles ns:Options ns:RadionuclideDetail

used by element DangerousGoodsContainer/HazardousCommodities annotation documentation

Documents the kind and quantity of an individual hazardous commodity in a package. source Documents the kind and quantity of an individual hazardous commodity in a package. Identifies and describes an individual hazardous commodity.

FedEx Web Services, Rate Services 130 Specifies the amount of the commodity in alternate units. This describes the inner receptacle details for a hazardous commodity within the dangerous goods container. Customer-provided specifications for handling individual commodities. Specifies the details of any radio active materials within the commodity. complexType HazardousCommodityDescription diagram

FedEx Web Services, Rate Services 131

FedEx Web Services, Rate Services 132 namespace http://fedex.com/ws/rate/v14 children ns:Id ns:SequenceNumber ns:PackingGroup ns:PackingDetails ns:ReportableQuantity ns:ProperShippingName ns:TechnicalName ns:Percentage ns:HazardClass ns:SubsidiaryClasses ns:LabelText ns:ProcessingOptions ns:Authorization

used by element HazardousCommodityContent/Description annotation documentation

Identifies and describes an individual hazardous commodity. source Identifies and describes an individual hazardous commodity. Regulatory identifier for a commodity (e.g. "UN ID" value). In conjunction with the regulatory identifier, this field uniquely identifies a specific hazardous materials commodity. Indicates any special processing options to be applied to the description of the dangerous goods commodity. Information related to quantity limitations and operator or state variations as may be applicable to the

FedEx Web Services, Rate Services 133 dangerous goods commodity.

complexType HazardousCommodityInnerReceptacleDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:Quantity

used by element HazardousCommodityContent/InnerReceptacles annotation documentation

This describes information about the inner receptacles for the hazardous commodity in a particular dangerous goods container. source This describes information about the inner receptacles for the hazardous commodity in a particular dangerous goods container. This specifies the quantity contained in the inner receptacle.

FedEx Web Services, Rate Services 134 complexType HazardousCommodityOptionDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:LabelTextOption ns:CustomerSuppliedLabelText

used by element HazardousCommodityContent/Options annotation documentation

Customer-provided specifications for handling individual commodities. source Customer-provided specifications for handling individual commodities. Specifies how the customer wishes the label text to be handled for this commodity in this package. Text used in labeling the commodity under control of the labelTextOption field.

FedEx Web Services, Rate Services 135 complexType HazardousCommodityPackagingDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:Count ns:Units

used by element DangerousGoodsDetail/Packaging annotation documentation

Identifies number and type of packaging units for hazardous commodities. source Identifies number and type of packaging units for hazardous commodities. Number of units of the type below. Units in which the hazardous commodity is packaged.

FedEx Web Services, Rate Services 136 complexType HazardousCommodityPackingDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:CargoAircraftOnly ns:PackingInstructions

used by element HazardousCommodityDescription/PackingDetails annotation documentation

Specifies documentation and limits for validation of an individual packing group/category. source Specifies documentation and limits for validation of an individual packing group/category. Coded specification for how commodity is to be packed.

FedEx Web Services, Rate Services 137 complexType HazardousCommodityQuantityDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:Amount ns:Units ns:QuantityType

used by elements HazardousCommodityContent/Quantity HazardousCommodityInnerReceptacleDetail/Quantity annotation documentation

Identifies amount and units for quantity of hazardous commodities. source Identifies amount and units for quantity of hazardous commodities. Number of units of the type below. Units by which the hazardous commodity is measured. For IATA commodity, the units values are restricted based on regulation type. Specifies which measure of quantity is to be validated.

FedEx Web Services, Rate Services 138

complexType HoldAtLocationDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:PhoneNumber ns:LocationContactAndAddress ns:LocationType ns:LocationId ns:LocationNumber

used by element ShipmentSpecialServicesRequested/HoldAtLocationDetail source Contact phone number for recipient of shipment.

FedEx Web Services, Rate Services 139 Contact and address of FedEx facility at which shipment is to be held. Type of facility at which package/shipment is to be held. Location identification (for facilities identified by an alphanumeric location code). Location identification (for facilities identified by an numeric location code).

complexType HomeDeliveryPremiumDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:HomeDeliveryPremiumType ns:Date ns:PhoneNumber

used by element ShipmentSpecialServicesRequested/HomeDeliveryPremiumDetail source

FedEx Web Services, Rate Services 140

complexType InternationalControlledExportDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:Type ns:ForeignTradeZoneCode ns:EntryNumber ns:LicenseOrPermitNumber ns:LicenseOrPermitExpirationDate

used by element ShipmentSpecialServicesRequested/InternationalControlledExportDetail source

FedEx Web Services, Rate Services 141 complexType InternationalTrafficInArmsRegulationsDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:LicenseOrExemptionNumber

used by element ShipmentSpecialServicesRequested/InternationalTrafficInArmsRegulationsDetail source

complexType LabelSpecification diagram

namespace http://fedex.com/ws/rate/v14 children ns:LabelFormatType ns:ImageType ns:LabelStockType ns:LabelPrintingOrientation ns:LabelRotation ns:PrintedLabelOrigin ns:CustomerSpecifiedDetail

used by element RequestedShipment/LabelSpecification

FedEx Web Services, Rate Services 142 source

complexType LiabilityCoverageDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:CoverageType ns:CoverageAmount

used by element FreightShipmentDetail/LiabilityCoverageDetail source Identifies the Liability Coverage Amount. For Jan 2010 this value represents coverage amount per pound

FedEx Web Services, Rate Services 143 complexType LinearMeasure diagram

namespace http://fedex.com/ws/rate/v14 children ns:Value ns:Units

used by element ShippingDocumentFormat/TopOfPageOffset annotation documentation Represents a one-dimensional measurement in small units (e.g. suitable for measuring a package or document), contrasted with Distance, which represents a

large one-dimensional measurement (e.g. distance between cities). source Represents a one-dimensional measurement in small units (e.g. suitable for measuring a package or document), contrasted with Distance, which represents a large one-dimensional measurement (e.g. distance between cities). The numerical quantity of this measurement. The units for this measurement.

FedEx Web Services, Rate Services 144 complexType Localization diagram

namespace http://fedex.com/ws/rate/v14 children ns:LanguageCode ns:LocaleCode used by elements ClientDetail/Localization EMailNotificationRecipient/Localization ShippingDocumentFormat/Localization TransactionDetail/Localization

CustomerSpecifiedLabelDetail/TermsAndConditionsLocalization annotation documentation

Identifies the representation of human-readable text. source Identifies the representation of human-readable text. Two-letter code for language (e.g. EN, FR, etc.) Two-letter code for the region (e.g. us, ca, etc..).

FedEx Web Services, Rate Services 145 complexType Measure diagram

namespace http://fedex.com/ws/rate/v14 children ns:Quantity ns:Units

used by element Commodity/AdditionalMeasures source

complexType Money diagram

namespace http://fedex.com/ws/rate/v14 children ns:Currency ns:Amount used by elements RatedPackageDetail/AdjustedCodCollectionAmount RatedShipmentDetail/AdjustedCodCollectionAmount RateDiscount/Amount EdtTaxDetail/Amount Rebate/Amount Surcharge/Amount Tax/Amount PackageRateDetail/BaseCharge FreightBaseCharge/ChargeRate CodDetail/CodCollectionAmount LiabilityCoverageDetail/CoverageAmount Commodity/CustomsValue CustomsClearanceDetail/CustomsValue FreightShipmentDetail/DeclaredValuePerUnit RatedPackageDetail/EffectiveNetDiscount RatedShipmentDetail/EffectiveNetDiscount FreightBaseCharge/ExtendedAmount VariableHandlingChargeDetail/FixedValue VariableHandlingCharges/FixedVariableHandlingCharge CommercialInvoice/FreightCharge CommercialInvoice/HandlingCosts CustomsClearanceDetail/InsuranceCharges RequestedPackageLineItem/InsuredValue PackageRateDetail/NetCharge PackageRateDetail/NetFedExCharge PackageRateDetail/NetFreight CommercialInvoice/PackingCosts VariableHandlingCharges/PercentVariableHandlingCharge EdtTaxDetail/TaxableValue CommercialInvoice/TaxesOrMiscellaneousCharge ShipmentRateDetail/TotalBaseCharge ShipmentLegRateDetail/TotalBaseCharge VariableHandlingCharges/TotalCustomerCharge ShipmentLegRateDetail/TotalDutiesAndTaxes ShipmentRateDetail/TotalDutiesAndTaxes ShipmentRateDetail/TotalFreightDiscounts ShipmentLegRateDetail/TotalFreightDiscounts PackageRateDetail/TotalFreightDiscounts RequestedShipment/TotalInsuredValue ShipmentLegRateDetail/TotalNetCharge ShipmentRateDetail/TotalNetCharge ShipmentRateDetail/TotalNetChargeWithDutiesAndTaxes ShipmentLegRateDetail/TotalNetChargeWithDutiesAndTaxes ShipmentLegRateDetail/TotalNetFedExCharge

FedEx Web Services, Rate Services 146 ShipmentRateDetail/TotalNetFedExCharge ShipmentLegRateDetail/TotalNetFreight ShipmentRateDetail/TotalNetFreight ShipmentRateDetail/TotalRebates PackageRateDetail/TotalRebates ShipmentLegRateDetail/TotalRebates ShipmentRateDetail/TotalSurcharges PackageRateDetail/TotalSurcharges ShipmentLegRateDetail/TotalSurcharges ShipmentRateDetail/TotalTaxes ShipmentLegRateDetail/TotalTaxes PackageRateDetail/TotalTaxes Commodity/UnitPrice

VariableHandlingCharges/VariableHandlingCharge source

complexType NaftaCertificateOfOriginDetail diagram

namespace http://fedex.com/ws/rate/v14

FedEx Web Services, Rate Services 147 children ns:Format ns:BlanketPeriod ns:ImporterSpecification ns:SignatureContact ns:ProducerSpecification ns:Producers ns:CustomerImageUsages

used by element ShippingDocumentSpecification/NaftaCertificateOfOriginDetail annotation documentation

Data required to produce a Certificate of Origin document. Remaining content (business data) to be defined once requirements have been completed. source Data required to produce a Certificate of Origin document. Remaining content (business data) to be defined once requirements have been completed. Indicates which Party (if any) from the shipment is to be used as the source of importer data on the NAFTA COO form. Contact information for "Authorized Signature" area of form.

FedEx Web Services, Rate Services 148 complexType NaftaCommodityDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:PreferenceCriterion ns:ProducerDetermination ns:ProducerId ns:NetCostMethod ns:NetCostDateRange

used by element Commodity/NaftaDetail source Defined by NAFTA regulations. Defined by NAFTA regulations. Identification of which producer is associated with this commodity (if multiple producers are used in a single shipment).

FedEx Web Services, Rate Services 149 Date range over which RVC net cost was calculated.

complexType NaftaProducer diagram

namespace http://fedex.com/ws/rate/v14 children ns:Id ns:Producer

used by element NaftaCertificateOfOriginDetail/Producers source

FedEx Web Services, Rate Services 150 complexType Notification diagram

FedEx Web Services, Rate Services 151 namespace http://fedex.com/ws/rate/v14 children ns:Severity ns:Source ns:Code ns:Message ns:LocalizedMessage ns:MessageParameters

used by elements CommitDetail/CommitMessages RateReply/Notifications annotation documentation

The descriptive data regarding the result of the submitted transaction. source The descriptive data regarding the result of the submitted transaction. The severity of this notification. This can indicate success or failure or some other information about the request. The values that can be returned are SUCCESS - Your transaction succeeded with no other applicable information. NOTE - Additional information that may be of interest to you about your transaction. WARNING - Additional information that you need to know about your transaction that you may need to take action on. ERROR - Information about an error that occurred while processing your transaction. FAILURE - FedEx was unable to process your transaction at this time due to a system failure. Please try again later Indicates the source of this notification. Combined with the Code it uniquely identifies this notification A code that represents this notification. Combined with the Source it uniquely identifies this notification. Human-readable text that explains this notification. The translated message. The language and locale specified in the ClientDetail. Localization are used to determine the representation. Currently only supported in a TrackReply.

FedEx Web Services, Rate Services 152 A collection of name/value pairs that provide specific data to help the client determine the nature of an error (or warning, etc.) witout having to parse the message string.

complexType NotificationParameter diagram

namespace http://fedex.com/ws/rate/v14 children ns:Id ns:Value

used by element Notification/MessageParameters source Identifies the type of data contained in Value (e.g. SERVICE_TYPE, PACKAGE_SEQUENCE, etc..). The value of the parameter (e.g. PRIORITY_OVERNIGHT, 2, etc..).

FedEx Web Services, Rate Services 153

complexType Op900Detail diagram

namespace http://fedex.com/ws/rate/v14 children ns:Format ns:Reference ns:CustomerImageUsages ns:SignatureName

used by element ShippingDocumentSpecification/Op900Detail annotation documentation

The instructions indicating how to print the OP-900 form for hazardous materials packages. source The instructions indicating how to print the OP-900 form for hazardous materials packages.

FedEx Web Services, Rate Services 154 Specifies characteristics of a shipping document to be produced. Identifies which reference type (from the package's customer references) is to be used as the source for the reference on this OP-900. Specifies the usage and identification of customer supplied images to be used on this document. Data field to be used when a name is to be printed in the document instead of (or in addition to) a signature image. complexType PackageRateDetail diagram

FedEx Web Services, Rate Services 155

FedEx Web Services, Rate Services 156

namespace http://fedex.com/ws/rate/v14 children ns:RateType ns:RatedWeightMethod ns:MinimumChargeType ns:BillingWeight ns:DimWeight ns:OversizeWeight ns:BaseCharge

FedEx Web Services, Rate Services 157 ns:TotalFreightDiscounts ns:NetFreight ns:TotalSurcharges ns:NetFedExCharge ns:TotalTaxes ns:NetCharge ns:TotalRebates ns:FreightDiscounts ns:Rebates ns:Surcharges ns:Taxes ns:VariableHandlingCharges

used by element RatedPackageDetail/PackageRateDetail annotation documentation

Data for a package's rates, as calculated per a specific rate type. source Data for a package's rates, as calculated per a specific rate type. Type used for this specific set of rate data. Indicates which weight was used. INTERNAL FEDEX USE ONLY. The dimensional weight of this package (if greater than actual). The oversize weight of this package (if the package is oversize). The transportation charge only (prior to any discounts applied) for this package.

FedEx Web Services, Rate Services 158 The sum of all discounts on this package. This package's baseCharge - totalFreightDiscounts. The sum of all surcharges on this package. This package's netFreight + totalSurcharges (not including totalTaxes). The sum of all taxes on this package. This package's netFreight + totalSurcharges + totalTaxes. All rate discounts that apply to this package. All rebates that apply to this package.

FedEx Web Services, Rate Services 159 All surcharges that apply to this package (either because of characteristics of the package itself, or because it is carrying per-shipment surcharges for the shipment of which it is a part). All taxes applicable (or distributed to) this package.

complexType PackageSpecialServicesRequested diagram

namespace http://fedex.com/ws/rate/v14 children ns:SpecialServiceTypes ns:CodDetail ns:DangerousGoodsDetail ns:DryIceWeight ns:SignatureOptionDetail ns:PriorityAlertDetail

used by element RequestedPackageLineItem/SpecialServicesRequested

FedEx Web Services, Rate Services 160 annotation documentation These special services are available at the package level for some or all service types. If the shipper is requesting a special service which requires additional data, the package special service type must be present in the specialServiceTypes collection, and the supporting detail must be provided in the appropriate

sub-object below. source These special services are available at the package level for some or all service types. If the shipper is requesting a special service which requires additional data, the package special service type must be present in the specialServiceTypes collection, and the supporting detail must be provided in the appropriate sub-object below. The types of all special services requested for the enclosing shipment or package. For use with FedEx Ground services only; COD must be present in shipment's special services.

FedEx Web Services, Rate Services 161 complexType Party diagram

namespace http://fedex.com/ws/rate/v14 children ns:AccountNumber ns:Tins ns:Contact ns:Address used by elements FreightShipmentDetail/AlternateBilling BrokerDetail/Broker CodDetail/CodRecipient CustomsClearanceDetail/ImporterOfRecord NaftaProducer/Producer DeliveryOnInvoiceAcceptanceDetail/Recipient RequestedShipment/Recipient Payor/ResponsibleParty

RequestedShipment/Shipper source

complexType Payment diagram

namespace http://fedex.com/ws/rate/v14 children ns:PaymentType ns:Payor

used by elements CustomsClearanceDetail/DutiesPayment RequestedShipment/ShippingChargesPayment

FedEx Web Services, Rate Services 162 source

complexType Payor diagram

namespace http://fedex.com/ws/rate/v14 children ns:ResponsibleParty

used by element Payment/Payor source

complexType PendingShipmentDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:Type ns:ExpirationDate ns:EmailLabelDetail

FedEx Web Services, Rate Services 163 used by element ShipmentSpecialServicesRequested/PendingShipmentDetail annotation documentation

This information describes the kind of pending shipment being requested. source This information describes the kind of pending shipment being requested. Date after which the pending shipment will no longer be available for completion. Only used with type of EMAIL.

complexType PickupDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:ReadyDateTime ns:LatestPickupDateTime ns:CourierInstructions ns:RequestType ns:RequestSource

FedEx Web Services, Rate Services 164 used by element RequestedShipment/PickupDetail annotation documentation

This class describes the pickup characteristics of a shipment (e.g. for use in a tag request). source This class describes the pickup characteristics of a shipment (e.g. for use in a tag request).

complexType PriorityAlertDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:EnhancementTypes ns:Content

used by element PackageSpecialServicesRequested/PriorityAlertDetail source

FedEx Web Services, Rate Services 165 complexType RadioactivityDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:TransportIndex ns:SurfaceReading ns:CriticalitySafetyIndex ns:Dimensions

used by element DangerousGoodsDetail/RadioactivityDetail source

complexType RadionuclideActivity diagram

namespace http://fedex.com/ws/rate/v14 children ns:Value ns:UnitOfMeasure

used by element RadionuclideDetail/Activity source

FedEx Web Services, Rate Services 166 complexType RadionuclideDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:Radionuclide ns:Activity ns:ExceptedPackagingIsReportableQuantity ns:PhysicalForm ns:ChemicalForm

used by element HazardousCommodityContent/RadionuclideDetail source Indicates whether packaging type "EXCEPTED" or "EXCEPTED_PACKAGE" is for radioactive material in reportable quantity.

FedEx Web Services, Rate Services 167 complexType RateDiscount diagram

namespace http://fedex.com/ws/rate/v14 children ns:RateDiscountType ns:Description ns:Amount ns:Percent

used by elements PackageRateDetail/FreightDiscounts ShipmentLegRateDetail/FreightDiscounts ShipmentRateDetail/FreightDiscounts source

FedEx Web Services, Rate Services 168 complexType RatedPackageDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:TrackingIds ns:GroupNumber ns:EffectiveNetDiscount ns:AdjustedCodCollectionAmount ns:OversizeClass ns:PackageRateDetail

used by element RatedShipmentDetail/RatedPackages source Echoed from the corresponding package in the rate request (if provided). Used with request containing PACKAGE_GROUPS, to identify which group of identical packages was

FedEx Web Services, Rate Services 169 used to produce a reply item. The difference between "list" and "account" net charge. Ground COD is shipment level. Rate data that are tied to a specific package and rate type combination.

complexType RatedShipmentDetail diagram

FedEx Web Services, Rate Services 170 namespace http://fedex.com/ws/rate/v14 children ns:EffectiveNetDiscount ns:AdjustedCodCollectionAmount ns:ShipmentRateDetail ns:RatedPackages

used by element RateReplyDetail/RatedShipmentDetails annotation documentation

This class groups the shipment and package rating data for a specific rate type for use in a rating reply, which groups result data by rate type. source This class groups the shipment and package rating data for a specific rate type for use in a rating reply, which groups result data by rate type. The difference between "list" and "account" total net charge. Express COD is shipment level. The shipment-level totals for this rate type. The package-level data for this rate type.

FedEx Web Services, Rate Services 171 complexType RateReply diagram

namespace http://fedex.com/ws/rate/v14 children ns:HighestSeverity ns:Notifications ns:TransactionDetail ns:Version ns:RateReplyDetails

used by element RateReply annotation documentation

The response to a RateRequest. The Notifications indicate whether the request was successful or not. source The response to a RateRequest. The Notifications indicate whether the request was successful or not.

FedEx Web Services, Rate Services 172 This indicates the highest level of severity of all the notifications returned in this reply. The descriptive data regarding the results of the submitted transaction. Contains the CustomerTransactionId that was sent in the request. The version of this reply. Each element contains all rate data for a single service. If service was specified in the request, there will be a single entry in this array; if service was omitted in the request, there will be a separate entry in this array for each service being compared. complexType RateReplyDetail diagram

FedEx Web Services, Rate Services 173

FedEx Web Services, Rate Services 174

namespace http://fedex.com/ws/rate/v14 children ns:ServiceType ns:PackagingType ns:AppliedOptions ns:AppliedSubOptions ns:DeliveryStation ns:DeliveryDayOfWeek ns:DeliveryTimestamp ns:CommitDetails ns:DestinationAirportId ns:IneligibleForMoneyBackGuarantee ns:OriginServiceArea ns:DestinationServiceArea ns:TransitTime ns:MaximumTransitTime ns:SignatureOption ns:ActualRateType ns:RatedShipmentDetails

used by element RateReply/RateReplyDetails source

FedEx Web Services, Rate Services 175 Shows the specific combination of service options combined with the service type that produced this committment in the set returned to the caller. Supporting detail for applied options identified in preceding field. Not populated by FAST service in Jan07. Not populated by FAST service in Jan07. Not populated by FAST service in Jan07. Maximum expected transit time Not populated by FAST service in Jan07. Actual signature option applied, to allow for cases in wihch the original value conflicted with other service features in the shipment.

FedEx Web Services, Rate Services 176 Each element contains all rate data for a single rate type.

FedEx Web Services, Rate Services 177 complexType RateRequest diagram

namespace http://fedex.com/ws/rate/v14 children ns:WebAuthenticationDetail ns:ClientDetail ns:TransactionDetail ns:Version ns:ReturnTransitAndCommit ns:CarrierCodes ns:VariableOptions ns:RequestedShipment

used by element RateRequest

FedEx Web Services, Rate Services 178 source Descriptive data to be used in authentication of the sender's identity (and right to use FedEx web services). Allows the caller to specify that the transit time and commit data are to be returned in the reply. Candidate carriers for rate-shopping use case. This field is only considered if requestedShipment/serviceType is omitted. Contains zero or more service options whose combinations are to be considered when replying with available services. The shipment for which a rate quote (or rate-shopping comparison) is desired.

FedEx Web Services, Rate Services 179 complexType Rebate diagram

namespace http://fedex.com/ws/rate/v14 children ns:RebateType ns:Description ns:Amount ns:Percent

used by elements PackageRateDetail/Rebates ShipmentLegRateDetail/Rebates ShipmentRateDetail/Rebates source

complexType RecipientCustomsId diagram

namespace http://fedex.com/ws/rate/v14 children ns:Type ns:Value

FedEx Web Services, Rate Services 180 used by element CustomsClearanceDetail/RecipientCustomsId annotation documentation

Specifies how the recipient is identified for customs purposes; the requirements on this information vary with destination country. source Specifies how the recipient is identified for customs purposes; the requirements on this information vary with destination country. Specifies the kind of identification being used. Contains the actual ID value, of the type specified above. complexType RequestedPackageLineItem diagram

FedEx Web Services, Rate Services 181

FedEx Web Services, Rate Services 182 namespace http://fedex.com/ws/rate/v14 children ns:SequenceNumber ns:GroupNumber ns:GroupPackageCount ns:VariableHandlingChargeDetail ns:InsuredValue ns:Weight ns:Dimensions ns:PhysicalPackaging ns:ItemDescription ns:CustomerReferences ns:SpecialServicesRequested ns:ContentRecords

used by element RequestedShipment/RequestedPackageLineItems annotation documentation

This class rationalizes RequestedPackage and RequestedPackageSummary from previous interfaces. source This class rationalizes RequestedPackage and RequestedPackageSummary from previous interfaces. Used only with INDIVIDUAL_PACKAGE, as a unique identifier of each requested package. Used only with PACKAGE_GROUPS, as a unique identifier of each group of identical packages. Used only with PACKAGE_GROUPS, as a count of packages within a group of identical packages. Only used for INDIVIDUAL_PACKAGES and PACKAGE_GROUPS. Ignored for PACKAGE_SUMMARY, in which case totalInsuredValue and packageCount on the shipment will be used to determine this value. Only used for INDIVIDUAL_PACKAGES and PACKAGE_GROUPS. Ignored for

FedEx Web Services, Rate Services 183 PACKAGE_SUMMARY, in which case total weight and packageCount on the shipment will be used to determine this value. Provides additional detail on how the customer has physically packaged this item. As of June 2009, required for packages moving under international and SmartPost services. Human-readable text describing the package. Only used for INDIVIDUAL_PACKAGES and PACKAGE_GROUPS. complexType RequestedShipment diagram

FedEx Web Services, Rate Services 184

FedEx Web Services, Rate Services 185

FedEx Web Services, Rate Services 186

namespace http://fedex.com/ws/rate/v14 children ns:ShipTimestamp ns:DropoffType ns:ServiceType ns:PackagingType ns:TotalWeight ns:TotalInsuredValue ns:PreferredCurrency ns:Shipper ns:Recipient ns:RecipientLocationNumber ns:Origin ns:ShippingChargesPayment ns:SpecialServicesRequested ns:ExpressFreightDetail ns:FreightShipmentDetail ns:DeliveryInstructions ns:VariableHandlingChargeDetail ns:CustomsClearanceDetail ns:PickupDetail ns:SmartPostDetail ns:BlockInsightVisibility ns:LabelSpecification ns:ShippingDocumentSpecification ns:RateRequestTypes ns:EdtRequestType ns:PackageCount ns:ShipmentOnlyFields ns:ConfigurationData ns:RequestedPackageLineItems

used by element RateRequest/RequestedShipment

FedEx Web Services, Rate Services 187 source This attribute indicates the currency the caller requests to have used in all returned monetary values (when a choice is possible). Physical starting address for the shipment, if different from shipper's address. Data applicable to shipments using FEDEX_FREIGHT_ECONOMY and FEDEX_FREIGHT_PRIORITY services. Used with Ground Home Delivery and Freight. Customs clearance data, used for both international and intra-country shipping.

FedEx Web Services, Rate Services 188 For use in "process tag" transaction. Specifies the characteristics of a shipment pertaining to SmartPost services. If true, only the shipper/payor will have visibility of this shipment. Contains data used to create additional (non-label) shipping documents. Specifies whether and what kind of rates the customer wishes to have quoted on this shipment. The reply will also be constrained by other data on the shipment and customer. Specifies whether the customer wishes to have Estimated Duties and Taxes provided with the rate quotation on this shipment. Only applies with shipments moving under international services. The total number of packages in the entire shipment (even when the shipment spans multiple transactions.) Specifies which package-level data values are provided at the shipment-level only. The package-level

FedEx Web Services, Rate Services 189 data values types specified here will not be provided at the package-level. Specifies data structures that may be re-used multiple times with s single shipment. One or more package-attribute descriptions, each of which describes an individual package, a group of identical packages, or (for the total-piece-total-weight case) common characteristics all packages in the shipment. complexType ReturnAssociationDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:TrackingNumber ns:ShipDate

used by element ReturnShipmentDetail/ReturnAssociation source Specifies the tracking number of the master associated with the return shipment.

FedEx Web Services, Rate Services 190

complexType ReturnEMailDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:MerchantPhoneNumber ns:AllowedSpecialServices

used by element ReturnShipmentDetail/ReturnEMailDetail source Identifies the allowed (merchant-authorized) special services which may be selected when the subsequent shipment is created. Only services represented in EMailLabelAllowedSpecialServiceType will be controlled by this list.

FedEx Web Services, Rate Services 191 complexType ReturnInstructionsDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:Format ns:CustomText

used by element ShippingDocumentSpecification/ReturnInstructionsDetail annotation documentation

The instructions indicating how to print the return instructions( e.g. image type) Specifies characteristics of a shipping document to be produced. source The instructions indicating how to print the return instructions( e.g. image type) Specifies characteristics of a shipping document to be produced. Specifies additional customer provided text to be inserted into the return document.

FedEx Web Services, Rate Services 192 complexType ReturnShipmentDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:ReturnType ns:Rma ns:ReturnEMailDetail ns:ReturnAssociation

used by element ShipmentSpecialServicesRequested/ReturnShipmentDetail source

complexType Rma diagram

namespace http://fedex.com/ws/rate/v14 children ns:Reason

used by element ReturnShipmentDetail/Rma

FedEx Web Services, Rate Services 193 annotation documentation June 2011 ITG 121203 IR-RMA number has been removed from this structure and added as a new customer reference type. The structure remains because of

the reason field below. source June 2011 ITG 121203 IR-RMA number has been removed from this structure and added as a new customer reference type. The structure remains because of the reason field below.

complexType ServiceSubOptionDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:FreightGuarantee ns:SmartPostHubId ns:SmartPostIndicia

used by elements CommitDetail/AppliedSubOptions RateReplyDetail/AppliedSubOptions annotation documentation

Supporting detail for applied options identified in a rate quote. source

FedEx Web Services, Rate Services 194 Supporting detail for applied options identified in a rate quote. Identifies the type of Freight Guarantee applied, if FREIGHT_GUARANTEE is applied to the rate quote. Identifies the smartPostHubId used during rate quote, if SMART_POST_HUB_ID is a variable option on the rate request. Identifies the indicia used during rate quote, if SMART_POST_ALLOWED_INDICIA is a variable option on the rate request.

complexType ShipmentConfigurationData diagram

namespace http://fedex.com/ws/rate/v14 children ns:DangerousGoodsPackageConfigurations

used by element RequestedShipment/ConfigurationData annotation documentation

Specifies data structures that may be re-used multiple times with s single shipment. source

FedEx Web Services, Rate Services 195 Specifies data structures that may be re-used multiple times with s single shipment. Specifies the data that is common to dangerous goods packages in the shipment. This is populated when the shipment contains packages with identical dangerous goods commodities.

complexType ShipmentDryIceDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:PackageCount ns:TotalWeight

used by element ShipmentSpecialServicesRequested/ShipmentDryIceDetail annotation documentation

Shipment-level totals of dry ice data across all packages. source Shipment-level totals of dry ice data across all packages. Total number of packages in the shipment that contain dry ice.

FedEx Web Services, Rate Services 196 Total shipment dry ice weight for all packages. complexType ShipmentLegRateDetail diagram

FedEx Web Services, Rate Services 197

FedEx Web Services, Rate Services 198

FedEx Web Services, Rate Services 199

namespace http://fedex.com/ws/rate/v14 children ns:LegDescription ns:LegOrigin ns:LegOriginLocationId ns:LegDestination ns:LegDestinationLocationId ns:RateType ns:RateScale ns:RateZone ns:PricingCode ns:RatedWeightMethod ns:MinimumChargeType ns:CurrencyExchangeRate ns:SpecialRatingApplied ns:DimDivisor ns:DimDivisorType ns:FuelSurchargePercent ns:TotalBillingWeight ns:TotalDimWeight ns:TotalBaseCharge ns:TotalFreightDiscounts ns:TotalNetFreight ns:TotalSurcharges ns:TotalNetFedExCharge ns:TotalTaxes ns:TotalNetCharge ns:TotalRebates ns:TotalDutiesAndTaxes ns:TotalNetChargeWithDutiesAndTaxes ns:FreightRateDetail ns:FreightDiscounts ns:Rebates ns:Surcharges ns:Taxes ns:DutiesAndTaxes ns:VariableHandlingCharges ns:TotalVariableHandlingCharges

used by element ShipmentRateDetail/ShipmentLegRateDetails annotation documentation

Data for a single leg of a shipment's total/summary rates, as calculated per a specific rate type. source Data for a single leg of a shipment's total/summary rates, as calculated per a specific rate type. Human-readable text describing the shipment leg.

FedEx Web Services, Rate Services 200 Origin for this leg. Specifies the location id the origin of shipment leg. Destination for this leg. Specifies the location id the destination of shipment leg. Type used for this specific set of rate data. Indicates the rate scale used. Indicates the rate zone used (based on origin and destination). Indicates which weight was used. INTERNAL FEDEX USE ONLY.

FedEx Web Services, Rate Services 201 Specifies the currency exchange performed on financial amounts for this rate. Indicates which special rating cases applied to this shipment. Identifies the type of dim divisor that was applied. Sum of dimensional weights for all packages. This shipment's totalNetFreight + totalSurcharges (not including totalTaxes). Total of the transportation-based taxes.

FedEx Web Services, Rate Services 202 Total of all values under this shipment's dutiesAndTaxes; only provided if estimated duties and taxes were calculated for this shipment. This shipment's totalNetCharge + totalDutiesAndTaxes; only provided if estimated duties and taxes were calculated for this shipment AND duties, taxes and transportation charges are all paid by the same sender's account. Rate data specific to FedEx Freight and FedEx National Freight services. All rate discounts that apply to this shipment. All rebates that apply to this shipment. All surcharges that apply to this shipment. All transportation-based taxes applicable to this shipment. All commodity-based duties and taxes applicable to this shipment.

FedEx Web Services, Rate Services 203 The "order level" variable handling charges. The total of all variable handling charges at both shipment (order) and package level. complexType ShipmentRateDetail diagram

FedEx Web Services, Rate Services 204

FedEx Web Services, Rate Services 205

FedEx Web Services, Rate Services 206 namespace http://fedex.com/ws/rate/v14 children ns:RateType ns:RateScale ns:RateZone ns:PricingCode ns:RatedWeightMethod ns:MinimumChargeType ns:CurrencyExchangeRate ns:SpecialRatingApplied ns:DimDivisor ns:DimDivisorType ns:FuelSurchargePercent ns:TotalBillingWeight ns:TotalDimWeight ns:TotalBaseCharge ns:TotalFreightDiscounts ns:TotalNetFreight ns:TotalSurcharges ns:TotalNetFedExCharge ns:TotalTaxes ns:TotalNetCharge ns:TotalRebates ns:TotalDutiesAndTaxes ns:TotalNetChargeWithDutiesAndTaxes ns:ShipmentLegRateDetails ns:FreightRateDetail ns:FreightDiscounts ns:Rebates ns:Surcharges ns:Taxes ns:DutiesAndTaxes ns:VariableHandlingCharges ns:TotalVariableHandlingCharges

used by element RatedShipmentDetail/ShipmentRateDetail annotation documentation Data for a shipment's total/summary rates, as calculated per a specific rate type. The "total..." fields may differ from the sum of corresponding package data for

Multiweight or Express MPS. source Data for a shipment's total/summary rates, as calculated per a specific rate type. The "total..." fields may differ from the sum of corresponding package data for Multiweight or Express MPS. Type used for this specific set of rate data. Indicates the rate scale used. Indicates the rate zone used (based on origin and destination). Indicates which weight was used. INTERNAL FEDEX USE ONLY.

FedEx Web Services, Rate Services 207 Specifies the currency exchange performed on financial amounts for this rate. Indicates which special rating cases applied to this shipment. Identifies the type of dim divisor that was applied. Sum of dimensional weights for all packages. This shipment's totalNetFreight + totalSurcharges (not including totalTaxes). Total of the transportation-based taxes. Total of all values under this shipment's dutiesAndTaxes; only provided if estimated duties and taxes

FedEx Web Services, Rate Services 208 were calculated for this shipment. This shipment's totalNetCharge + totalDutiesAndTaxes; only provided if estimated duties and taxes were calculated for this shipment AND duties, taxes and transportation charges are all paid by the same sender's account. Identifies the Rate Details per each leg in a Freight Shipment Rate data specific to FedEx Freight and FedEx National Freight services. All rate discounts that apply to this shipment. All rebates that apply to this shipment. All surcharges that apply to this shipment. All transportation-based taxes applicable to this shipment.

FedEx Web Services, Rate Services 209 All commodity-based duties and taxes applicable to this shipment. The "order level" variable handling charges. The total of all variable handling charges at both shipment (order) and package level. complexType ShipmentSpecialServicesRequested diagram

FedEx Web Services, Rate Services 210

namespace http://fedex.com/ws/rate/v14 children ns:SpecialServiceTypes ns:CodDetail ns:DeliveryOnInvoiceAcceptanceDetail ns:HoldAtLocationDetail ns:EMailNotificationDetail ns:ReturnShipmentDetail ns:PendingShipmentDetail ns:InternationalControlledExportDetail ns:InternationalTrafficInArmsRegulationsDetail ns:ShipmentDryIceDetail ns:HomeDeliveryPremiumDetail ns:FlatbedTrailerDetail ns:FreightGuaranteeDetail ns:EtdDetail ns:CustomDeliveryWindowDetail

used by element RequestedShipment/SpecialServicesRequested annotation documentation These special services are available at the shipment level for some or all service types. If the shipper is requesting a special service which requires additional data (such as the COD amount), the shipment special service type must be present in the specialServiceTypes collection, and the supporting detail must be

provided in the appropriate sub-object below. source

FedEx Web Services, Rate Services 211 These special services are available at the shipment level for some or all service types. If the shipper is requesting a special service which requires additional data (such as the COD amount), the shipment special service type must be present in the specialServiceTypes collection, and the supporting detail must be provided in the appropriate sub-object below. The types of all special services requested for the enclosing shipment (or other shipment-level transaction). This field should be populated for pending shipments (e.g. e-mail label) It is required by a PENDING_SHIPMENT special service type. Electronic Trade document references. Specification for date or range of dates on which delivery is to be attempted.

FedEx Web Services, Rate Services 212 complexType ShippingDocumentDispositionDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:DispositionType ns:Grouping ns:EMailDetail ns:PrintDetail

used by element ShippingDocumentFormat/Dispositions annotation documentation

Each occurrence of this class specifies a particular way in which a kind of shipping document is to be produced and provided. source Each occurrence of this class specifies a particular way in which a kind of shipping document is to be produced and provided. Values in this field specify how to create and return the document. Specifies how to organize all documents of this type.

FedEx Web Services, Rate Services 213 Specifies how to e-mail document images. Specifies how a queued document is to be printed.

complexType ShippingDocumentEMailDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:EMailRecipients ns:Grouping

used by element ShippingDocumentDispositionDetail/EMailDetail annotation documentation

Specifies how to e-mail shipping documents. source Specifies how to e-mail shipping documents. Provides the roles and email addresses for e-mail recipients.

FedEx Web Services, Rate Services 214 Identifies the convention by which documents are to be grouped as e-mail attachments.

complexType ShippingDocumentEMailRecipient diagram

namespace http://fedex.com/ws/rate/v14 children ns:RecipientType ns:Address

used by element ShippingDocumentEMailDetail/EMailRecipients annotation documentation

Specifies an individual recipient of e-mailed shipping document(s). source Specifies an individual recipient of e-mailed shipping document(s). Identifies the relationship of this recipient in the shipment. Address to which the document is to be sent.

FedEx Web Services, Rate Services 215 complexType ShippingDocumentFormat diagram

namespace http://fedex.com/ws/rate/v14 children ns:Dispositions ns:TopOfPageOffset ns:ImageType ns:StockType ns:ProvideInstructions ns:Localization used by elements CertificateOfOriginDetail/DocumentFormat ExportDeclarationDetail/DocumentFormat CommercialInvoiceDetail/Format CustomDocumentDetail/Format DangerousGoodsShippersDeclarationDetail/Format FreightAddressLabelDetail/Format

GeneralAgencyAgreementDetail/Format NaftaCertificateOfOriginDetail/Format Op900Detail/Format ReturnInstructionsDetail/Format annotation documentation

Specifies characteristics of a shipping document to be produced. source Specifies characteristics of a shipping document to be produced.

FedEx Web Services, Rate Services 216 Specifies how to create, organize, and return the document. Specifies how far down the page to move the beginning of the image; allows for printing on letterhead and other pre-printed stock. For those shipping document types which have both a "form" and "instructions" component (e.g. NAFTA Certificate of Origin and General Agency Agreement), this field indicates whether to provide the instructions. Governs the language to be used for this individual document, independently from other content returned for the same shipment.

complexType ShippingDocumentPrintDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:PrinterId

FedEx Web Services, Rate Services 217 used by element ShippingDocumentDispositionDetail/PrintDetail annotation documentation

Specifies printing options for a shipping document. source Specifies printing options for a shipping document. Provides environment-specific printer identification.

FedEx Web Services, Rate Services 218 complexType ShippingDocumentSpecification diagram

FedEx Web Services, Rate Services 219 namespace http://fedex.com/ws/rate/v14 children ns:ShippingDocumentTypes ns:CertificateOfOrigin ns:CommercialInvoiceDetail ns:CustomPackageDocumentDetail ns:CustomShipmentDocumentDetail ns:ExportDeclarationDetail ns:GeneralAgencyAgreementDetail ns:NaftaCertificateOfOriginDetail ns:Op900Detail ns:DangerousGoodsShippersDeclarationDetail ns:FreightAddressLabelDetail ns:ReturnInstructionsDetail

used by element RequestedShipment/ShippingDocumentSpecification annotation documentation

Contains all data required for additional (non-label) shipping documents to be produced in conjunction with a specific shipment. source Contains all data required for additional (non-label) shipping documents to be produced in conjunction with a specific shipment. Indicates the types of shipping documents requested by the shipper. Specifies the production of each package-level custom document (the same specification is used for all packages). Specifies the production of a shipment-level custom document. Specifies the production of the OP-900 document for hazardous materials packages.

FedEx Web Services, Rate Services 220 Specifies the production of the 1421c document for dangerous goods shipment. Specifies the production of the OP-900 document for hazardous materials. Specifies the production of the return instructions document.

complexType SignatureOptionDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:OptionType ns:SignatureReleaseNumber

used by element PackageSpecialServicesRequested/SignatureOptionDetail source

FedEx Web Services, Rate Services 221 complexType SmartPostShipmentDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:Indicia ns:AncillaryEndorsement ns:HubId ns:CustomerManifestId

used by element RequestedShipment/SmartPostDetail annotation documentation

Data required for shipments handled under the SMART_POST and GROUND_SMART_POST service types. source Data required for shipments handled under the SMART_POST and GROUND_SMART_POST service types.

FedEx Web Services, Rate Services 222 complexType Surcharge diagram

namespace http://fedex.com/ws/rate/v14 children ns:SurchargeType ns:Level ns:Description ns:Amount

used by elements PackageRateDetail/Surcharges ShipmentLegRateDetail/Surcharges ShipmentRateDetail/Surcharges source

complexType Tax diagram

namespace http://fedex.com/ws/rate/v14 children ns:TaxType ns:Description ns:Amount

used by elements PackageRateDetail/Taxes ShipmentLegRateDetail/Taxes ShipmentRateDetail/Taxes

FedEx Web Services, Rate Services 223 source

complexType TaxpayerIdentification diagram

namespace http://fedex.com/ws/rate/v14 children ns:TinType ns:Number ns:Usage

used by element Party/Tins source Identifies the usage of Tax Identification Number in Shipment processing

FedEx Web Services, Rate Services 224 complexType TrackingId diagram

namespace http://fedex.com/ws/rate/v14 children ns:TrackingIdType ns:FormId ns:TrackingNumber

used by elements CodDetail/ReturnTrackingId DeliveryOnInvoiceAcceptanceDetail/TrackingId RatedPackageDetail/TrackingIds source

complexType TransactionDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:CustomerTransactionId ns:Localization

used by elements RateReply/TransactionDetail RateRequest/TransactionDetail

FedEx Web Services, Rate Services 225 source Free form text to be echoed back in the reply. Used to match requests and replies. Governs data payload language/translations (contrasted with ClientDetail.localization, which governs Notification.localizedMessage language selection).

complexType UploadDocumentDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:LineNumber ns:CustomerReference ns:DocumentProducer ns:DocumentType ns:FileName ns:DocumentContent

used by element EtdDetail/Documents

FedEx Web Services, Rate Services 226 source

complexType UploadDocumentReferenceDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:LineNumber ns:CustomerReference ns:DocumentProducer ns:DocumentType ns:DocumentId ns:DocumentIdProducer

used by element EtdDetail/DocumentReferences source

FedEx Web Services, Rate Services 227

complexType VariableHandlingChargeDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:FixedValue ns:PercentValue ns:RateElementBasis ns:RateTypeBasis

used by elements RequestedPackageLineItem/VariableHandlingChargeDetail RequestedShipment/VariableHandlingChargeDetail annotation documentation

This definition of variable handling charge detail is intended for use in Jan 2011 corp load. source This definition of variable handling charge detail is intended for use in Jan 2011 corp load. Actual percentage (10 means 10%, which is a mutiplier of 0.1)

FedEx Web Services, Rate Services 228 Select the value from a set of rate data to which the percentage is applied. Select the type of rate from which the element is to be selected.

complexType VariableHandlingCharges diagram

namespace http://fedex.com/ws/rate/v14 children ns:VariableHandlingCharge ns:FixedVariableHandlingCharge ns:PercentVariableHandlingCharge ns:TotalCustomerCharge used by elements ShipmentLegRateDetail/TotalVariableHandlingCharges ShipmentRateDetail/TotalVariableHandlingCharges PackageRateDetail/VariableHandlingCharges ShipmentLegRateDetail/VariableHandlingCharges

ShipmentRateDetail/VariableHandlingCharges source

FedEx Web Services, Rate Services 229 complexType VersionId diagram

namespace http://fedex.com/ws/rate/v14 children ns:ServiceId ns:Major ns:Intermediate ns:Minor

used by elements RateReply/Version RateRequest/Version annotation documentation

Identifies the version/level of a service operation expected by a caller (in each request) and performed by the callee (in each reply). source Identifies the version/level of a service operation expected by a caller (in each request) and performed by the callee (in each reply). Identifies a system or sub-system which performs an operation. Identifies the service business level.

FedEx Web Services, Rate Services 230 Identifies the service interface level. Identifies the service code level.

complexType Volume diagram

namespace http://fedex.com/ws/rate/v14 children ns:Units ns:Value

used by element FreightShipmentLineItem/Volume annotation documentation

Three-dimensional volume/cubic measurement. source Three-dimensional volume/cubic measurement.

FedEx Web Services, Rate Services 231 complexType WebAuthenticationCredential diagram

namespace http://fedex.com/ws/rate/v14 children ns:Key ns:Password

used by element WebAuthenticationDetail/UserCredential annotation documentation

Two part authentication string used for the sender's identity source Two part authentication string used for the sender's identity Identifying part of authentication credential. This value is provided by FedEx after registration Secret part of authentication key. This value is provided by FedEx after registration.

FedEx Web Services, Rate Services 232 complexType WebAuthenticationDetail diagram

namespace http://fedex.com/ws/rate/v14 children ns:UserCredential

used by element RateRequest/WebAuthenticationDetail annotation documentation

Used in authentication of the sender's identity. source Used in authentication of the sender's identity. Credential used to authenticate a specific software application. This value is provided by FedEx after registration.

complexType Weight diagram

namespace http://fedex.com/ws/rate/v14 children ns:Units ns:Value

FedEx Web Services, Rate Services 233 used by elements PackageRateDetail/BillingWeight PackageRateDetail/DimWeight PackageSpecialServicesRequested/DryIceWeight PackageRateDetail/OversizeWeight FreightShipmentDetail/PalletWeight ShipmentLegRateDetail/TotalBillingWeight ShipmentRateDetail/TotalBillingWeight ShipmentLegRateDetail/TotalDimWeight ShipmentRateDetail/TotalDimWeight RequestedShipment/TotalWeight ShipmentDryIceDetail/TotalWeight Commodity/Weight FreightBaseCharge/Weight

FreightShipmentLineItem/Weight RequestedPackageLineItem/Weight annotation documentation

The descriptive data for the heaviness of an object. source The descriptive data for the heaviness of an object. Identifies the unit of measure associated with a weight value. Identifies the weight value of a package/shipment. simpleType AdditionalLabelsType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element AdditionalLabelsDetail/Type facets Kind Value annotation enumeration BROKER enumeration CONSIGNEE enumeration CUSTOMS enumeration DESTINATION enumeration MANIFEST enumeration ORIGIN enumeration RECIPIENT enumeration SHIPPER

source

FedEx Web Services, Rate Services 234

simpleType B13AFilingOptionType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element ExportDetail/B13AFilingOption facets Kind Value annotation enumeration FEDEX_TO_STAMP enumeration FILED_ELECTRONICALLY enumeration MANUALLY_ATTACHED enumeration NOT_REQUIRED enumeration SUMMARY_REPORTING

source simpleType BarcodeSymbologyType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements CustomLabelBarcodeEntry/BarcodeSymbology DocTabContentBarcoded/Symbology

FedEx Web Services, Rate Services 235 facets Kind Value annotation enumeration CODABAR enumeration CODE128 enumeration CODE128B enumeration CODE128C enumeration CODE128_WIDEBAR enumeration CODE39 enumeration CODE93 enumeration I2OF5 enumeration MANUAL enumeration PDF417 enumeration POSTNET enumeration QR_CODE enumeration UCC128 annotation documentation

Identification of the type of barcode (symbology) used on FedEx documents and labels. source Identification of the type of barcode (symbology) used on FedEx documents and labels.

FedEx Web Services, Rate Services 236 simpleType BrokerType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element BrokerDetail/Type facets Kind Value annotation enumeration EXPORT enumeration IMPORT

source

simpleType CarrierCodeType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element RateRequest/CarrierCodes facets Kind Value annotation enumeration FDXC enumeration FDXE enumeration FDXG enumeration FXCC enumeration FXFR enumeration FXSP

annotation documentation

Identification of a FedEx operating company (transportation). source Identification of a FedEx operating company (transportation).

FedEx Web Services, Rate Services 237

simpleType ChargeBasisLevelType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element CodAddTransportationChargesDetail/ChargeBasisLevel facets Kind Value annotation enumeration CURRENT_PACKAGE enumeration SUM_OF_PACKAGES

source

simpleType ClearanceBrokerageType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element CustomsClearanceDetail/ClearanceBrokerage facets Kind Value annotation enumeration BROKER_INCLUSIVE enumeration BROKER_INCLUSIVE_NON_RESIDENT_IMPORTER enumeration BROKER_SELECT enumeration BROKER_SELECT_NON_RESIDENT_IMPORTER enumeration BROKER_UNASSIGNED

annotation documentation

Specifies the type of brokerage to be applied to a shipment. source Specifies the type of brokerage to be applied to a shipment.

FedEx Web Services, Rate Services 238

simpleType CodAddTransportationChargeBasisType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element CodAddTransportationChargesDetail/ChargeBasis facets Kind Value annotation enumeration COD_SURCHARGE enumeration NET_CHARGE enumeration NET_FREIGHT enumeration TOTAL_CUSTOMER_CHARGE

source

simpleType CodCollectionType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element CodDetail/CollectionType facets Kind Value annotation enumeration ANY

FedEx Web Services, Rate Services 239 enumeration CASH enumeration GUARANTEED_FUNDS

annotation documentation

Identifies the type of funds FedEx should collect upon shipment delivery. source Identifies the type of funds FedEx should collect upon shipment delivery.

simpleType CodReturnReferenceIndicatorType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element CodDetail/ReferenceIndicator facets Kind Value annotation enumeration INVOICE enumeration PO enumeration REFERENCE enumeration TRACKING

source simpleType CommitmentDelayType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

FedEx Web Services, Rate Services 240 used by element DelayDetail/Type facets Kind Value annotation enumeration HOLIDAY enumeration NON_WORKDAY enumeration NO_CITY_DELIVERY enumeration NO_HOLD_AT_LOCATION enumeration NO_LOCATION_DELIVERY enumeration NO_SERVICE_AREA_DELIVERY enumeration NO_SERVICE_AREA_SPECIAL_SERVICE_DELIVERY enumeration NO_SPECIAL_SERVICE_DELIVERY enumeration NO_ZIP_DELIVERY enumeration WEEKEND enumeration WEEKEND_SPECIAL

annotation documentation

The type of delay this shipment will encounter. source The type of delay this shipment will encounter. simpleType CustomDeliveryWindowType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element CustomDeliveryWindowDetail/Type

FedEx Web Services, Rate Services 241 facets Kind Value annotation enumeration AFTER enumeration BEFORE enumeration BETWEEN enumeration ON

source

simpleType CustomerImageUsageType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element CustomerImageUsage/Type facets Kind Value annotation enumeration LETTER_HEAD enumeration SIGNATURE

source

simpleType CustomerReferenceType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements CustomerReference/CustomerReferenceType Op900Detail/Reference facets Kind Value annotation enumeration BILL_OF_LADING

FedEx Web Services, Rate Services 242 enumeration CUSTOMER_REFERENCE enumeration DEPARTMENT_NUMBER enumeration ELECTRONIC_PRODUCT_CODE enumeration INTRACOUNTRY_REGULATORY_REFERENCE enumeration INVOICE_NUMBER enumeration PACKING_SLIP_NUMBER enumeration P_O_NUMBER enumeration RMA_ASSOCIATION enumeration SHIPMENT_INTEGRITY enumeration STORE_NUMBER

source

simpleType CustomLabelCoordinateUnits namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element CustomLabelDetail/CoordinateUnits facets Kind Value annotation enumeration MILS enumeration PIXELS

source

FedEx Web Services, Rate Services 243

simpleType CustomsOptionType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element CustomsOptionDetail/Type facets Kind Value annotation enumeration COURTESY_RETURN_LABEL enumeration EXHIBITION_TRADE_SHOW enumeration FAULTY_ITEM enumeration FOLLOWING_REPAIR enumeration FOR_REPAIR enumeration ITEM_FOR_LOAN enumeration OTHER enumeration REJECTED enumeration REPLACEMENT enumeration TRIAL

source

FedEx Web Services, Rate Services 244 simpleType DangerousGoodsAccessibilityType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element DangerousGoodsDetail/Accessibility facets Kind Value annotation enumeration ACCESSIBLE enumeration INACCESSIBLE

source

simpleType DangerousGoodsPackingOptionType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element DangerousGoodsDetail/PackingOption facets Kind Value annotation enumeration OVERPACK

source

simpleType DayOfWeekType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string used by elements CommitDetail/BrokerCommitDayOfWeek CommitDetail/DayOfWeek DelayDetail/DayOfWeek RateReplyDetail/DeliveryDayOfWeek

FreightServiceCenterDetail/LimitedServiceDays CommitDetail/ProofOfDeliveryDayOfWeek facets Kind Value annotation enumeration FRI enumeration MON

FedEx Web Services, Rate Services 245 enumeration SAT enumeration SUN enumeration THU enumeration TUE enumeration WED

source

simpleType DelayLevelType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element DelayDetail/Level facets Kind Value annotation enumeration CITY enumeration COUNTRY enumeration LOCATION enumeration POSTAL_CODE enumeration SERVICE_AREA enumeration SERVICE_AREA_SPECIAL_SERVICE enumeration SPECIAL_SERVICE

annotation documentation

The attribute of the shipment that caused the delay(e.g. Country, City, LocationId, Zip, service area, special handling ) source The attribute of the shipment that caused the delay(e.g. Country, City, LocationId, Zip, service area, special handling )

FedEx Web Services, Rate Services 246

simpleType DelayPointType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element DelayDetail/Point facets Kind Value annotation enumeration BROKER enumeration DESTINATION enumeration ORIGIN enumeration ORIGIN_DESTINATION_PAIR enumeration PROOF_OF_DELIVERY_POINT

annotation documentation

The point where the delay is occurring ( e.g. Origin, Destination, Broker location). source The point where the delay is occurring ( e.g. Origin, Destination, Broker location).

FedEx Web Services, Rate Services 247 simpleType DestinationControlStatementType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element DestinationControlDetail/StatementTypes facets Kind Value annotation enumeration DEPARTMENT_OF_COMMERCE enumeration DEPARTMENT_OF_STATE

source

simpleType DistanceUnits namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element Distance/Units facets Kind Value annotation enumeration KM enumeration MI

source

simpleType DocTabContentType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element DocTabContent/DocTabContentType facets Kind Value annotation

FedEx Web Services, Rate Services 248 enumeration BARCODED enumeration MINIMUM enumeration STANDARD enumeration ZONE001

source

simpleType DocTabZoneJustificationType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element DocTabZoneSpecification/Justification facets Kind Value annotation enumeration LEFT enumeration RIGHT

source

simpleType DropoffType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element RequestedShipment/DropoffType facets Kind Value annotation enumeration BUSINESS_SERVICE_CENTER enumeration DROP_BOX

FedEx Web Services, Rate Services 249 enumeration REGULAR_PICKUP enumeration REQUEST_COURIER enumeration STATION

source

simpleType EdtRequestType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element RequestedShipment/EdtRequestType facets Kind Value annotation enumeration ALL enumeration NONE

annotation documentation

Specifies the types of Estimated Duties and Taxes to be included in a rate quotation for an international shipment. source Specifies the types of Estimated Duties and Taxes to be included in a rate quotation for an international shipment. simpleType EdtTaxType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

FedEx Web Services, Rate Services 250 used by element EdtTaxDetail/TaxType facets Kind Value annotation enumeration ADDITIONAL_TAXES enumeration CONSULAR_INVOICE_FEE enumeration CUSTOMS_SURCHARGES enumeration DUTY enumeration EXCISE_TAX enumeration FOREIGN_EXCHANGE_TAX enumeration GENERAL_SALES_TAX enumeration IMPORT_LICENSE_FEE enumeration INTERNAL_ADDITIONAL_TAXES enumeration INTERNAL_SENSITIVE_PRODUCTS_TAX enumeration OTHER enumeration SENSITIVE_PRODUCTS_TAX enumeration STAMP_TAX enumeration STATISTICAL_TAX enumeration TRANSPORT_FACILITIES_TAX

source

FedEx Web Services, Rate Services 251 simpleType EMailNotificationEventType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element EMailNotificationRecipient/NotificationEventsRequested facets Kind Value annotation enumeration ON_DELIVERY enumeration ON_EXCEPTION enumeration ON_SHIPMENT enumeration ON_TENDER

source

simpleType EMailNotificationFormatType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element EMailNotificationRecipient/Format facets Kind Value annotation enumeration HTML enumeration TEXT enumeration WIRELESS

annotation documentation

The format of the email source The format of the email

FedEx Web Services, Rate Services 252

simpleType EMailNotificationRecipientType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements EMailNotificationRecipient/EMailNotificationRecipientType ShippingDocumentEMailRecipient/RecipientType facets Kind Value annotation enumeration BROKER enumeration OTHER enumeration RECIPIENT enumeration SHIPPER

source

simpleType ExpressRegionCode namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element ClientDetail/Region facets Kind Value annotation enumeration APAC enumeration CA enumeration EMEA enumeration LAC enumeration US

annotation documentation

Indicates a FedEx Express operating region. source

FedEx Web Services, Rate Services 253 Indicates a FedEx Express operating region.

simpleType FedExLocationType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element HoldAtLocationDetail/LocationType facets Kind Value annotation enumeration FEDEX_EXPRESS_STATION enumeration FEDEX_FACILITY enumeration FEDEX_FREIGHT_SERVICE_CENTER enumeration FEDEX_GROUND_TERMINAL enumeration FEDEX_HOME_DELIVERY_STATION enumeration FEDEX_OFFICE enumeration FEDEX_SHIPSITE enumeration FEDEX_SMART_POST_HUB

annotation documentation

Identifies a kind of FedEx facility. source Identifies a kind of FedEx facility.

FedEx Web Services, Rate Services 254

simpleType FlatbedTrailerOption namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element FlatbedTrailerDetail/Options facets Kind Value annotation enumeration OVER_DIMENSION enumeration TARP

source

simpleType FreightBaseChargeCalculationType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element FreightRateDetail/BaseChargeCalculation facets Kind Value annotation enumeration LINE_ITEMS enumeration UNIT_PRICING

annotation documentation

Specifies the way in which base charges for a Freight shipment or shipment leg are calculated. source Specifies the way in which base charges for a Freight shipment or shipment leg are calculated.

FedEx Web Services, Rate Services 255

simpleType FreightChargeBasisType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element FreightBaseCharge/ChargeBasis facets Kind Value annotation enumeration CWT enumeration FLAT enumeration MINIMUM

source simpleType FreightClassType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements FreightBaseCharge/FreightClass FreightShipmentLineItem/FreightClass FreightBaseCharge/RatedAsClass facets Kind Value annotation enumeration CLASS_050 enumeration CLASS_055 enumeration CLASS_060 enumeration CLASS_065 enumeration CLASS_070 enumeration CLASS_077_5 enumeration CLASS_085 enumeration CLASS_092_5

FedEx Web Services, Rate Services 256 enumeration CLASS_100 enumeration CLASS_110 enumeration CLASS_125 enumeration CLASS_150 enumeration CLASS_175 enumeration CLASS_200 enumeration CLASS_250 enumeration CLASS_300 enumeration CLASS_400 enumeration CLASS_500 annotation documentation These values represent the industry-standard freight classes used for FedEx Freight and FedEx National Freight shipment description. (Note: The alphabetic

prefixes are required to distinguish these values from decimal numbers on some client platforms.) source These values represent the industry-standard freight classes used for FedEx Freight and FedEx National Freight shipment description. (Note: The alphabetic prefixes are required to distinguish these values from decimal numbers on some client platforms.)

FedEx Web Services, Rate Services 257 simpleType FreightCollectTermsType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element FreightShipmentDetail/CollectTermsType facets Kind Value annotation enumeration NON_RECOURSE_SHIPPER_SIGNED enumeration STANDARD

source

simpleType FreightGuaranteeType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements ServiceSubOptionDetail/FreightGuarantee FreightGuaranteeDetail/Type facets Kind Value annotation enumeration GUARANTEED_DATE enumeration GUARANTEED_MORNING

source

simpleType FreightOnValueType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element CustomsClearanceDetail/FreightOnValue facets Kind Value annotation

FedEx Web Services, Rate Services 258 enumeration CARRIER_RISK enumeration OWN_RISK

annotation documentation

Identifies responsibilities with respect to loss, damage, etc. source Identifies responsibilities with respect to loss, damage, etc.

simpleType FreightRateQuoteType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element FreightRateDetail/QuoteType facets Kind Value annotation enumeration AUTOMATED enumeration MANUAL

annotation documentation

Specifies the type of rate quote source Specifies the type of rate quote

simpleType FreightServiceSchedulingType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

FedEx Web Services, Rate Services 259 used by element FreightServiceCenterDetail/LocalServiceScheduling facets Kind Value annotation enumeration LIMITED enumeration STANDARD enumeration WILL_CALL

annotation documentation

Specifies the type of service scheduling offered from a Freight or National Freight Service Center to a customer-supplied address. source Specifies the type of service scheduling offered from a Freight or National Freight Service Center to a customer-supplied address.

simpleType FreightShipmentRoleType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements FreightSpecialServicePayment/PaymentType FreightShipmentDetail/Role facets Kind Value annotation enumeration CONSIGNEE enumeration SHIPPER

annotation documentation

Indicates the role of the party submitting the transaction. source Indicates the role of the party submitting the transaction.

FedEx Web Services, Rate Services 260 simpleType HazardousCommodityDescriptionProcessingOptionType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element HazardousCommodityDescription/ProcessingOptions facets Kind Value annotation enumeration INCLUDE_SPECIAL_PROVISIONS

annotation documentation

Specifies any special processing to be applied to the dangerous goods commodity description validation. source Specifies any special processing to be applied to the dangerous goods commodity description validation. simpleType HazardousCommodityLabelTextOptionType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element HazardousCommodityOptionDetail/LabelTextOption facets Kind Value annotation enumeration APPEND enumeration OVERRIDE enumeration STANDARD

annotation documentation

Specifies how the commodity is to be labeled. source Specifies how the commodity is to be labeled.

FedEx Web Services, Rate Services 261 simpleType HazardousCommodityOptionType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element DangerousGoodsDetail/Options facets Kind Value annotation enumeration HAZARDOUS_MATERIALS enumeration LIMITED_QUANTITIES_COMMODITIES enumeration LITHIUM_BATTERY_EXCEPTION enumeration ORM_D enumeration REPORTABLE_QUANTITIES enumeration SMALL_QUANTITY_EXCEPTION

annotation documentation

Indicates which kind of hazardous content is being reported. source Indicates which kind of hazardous content is being reported.

simpleType HazardousCommodityPackingGroupType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element HazardousCommodityDescription/PackingGroup facets Kind Value annotation enumeration DEFAULT enumeration I enumeration II enumeration III

FedEx Web Services, Rate Services 262 annotation documentation

Identifies DOT packing group for a hazardous commodity. source Identifies DOT packing group for a hazardous commodity.

simpleType HazardousCommodityQuantityType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element HazardousCommodityQuantityDetail/QuantityType facets Kind Value annotation enumeration GROSS enumeration NET

annotation documentation

Specifies the measure of quantity to be validated against a prescribed limit. source Specifies the measure of quantity to be validated against a prescribed limit. simpleType HazardousCommodityRegulationType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element DangerousGoodsDetail/Regulation

FedEx Web Services, Rate Services 263 facets Kind Value annotation enumeration ADR enumeration DOT enumeration IATA enumeration ORMD

annotation documentation

Identifies the source of regulation for hazardous commodity data. source Identifies the source of regulation for hazardous commodity data.

simpleType HazardousContainerPackingType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element DangerousGoodsContainer/PackingType facets Kind Value annotation enumeration ALL_PACKED_IN_ONE

source

simpleType HomeDeliveryPremiumType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element HomeDeliveryPremiumDetail/HomeDeliveryPremiumType

FedEx Web Services, Rate Services 264 facets Kind Value annotation enumeration APPOINTMENT enumeration DATE_CERTAIN enumeration EVENING

source

simpleType ImageId namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element CustomerImageUsage/Id facets Kind Value annotation enumeration IMAGE_1 enumeration IMAGE_2 enumeration IMAGE_3 enumeration IMAGE_4 enumeration IMAGE_5

source simpleType InternationalControlledExportType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

FedEx Web Services, Rate Services 265 used by element InternationalControlledExportDetail/Type facets Kind Value annotation enumeration DEA_036 enumeration DEA_236 enumeration DEA_486 enumeration DSP_05 enumeration DSP_61 enumeration DSP_73 enumeration DSP_85 enumeration DSP_94 enumeration DSP_LICENSE_AGREEMENT enumeration FROM_FOREIGN_TRADE_ZONE enumeration WAREHOUSE_WITHDRAWAL

source

simpleType InternationalDocumentContentType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements CommitDetail/DocumentContent CustomsClearanceDetail/DocumentContent facets Kind Value annotation enumeration DOCUMENTS_ONLY enumeration NON_DOCUMENTS

FedEx Web Services, Rate Services 266 source

simpleType LabelFormatType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element LabelSpecification/LabelFormatType facets Kind Value annotation enumeration COMMON2D enumeration LABEL_DATA_ONLY enumeration MAILROOM enumeration NO_LABEL enumeration OPERATIONAL_LABEL enumeration PRE_COMMON2D

source simpleType LabelMaskableDataType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element CustomerSpecifiedLabelDetail/MaskedData facets Kind Value annotation enumeration CUSTOMS_VALUE

FedEx Web Services, Rate Services 267 enumeration DIMENSIONS enumeration DUTIES_AND_TAXES_PAYOR_ACCOUNT_NUMBER enumeration FREIGHT_PAYOR_ACCOUNT_NUMBER enumeration PACKAGE_SEQUENCE_AND_COUNT enumeration SHIPPER_ACCOUNT_NUMBER enumeration SUPPLEMENTAL_LABEL_DOC_TAB enumeration TERMS_AND_CONDITIONS enumeration TOTAL_WEIGHT enumeration TRANSPORTATION_CHARGES_PAYOR_ACCOUNT_NUMBER

annotation documentation

Names for data elements / areas which may be suppressed from printing on labels. source Names for data elements / areas which may be suppressed from printing on labels. simpleType LabelPrintingOrientationType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements CustomDocumentDetail/LabelPrintingOrientation LabelSpecification/LabelPrintingOrientation facets Kind Value annotation enumeration BOTTOM_EDGE_OF_TEXT_FIRST enumeration TOP_EDGE_OF_TEXT_FIRST

source

FedEx Web Services, Rate Services 268

simpleType LabelRotationType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements CustomDocumentDetail/LabelRotation LabelSpecification/LabelRotation facets Kind Value annotation enumeration LEFT enumeration NONE enumeration RIGHT enumeration UPSIDE_DOWN

annotation documentation

Relative to normal orientation for the printer. source Relative to normal orientation for the printer.

simpleType LabelStockType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element LabelSpecification/LabelStockType facets Kind Value annotation enumeration PAPER_4X6 enumeration PAPER_4X8

FedEx Web Services, Rate Services 269 enumeration PAPER_4X9 enumeration PAPER_7X4.75 enumeration PAPER_8.5X11_BOTTOM_HALF_LABEL enumeration PAPER_8.5X11_TOP_HALF_LABEL enumeration STOCK_4X6 enumeration STOCK_4X6.75_LEADING_DOC_TAB enumeration STOCK_4X6.75_TRAILING_DOC_TAB enumeration STOCK_4X8 enumeration STOCK_4X9_LEADING_DOC_TAB enumeration STOCK_4X9_TRAILING_DOC_TAB

source

simpleType LiabilityCoverageType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element LiabilityCoverageDetail/CoverageType facets Kind Value annotation enumeration NEW enumeration USED_OR_RECONDITIONED

source

FedEx Web Services, Rate Services 270

simpleType LinearUnits namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements Dimensions/Units LinearMeasure/Units facets Kind Value annotation enumeration CM enumeration IN

source

simpleType MinimumChargeType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements PackageRateDetail/MinimumChargeType ShipmentLegRateDetail/MinimumChargeType ShipmentRateDetail/MinimumChargeType facets Kind Value annotation enumeration CUSTOMER enumeration CUSTOMER_FREIGHT_WEIGHT enumeration EARNED_DISCOUNT enumeration MIXED enumeration RATE_SCALE

source

FedEx Web Services, Rate Services 271 simpleType NaftaImporterSpecificationType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element NaftaCertificateOfOriginDetail/ImporterSpecification facets Kind Value annotation enumeration IMPORTER_OF_RECORD enumeration RECIPIENT enumeration UNKNOWN enumeration VARIOUS

source simpleType NaftaNetCostMethodCode namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element NaftaCommodityDetail/NetCostMethod facets Kind Value annotation enumeration NC enumeration NO

source

FedEx Web Services, Rate Services 272 simpleType NaftaPreferenceCriterionCode namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element NaftaCommodityDetail/PreferenceCriterion facets Kind Value annotation enumeration A enumeration B enumeration C enumeration D enumeration E enumeration F

annotation documentation

See instructions for NAFTA Certificate of Origin for code definitions. source See instructions for NAFTA Certificate of Origin for code definitions.

simpleType NaftaProducerDeterminationCode namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element NaftaCommodityDetail/ProducerDetermination facets Kind Value annotation enumeration NO_1 enumeration NO_2 enumeration NO_3 enumeration YES

FedEx Web Services, Rate Services 273 annotation documentation

See instructions for NAFTA Certificate of Origin for code definitions. source See instructions for NAFTA Certificate of Origin for code definitions.

simpleType NaftaProducerSpecificationType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element NaftaCertificateOfOriginDetail/ProducerSpecification facets Kind Value annotation enumeration AVAILABLE_UPON_REQUEST enumeration MULTIPLE_SPECIFIED enumeration SAME enumeration SINGLE_SPECIFIED enumeration UNKNOWN

source

FedEx Web Services, Rate Services 274 simpleType NotificationSeverityType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements RateReply/HighestSeverity Notification/Severity facets Kind Value annotation enumeration ERROR enumeration FAILURE enumeration NOTE enumeration SUCCESS enumeration WARNING

source

simpleType OversizeClassType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element RatedPackageDetail/OversizeClass facets Kind Value annotation enumeration OVERSIZE_1 enumeration OVERSIZE_2 enumeration OVERSIZE_3

source

FedEx Web Services, Rate Services 275 simpleType PackageSpecialServiceType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element PackageSpecialServicesRequested/SpecialServiceTypes facets Kind Value annotation enumeration ALCOHOL enumeration APPOINTMENT_DELIVERY enumeration COD enumeration DANGEROUS_GOODS enumeration DRY_ICE enumeration NON_STANDARD_CONTAINER enumeration PRIORITY_ALERT enumeration SIGNATURE_OPTION

source

simpleType PackagingType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements RateReplyDetail/PackagingType RequestedShipment/PackagingType facets Kind Value annotation enumeration FEDEX_10KG_BOX enumeration FEDEX_25KG_BOX enumeration FEDEX_BOX enumeration FEDEX_ENVELOPE

FedEx Web Services, Rate Services 276 enumeration FEDEX_PAK enumeration FEDEX_TUBE enumeration YOUR_PACKAGING

source

simpleType PageQuadrantType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element FreightAddressLabelDetail/StartingPosition facets Kind Value annotation enumeration BOTTOM_LEFT enumeration BOTTOM_RIGHT enumeration TOP_LEFT enumeration TOP_RIGHT

source

FedEx Web Services, Rate Services 277 simpleType PaymentType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element Payment/PaymentType facets Kind Value annotation enumeration SENDER

source

simpleType PendingShipmentType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element PendingShipmentDetail/Type facets Kind Value annotation enumeration EMAIL

source

simpleType PhysicalFormType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element RadionuclideDetail/PhysicalForm facets Kind Value annotation enumeration GAS enumeration LIQUID enumeration SOLID enumeration SPECIAL

FedEx Web Services, Rate Services 278 source

simpleType PhysicalPackagingType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements FreightShipmentLineItem/Packaging RequestedPackageLineItem/PhysicalPackaging facets Kind Value annotation enumeration BAG enumeration BARREL enumeration BASKET enumeration BOX enumeration BUCKET enumeration BUNDLE enumeration CARTON enumeration CASE enumeration CONTAINER enumeration CRATE enumeration CYLINDER enumeration DRUM enumeration ENVELOPE enumeration HAMPER enumeration OTHER enumeration PAIL enumeration PALLET enumeration PIECE enumeration REEL enumeration ROLL enumeration SKID

FedEx Web Services, Rate Services 279 enumeration TANK enumeration TUBE annotation documentation This enumeration rationalizes the former FedEx Express international "admissibility package" types (based on ANSI X.12) and the FedEx Freight packaging

types. The values represented are those common to both carriers. source This enumeration rationalizes the former FedEx Express international "admissibility package" types (based on ANSI X.12) and the FedEx Freight packaging types. The values represented are those common to both carriers.

FedEx Web Services, Rate Services 280 simpleType PickupRequestSourceType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element PickupDetail/RequestSource facets Kind Value annotation enumeration AUTOMATION enumeration CUSTOMER_SERVICE

source

simpleType PickupRequestType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element PickupDetail/RequestType facets Kind Value annotation enumeration FUTURE_DAY enumeration SAME_DAY

source

simpleType PricingCodeType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements ShipmentLegRateDetail/PricingCode ShipmentRateDetail/PricingCode facets Kind Value annotation

FedEx Web Services, Rate Services 281 enumeration ACTUAL enumeration ALTERNATE enumeration BASE enumeration HUNDREDWEIGHT enumeration HUNDREDWEIGHT_ALTERNATE enumeration INTERNATIONAL_DISTRIBUTION enumeration INTERNATIONAL_ECONOMY_SERVICE enumeration LTL_FREIGHT enumeration PACKAGE enumeration SHIPMENT enumeration SHIPMENT_FIVE_POUND_OPTIONAL enumeration SHIPMENT_OPTIONAL enumeration SPECIAL

source simpleType PriorityAlertEnhancementType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element PriorityAlertDetail/EnhancementTypes facets Kind Value annotation enumeration PRIORITY_ALERT_PLUS

FedEx Web Services, Rate Services 282 source

simpleType PurposeOfShipmentType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element CommercialInvoice/Purpose facets Kind Value annotation enumeration GIFT enumeration NOT_SOLD enumeration PERSONAL_EFFECTS enumeration REPAIR_AND_RETURN enumeration SAMPLE enumeration SOLD

source

simpleType RadioactiveContainerClassType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element DangerousGoodsContainer/RadioactiveContainerClass facets Kind Value annotation enumeration EXCEPTED_PACKAGE

FedEx Web Services, Rate Services 283 enumeration INDUSTRIAL_IP1 enumeration INDUSTRIAL_IP2 enumeration INDUSTRIAL_IP3 enumeration TYPE_A enumeration TYPE_B_M enumeration TYPE_B_U enumeration TYPE_C

annotation documentation

Indicates the packaging type of the container used to package radioactive hazardous materials. source Indicates the packaging type of the container used to package radioactive hazardous materials. simpleType RadioactivityUnitOfMeasure namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element RadionuclideActivity/UnitOfMeasure facets Kind Value annotation enumeration BQ enumeration GBQ enumeration KBQ enumeration MBQ enumeration PBQ enumeration TBQ

FedEx Web Services, Rate Services 284 source

simpleType RateDimensionalDivisorType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements ShipmentLegRateDetail/DimDivisorType ShipmentRateDetail/DimDivisorType facets Kind Value annotation enumeration COUNTRY enumeration CUSTOMER enumeration OTHER enumeration PRODUCT enumeration WAIVED

annotation documentation

Indicates the reason that a dim divisor value was chose. source Indicates the reason that a dim divisor value was chose.

FedEx Web Services, Rate Services 285 simpleType RateDiscountType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element RateDiscount/RateDiscountType facets Kind Value annotation enumeration BONUS enumeration COUPON enumeration EARNED enumeration OTHER enumeration VOLUME

source

simpleType RatedWeightMethod namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements PackageRateDetail/RatedWeightMethod ShipmentLegRateDetail/RatedWeightMethod ShipmentRateDetail/RatedWeightMethod facets Kind Value annotation enumeration ACTUAL enumeration AVERAGE_PACKAGE_WEIGHT_MINIMUM enumeration BALLOON enumeration DIM enumeration FREIGHT_MINIMUM enumeration MIXED enumeration OVERSIZE enumeration OVERSIZE_1 enumeration OVERSIZE_2

FedEx Web Services, Rate Services 286 enumeration OVERSIZE_3 enumeration PACKAGING_MINIMUM enumeration WEIGHT_BREAK

source

simpleType RateElementBasisType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element VariableHandlingChargeDetail/RateElementBasis facets Kind Value annotation enumeration BASE_CHARGE enumeration NET_CHARGE enumeration NET_CHARGE_EXCLUDING_TAXES enumeration NET_FREIGHT

annotation documentation

Selects the value from a set of rate data to which the percentage is applied. source Selects the value from a set of rate data to which the percentage is applied.

FedEx Web Services, Rate Services 287

simpleType RateRequestType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element RequestedShipment/RateRequestTypes facets Kind Value annotation enumeration ACCOUNT enumeration LIST enumeration PREFERRED

source

simpleType RateTypeBasisType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements CodAddTransportationChargesDetail/RateTypeBasis VariableHandlingChargeDetail/RateTypeBasis facets Kind Value annotation enumeration ACCOUNT enumeration LIST

annotation documentation

Select the type of rate from which the element is to be selected. source Select the type of rate from which the element is to be selected.

FedEx Web Services, Rate Services 288

simpleType RebateType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element Rebate/RebateType facets Kind Value annotation enumeration BONUS enumeration EARNED enumeration OTHER

source

simpleType RecipientCustomsIdType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element RecipientCustomsId/Type facets Kind Value annotation enumeration COMPANY enumeration INDIVIDUAL enumeration PASSPORT

source

FedEx Web Services, Rate Services 289

simpleType RegulatoryControlType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element CustomsClearanceDetail/RegulatoryControls facets Kind Value annotation enumeration EU_CIRCULATION enumeration FOOD_OR_PERISHABLE enumeration NAFTA

source

simpleType RelativeVerticalPositionType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements CustomerSpecifiedLabelDetail/CustomContentPosition FreightAddressLabelDetail/CustomContentPosition facets Kind Value annotation enumeration ABOVE enumeration BELOW

annotation documentation

Describes the vertical position of an item relative to another item. source Describes the vertical position of an item relative to another item.

FedEx Web Services, Rate Services 290

simpleType RequestedShippingDocumentType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements EtdDetail/RequestedDocumentCopies ShippingDocumentSpecification/ShippingDocumentTypes facets Kind Value annotation enumeration CERTIFICATE_OF_ORIGIN enumeration COMMERCIAL_INVOICE enumeration CUSTOMER_SPECIFIED_LABELS enumeration DANGEROUS_GOODS_SHIPPERS_DECLARATION enumeration EXPORT_DECLARATION enumeration GENERAL_AGENCY_AGREEMENT enumeration LABEL enumeration NAFTA_CERTIFICATE_OF_ORIGIN enumeration PRO_FORMA_INVOICE enumeration RETURN_INSTRUCTIONS

source

FedEx Web Services, Rate Services 291 simpleType RequiredShippingDocumentType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element CommitDetail/RequiredDocuments facets Kind Value annotation enumeration CANADIAN_B13A enumeration CERTIFICATE_OF_ORIGIN enumeration COMMERCIAL_INVOICE enumeration INTERNATIONAL_AIRWAY_BILL enumeration MAIL_SERVICE_AIRWAY_BILL enumeration SHIPPERS_EXPORT_DECLARATION

source

simpleType ReturnedRateType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements RateReplyDetail/ActualRateType PackageRateDetail/RateType ShipmentLegRateDetail/RateType ShipmentRateDetail/RateType facets Kind Value annotation enumeration PAYOR_ACCOUNT_PACKAGE enumeration PAYOR_ACCOUNT_SHIPMENT enumeration PAYOR_LIST_PACKAGE enumeration PAYOR_LIST_SHIPMENT enumeration PREFERRED_ACCOUNT_PACKAGE enumeration PREFERRED_ACCOUNT_SHIPMENT enumeration PREFERRED_LIST_PACKAGE enumeration PREFERRED_LIST_SHIPMENT

FedEx Web Services, Rate Services 292 enumeration RATED_ACCOUNT_PACKAGE enumeration RATED_ACCOUNT_SHIPMENT enumeration RATED_LIST_PACKAGE enumeration RATED_LIST_SHIPMENT

annotation documentation The "PAYOR..." rates are expressed in the currency identified in the payor's rate table(s). The "RATED..." rates are expressed in the currency of the origin

country. Former "...COUNTER..." values have become "...RETAIL..." values, except for PAYOR_COUNTER and RATED_COUNTER, which have been removed. source The "PAYOR..." rates are expressed in the currency identified in the payor's rate table(s). The "RATED..." rates are expressed in the currency of the origin country. Former "...COUNTER..." values have become "...RETAIL..." values, except for PAYOR_COUNTER and RATED_COUNTER, which have been removed.

simpleType ReturnEMailAllowedSpecialServiceType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element ReturnEMailDetail/AllowedSpecialServices facets Kind Value annotation enumeration SATURDAY_DELIVERY enumeration SATURDAY_PICKUP

annotation documentation

These values are used to control the availability of certain special services at the time when a customer uses the e-mail label link to create a return shipment.

FedEx Web Services, Rate Services 293 source These values are used to control the availability of certain special services at the time when a customer uses the e-mail label link to create a return shipment.

simpleType ReturnType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element ReturnShipmentDetail/ReturnType facets Kind Value annotation enumeration FEDEX_TAG enumeration PENDING enumeration PRINT_RETURN_LABEL

source

simpleType RotationType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element CustomLabelTextEntry/Rotation facets Kind Value annotation enumeration LEFT enumeration NONE

FedEx Web Services, Rate Services 294 enumeration RIGHT enumeration UPSIDE_DOWN

annotation documentation

Describes the rotation of an item from its default orientation. source Describes the rotation of an item from its default orientation.

simpleType SecondaryBarcodeType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element CustomerSpecifiedLabelDetail/SecondaryBarcode facets Kind Value annotation enumeration COMMON_2D enumeration NONE enumeration SSCC_18 enumeration USPS

source

FedEx Web Services, Rate Services 295 simpleType ServiceOptionType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements CommitDetail/AppliedOptions RateReplyDetail/AppliedOptions RateRequest/VariableOptions facets Kind Value annotation enumeration FREIGHT_GUARANTEE enumeration SATURDAY_DELIVERY enumeration SMART_POST_ALLOWED_INDICIA enumeration SMART_POST_HUB_ID

annotation documentation

These values control the optional features of service that may be combined in a commitment/rate comparision transaction. source These values control the optional features of service that may be combined in a commitment/rate comparision transaction. simpleType ServiceType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements FreightServiceCenterDetail/LocalService CommitDetail/ServiceType RateReplyDetail/ServiceType RequestedShipment/ServiceType facets Kind Value annotation enumeration EUROPE_FIRST_INTERNATIONAL_PRIORITY enumeration FEDEX_1_DAY_FREIGHT enumeration FEDEX_2_DAY enumeration FEDEX_2_DAY_AM enumeration FEDEX_2_DAY_FREIGHT enumeration FEDEX_3_DAY_FREIGHT enumeration FEDEX_DISTANCE_DEFERRED enumeration FEDEX_EXPRESS_SAVER

FedEx Web Services, Rate Services 296 enumeration FEDEX_FIRST_FREIGHT enumeration FEDEX_FREIGHT_ECONOMY enumeration FEDEX_FREIGHT_PRIORITY enumeration FEDEX_GROUND enumeration FEDEX_NEXT_DAY_AFTERNOON enumeration FEDEX_NEXT_DAY_EARLY_MORNING enumeration FEDEX_NEXT_DAY_END_OF_DAY enumeration FEDEX_NEXT_DAY_FREIGHT enumeration FEDEX_NEXT_DAY_MID_MORNING enumeration FIRST_OVERNIGHT enumeration GROUND_HOME_DELIVERY enumeration INTERNATIONAL_ECONOMY enumeration INTERNATIONAL_ECONOMY_FREIGHT enumeration INTERNATIONAL_FIRST enumeration INTERNATIONAL_PRIORITY enumeration INTERNATIONAL_PRIORITY_FREIGHT enumeration PRIORITY_OVERNIGHT enumeration SAME_DAY enumeration SAME_DAY_CITY enumeration SMART_POST enumeration STANDARD_OVERNIGHT source

FedEx Web Services, Rate Services 297 simpleType ShipmentOnlyFieldsType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element RequestedShipment/ShipmentOnlyFields facets Kind Value annotation enumeration DIMENSIONS enumeration INSURED_VALUE enumeration WEIGHT

annotation documentation

These values identify which package-level data values will be provided at the shipment-level. source These values identify which package-level data values will be provided at the shipment-level.

FedEx Web Services, Rate Services 298 simpleType ShipmentSpecialServiceType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements FreightSpecialServicePayment/SpecialService ShipmentSpecialServicesRequested/SpecialServiceTypes facets Kind Value annotation enumeration BROKER_SELECT_OPTION enumeration CALL_BEFORE_DELIVERY enumeration COD enumeration CUSTOM_DELIVERY_WINDOW enumeration DANGEROUS_GOODS enumeration DO_NOT_BREAK_DOWN_PALLETS enumeration DO_NOT_STACK_PALLETS enumeration DRY_ICE enumeration EAST_COAST_SPECIAL enumeration ELECTRONIC_TRADE_DOCUMENTS enumeration EMAIL_NOTIFICATION enumeration EXTREME_LENGTH enumeration FOOD enumeration FREIGHT_GUARANTEE enumeration FREIGHT_TO_COLLECT enumeration FUTURE_DAY_SHIPMENT enumeration HOLD_AT_LOCATION enumeration HOME_DELIVERY_PREMIUM enumeration INSIDE_DELIVERY enumeration INSIDE_PICKUP enumeration INTERNATIONAL_CONTROLLED_EXPORT_SERVICE enumeration INTERNATIONAL_TRAFFIC_IN_ARMS_REGULATIONS enumeration LIFTGATE_DELIVERY enumeration LIFTGATE_PICKUP enumeration LIMITED_ACCESS_DELIVERY enumeration LIMITED_ACCESS_PICKUP enumeration PENDING_SHIPMENT enumeration POISON enumeration PROTECTION_FROM_FREEZING enumeration RETURNS_CLEARANCE

FedEx Web Services, Rate Services 299 enumeration RETURN_SHIPMENT enumeration SATURDAY_DELIVERY enumeration SATURDAY_PICKUP enumeration TOP_LOAD source

FedEx Web Services, Rate Services 300

simpleType ShippingDocumentDispositionType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element ShippingDocumentDispositionDetail/DispositionType facets Kind Value annotation enumeration CONFIRMED enumeration DEFERRED_RETURNED enumeration DEFERRED_STORED enumeration EMAILED enumeration QUEUED enumeration RETURNED enumeration STORED

annotation documentation

Specifies how to return a shipping document to the caller. source Specifies how to return a shipping document to the caller.

simpleType ShippingDocumentEMailGroupingType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

FedEx Web Services, Rate Services 301 used by element ShippingDocumentEMailDetail/Grouping facets Kind Value annotation enumeration BY_RECIPIENT enumeration NONE

source

simpleType ShippingDocumentGroupingType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element ShippingDocumentDispositionDetail/Grouping facets Kind Value annotation enumeration CONSOLIDATED_BY_DOCUMENT_TYPE enumeration INDIVIDUAL

annotation documentation

Specifies how to organize all shipping documents of the same type. source Specifies how to organize all shipping documents of the same type.

simpleType ShippingDocumentImageType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements LabelSpecification/ImageType ShippingDocumentFormat/ImageType

FedEx Web Services, Rate Services 302 facets Kind Value annotation enumeration DPL enumeration EPL2 enumeration PDF enumeration PNG enumeration ZPLII

annotation documentation

Specifies the image format used for a shipping document. source Specifies the image format used for a shipping document.

simpleType ShippingDocumentStockType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element ShippingDocumentFormat/StockType facets Kind Value annotation enumeration OP_900_LG_B enumeration OP_900_LL_B enumeration PAPER_4X6 enumeration PAPER_LETTER enumeration STOCK_4X6 enumeration STOCK_4X6.75_LEADING_DOC_TAB enumeration STOCK_4X6.75_TRAILING_DOC_TAB enumeration STOCK_4X8 enumeration STOCK_4X9_LEADING_DOC_TAB enumeration STOCK_4X9_TRAILING_DOC_TAB

FedEx Web Services, Rate Services 303 annotation documentation

Specifies the type of paper (stock) on which a document will be printed. source Specifies the type of paper (stock) on which a document will be printed. simpleType SignatureOptionType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements SignatureOptionDetail/OptionType RateReplyDetail/SignatureOption facets Kind Value annotation enumeration ADULT enumeration DIRECT enumeration INDIRECT enumeration NO_SIGNATURE_REQUIRED enumeration SERVICE_DEFAULT

source

FedEx Web Services, Rate Services 304 simpleType SmartPostAncillaryEndorsementType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element SmartPostShipmentDetail/AncillaryEndorsement facets Kind Value annotation enumeration ADDRESS_CORRECTION enumeration CARRIER_LEAVE_IF_NO_RESPONSE enumeration CHANGE_SERVICE enumeration FORWARDING_SERVICE enumeration RETURN_SERVICE

annotation documentation

These values are mutually exclusive; at most one of them can be attached to a SmartPost shipment. source These values are mutually exclusive; at most one of them can be attached to a SmartPost shipment.

simpleType SmartPostIndiciaType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements SmartPostShipmentDetail/Indicia ServiceSubOptionDetail/SmartPostIndicia facets Kind Value annotation enumeration MEDIA_MAIL enumeration PARCEL_RETURN enumeration PARCEL_SELECT enumeration PRESORTED_BOUND_PRINTED_MATTER enumeration PRESORTED_STANDARD

FedEx Web Services, Rate Services 305 source

simpleType SpecialRatingAppliedType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements ShipmentLegRateDetail/SpecialRatingApplied ShipmentRateDetail/SpecialRatingApplied facets Kind Value annotation enumeration FIXED_FUEL_SURCHARGE enumeration IMPORT_PRICING

source

simpleType SurchargeLevelType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element Surcharge/Level facets Kind Value annotation enumeration PACKAGE enumeration SHIPMENT

source

FedEx Web Services, Rate Services 306

simpleType SurchargeType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element Surcharge/SurchargeType facets Kind Value annotation enumeration ADDITIONAL_HANDLING enumeration ANCILLARY_FEE enumeration APPOINTMENT_DELIVERY enumeration BROKER_SELECT_OPTION enumeration CANADIAN_DESTINATION enumeration CLEARANCE_ENTRY_FEE enumeration COD enumeration CUT_FLOWERS enumeration DANGEROUS_GOODS enumeration DELIVERY_AREA enumeration DELIVERY_CONFIRMATION enumeration DOCUMENTATION_FEE enumeration DRY_ICE enumeration EMAIL_LABEL enumeration EUROPE_FIRST enumeration EXCESS_VALUE enumeration EXHIBITION enumeration EXPORT enumeration EXTRA_SURFACE_HANDLING_CHARGE enumeration EXTREME_LENGTH enumeration FEDEX_INTRACOUNTRY_FEES enumeration FEDEX_TAG enumeration FICE enumeration FLATBED enumeration FREIGHT_GUARANTEE

FedEx Web Services, Rate Services 307 enumeration FREIGHT_ON_VALUE enumeration FREIGHT_TO_COLLECT enumeration FUEL enumeration HOLD_AT_LOCATION enumeration HOME_DELIVERY_APPOINTMENT enumeration HOME_DELIVERY_DATE_CERTAIN enumeration HOME_DELIVERY_EVENING enumeration INSIDE_DELIVERY enumeration INSIDE_PICKUP enumeration INSURED_VALUE enumeration INTERHAWAII enumeration LIFTGATE_DELIVERY enumeration LIFTGATE_PICKUP enumeration LIMITED_ACCESS_DELIVERY enumeration LIMITED_ACCESS_PICKUP enumeration METRO_DELIVERY enumeration METRO_PICKUP enumeration NON_MACHINABLE enumeration OFFSHORE enumeration ON_CALL_PICKUP enumeration OTHER enumeration OUT_OF_DELIVERY_AREA enumeration OUT_OF_PICKUP_AREA enumeration OVERSIZE enumeration OVER_DIMENSION enumeration PIECE_COUNT_VERIFICATION enumeration PRE_DELIVERY_NOTIFICATION enumeration PRIORITY_ALERT enumeration PROTECTION_FROM_FREEZING enumeration REGIONAL_MALL_DELIVERY enumeration REGIONAL_MALL_PICKUP enumeration REROUTE enumeration RESCHEDULE enumeration RESIDENTIAL_DELIVERY enumeration RESIDENTIAL_PICKUP

FedEx Web Services, Rate Services 308 enumeration RETURN_LABEL enumeration SATURDAY_DELIVERY enumeration SATURDAY_PICKUP enumeration SIGNATURE_OPTION enumeration TARP enumeration THIRD_PARTY_CONSIGNEE enumeration TRANSMART_SERVICE_FEE source

FedEx Web Services, Rate Services 309

FedEx Web Services, Rate Services 310 simpleType TaxesOrMiscellaneousChargeType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element CommercialInvoice/TaxesOrMiscellaneousChargeType facets Kind Value annotation enumeration COMMISSIONS enumeration DISCOUNTS enumeration HANDLING_FEES enumeration OTHER enumeration ROYALTIES_AND_LICENSE_FEES enumeration TAXES

annotation documentation

Specifice the kind of tax or miscellaneous charge being reported on a Commercial Invoice. source Specifice the kind of tax or miscellaneous charge being reported on a Commercial Invoice.

simpleType TaxType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element Tax/TaxType facets Kind Value annotation enumeration EXPORT enumeration GST enumeration HST

FedEx Web Services, Rate Services 311 enumeration INTRACOUNTRY enumeration OTHER enumeration PST enumeration VAT

source

simpleType TermsOfSaleType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element CommercialInvoice/TermsOfSale facets Kind Value annotation enumeration CFR_OR_CPT enumeration CIF_OR_CIP enumeration DAP enumeration DAT enumeration DDP enumeration DDU enumeration EXW enumeration FOB_OR_FCA

source

FedEx Web Services, Rate Services 312

simpleType TinType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element TaxpayerIdentification/TinType facets Kind Value annotation enumeration BUSINESS_NATIONAL enumeration BUSINESS_STATE enumeration PERSONAL_NATIONAL enumeration PERSONAL_STATE

source

simpleType TrackingIdType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element TrackingId/TrackingIdType facets Kind Value annotation enumeration EXPRESS enumeration FEDEX enumeration GROUND enumeration USPS

source

FedEx Web Services, Rate Services 313

simpleType TransitTimeType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements CommitDetail/MaximumTransitTime RateReplyDetail/MaximumTransitTime CommitDetail/TransitTime RateReplyDetail/TransitTime facets Kind Value annotation enumeration EIGHTEEN_DAYS enumeration EIGHT_DAYS enumeration ELEVEN_DAYS enumeration FIFTEEN_DAYS enumeration FIVE_DAYS enumeration FOURTEEN_DAYS enumeration FOUR_DAYS enumeration NINETEEN_DAYS enumeration NINE_DAYS enumeration ONE_DAY enumeration SEVENTEEN_DAYS enumeration SEVEN_DAYS enumeration SIXTEEN_DAYS enumeration SIX_DAYS enumeration TEN_DAYS enumeration THIRTEEN_DAYS enumeration THREE_DAYS enumeration TWELVE_DAYS enumeration TWENTY_DAYS enumeration TWO_DAYS enumeration UNKNOWN

FedEx Web Services, Rate Services 314 source

simpleType UploadDocumentIdProducer namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element UploadDocumentReferenceDetail/DocumentIdProducer facets Kind Value annotation enumeration CUSTOMER enumeration FEDEX_CSHP enumeration FEDEX_GTM

source

FedEx Web Services, Rate Services 315

simpleType UploadDocumentProducerType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements UploadDocumentDetail/DocumentProducer UploadDocumentReferenceDetail/DocumentProducer facets Kind Value annotation enumeration CUSTOMER enumeration FEDEX_CLS enumeration FEDEX_GTM enumeration OTHER

source

simpleType UploadDocumentType namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by elements UploadDocumentDetail/DocumentType UploadDocumentReferenceDetail/DocumentType facets Kind Value annotation enumeration CERTIFICATE_OF_ORIGIN enumeration COMMERCIAL_INVOICE enumeration ETD_LABEL enumeration NAFTA_CERTIFICATE_OF_ORIGIN enumeration OTHER enumeration PRO_FORMA_INVOICE

FedEx Web Services, Rate Services 316 source

simpleType VolumeUnits namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element Volume/Units facets Kind Value annotation enumeration CUBIC_FT enumeration CUBIC_M

annotation documentation

Units of three-dimensional volume/cubic measure. source Units of three-dimensional volume/cubic measure.

simpleType WeightUnits namespace http://fedex.com/ws/rate/v14 type restriction of xs:string

used by element Weight/Units facets Kind Value annotation

FedEx Web Services, Rate Services 317 enumeration KG enumeration LB source

FedEx Web Services, Rate Services 318