Click or drag to resize

ShippingServicesV3 Class

[This is preliminary documentation and is subject to change.]

Summary description for ShippingServicesV3
Inheritance Hierarchy

Namespace:  Purolator.Webservice
Assembly:  OLS.Web (in OLS.Web.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntax
public class ShippingServicesV3 : WebService

The ShippingServicesV3 type exposes the following members.

Methods
  NameDescription
Public methodAddConsolidatedLTLShipmentV3
Consolidates orders into an LTL Shipment
Public methodAddContainers
AddContainers adds one or more empty containers.
Public methodAddContainersToContainer
AddPackageContainer creates an overpack container and associates packages with the container.
Public methodAddItem
Adds customs items to an existing order.
Public methodAddLTLOrderV3
Adds an LTL order that will be included in a single LTL Shipment.
Public methodAddLTLPallets
Add pallets to an existing LTL Shipment.
Public methodAddOrder
Gets the service availability, pin numbers, and labels for each package; enters the order in the Purolator system.
Public methodAddOrderWithRates
Gets the service availability, estimated rate, pin numbers, and labels for each package; enters the order in the Purolator system.
Public methodAddOrGetOrder
Returns an existing order, or gets the service availability, pin numbers, and labels for each package; enters the order in the Purolator system.
Public methodAddPackage
Adds packages to an existing order.
Public methodAddPackagesToContainer
AddPackageContainer creates an overpack container and associates packages with the container.
Public methodCloseoutUpdateWeight
Complete processing of a series of packages and updates their weights.
Public methodCloseoutV3
Complete processing of a series of packages.
Public methodCloseoutWithLTLV3
Complete processing of a series of packages and LTL Pro Numbers.
Public methodGetContainer
GetContainer retrieves information about an overpack container and associated packages.
Public methodGetContainerLabels
GetContainerLabels retrieves labels for an overpack container.
Public methodGetDocument
Retrieve document for various object types.
Public methodGetLabel
Gets a Package label either as ZPL code or as a Base64 encoded image.
Public methodGetLabelV3
Gets a Package label and the label information either as ZPL code or as a Base64 encoded image.
Public methodGetLTLLabel
Gets one or more Pallet labels either as ZPL code or as a Base64 encoded image.
Public methodGetOrderStatus
Gets an OrderResponseV3 for the specified order.
Public methodGetRates
Gets the service availability and estimated rates without creating the order.
Public methodGetZPLInitializationImages
Gets ZPL code to load Purolator specific images into a ZPL printer.
Public methodModifyContainer
ModifyContainer modifies information about an overpack container.
Public methodRemoveContainersFromContainer
RemovePackageContainer removes the packages from a container.
Public methodRemovePackagesFromContainer
RemovePackageContainer removes the packages from a container.
Public methodShipmentVerification
Verifies that each package is being shipped as part of some clients multi-step shipment process.
Public methodUpdateOrder
Updates values in existing orders.
Public methodVoidLTLPallets
Void pallets in an existing LTL Shipment.
Public methodVoidLTLShipments
Voids a list of LTL Shipments.
Public methodVoidOrders
Voids a list of orders.
Public methodVoidPackages
Voids a list of packages.
Top
See Also