The Shipping Package API gives the application many ways to manage the shipment of packages to their destination.
Shipment
The Shipping API makes UPS shipping services available to client applications that communicate with UPS using the Internet
path Parameters
query Parameters
header Parameters
Request Body schema: application/json
Generate sample code for popular API requests by selecting an example below. To view a full sample request and response, first click "Authorize" and enter your application credentials, then populate the required parameters above and click "Try it out".
successful operation
Invalid Request
Unauthorized Request
Blocked Merchant
Rate Limit Exceeded
- Payload
- curl
- Node.js
- JavaScript
- PHP
- Python
- C#
- Java
{- "ShipmentRequest": {
- "Request": {
- "SubVersion": "1801",
- "RequestOption": "nonvalidate",
- "TransactionReference": {
- "CustomerContext": ""
}
}, - "Shipment": {
- "Description": "Ship WS test",
- "Shipper": {
- "Name": "ShipperName",
- "AttentionName": "ShipperZs Attn Name",
- "TaxIdentificationNumber": "123456",
- "Phone": {
- "Number": "1115554758",
- "Extension": " "
}, - "ShipperNumber": " ",
- "FaxNumber": "8002222222",
- "Address": {
- "AddressLine": [
- "2311 York Rd"
], - "City": "Timonium",
- "StateProvinceCode": "MD",
- "PostalCode": "21093",
- "CountryCode": "US"
}
}, - "ShipTo": {
- "Name": "Happy Dog Pet Supply",
- "AttentionName": "1160b_74",
- "Phone": {
- "Number": "9225377171"
}, - "Address": {
- "AddressLine": [
- "123 Main St"
], - "City": "timonium",
- "StateProvinceCode": "MD",
- "PostalCode": "21030",
- "CountryCode": "US"
}, - "Residential": " "
}, - "ShipFrom": {
- "Name": "T and T Designs",
- "AttentionName": "1160b_74",
- "Phone": {
- "Number": "1234567890"
}, - "FaxNumber": "1234567890",
- "Address": {
- "AddressLine": [
- "2311 York Rd"
], - "City": "Alpharetta",
- "StateProvinceCode": "GA",
- "PostalCode": "30005",
- "CountryCode": "US"
}
}, - "PaymentInformation": {
- "ShipmentCharge": {
- "Type": "01",
- "BillShipper": {
- "AccountNumber": " "
}
}
}, - "Service": {
- "Code": "03",
- "Description": "Express"
}, - "Package": {
- "Description": " ",
- "Packaging": {
- "Code": "02",
- "Description": "Nails"
}, - "Dimensions": {
- "UnitOfMeasurement": {
- "Code": "IN",
- "Description": "Inches"
}, - "Length": "10",
- "Width": "30",
- "Height": "45"
}, - "PackageWeight": {
- "UnitOfMeasurement": {
- "Code": "LBS",
- "Description": "Pounds"
}, - "Weight": "5"
}
}
}, - "LabelSpecification": {
- "LabelImageFormat": {
- "Code": "GIF",
- "Description": "GIF"
}, - "HTTPUserAgent": "Mozilla/4.5"
}
}
}
- 200
- 400
- 401
- 403
- 429
{- "ShipmentResponse": {
- "Response": {
- "ResponseStatus": {
- "Code": "s",
- "Description": "string"
}, - "Alert": [
- {
- "Code": "string",
- "Description": "string"
}
], - "TransactionReference": {
- "CustomerContext": "string"
}
}, - "ShipmentResults": {
- "Disclaimer": [
- {
- "Code": "st",
- "Description": "string"
}
], - "ShipmentCharges": {
- "RateChart": "s",
- "BaseServiceCharge": {
- "CurrencyCode": "str",
- "MonetaryValue": "string"
}, - "TransportationCharges": {
- "CurrencyCode": "str",
- "MonetaryValue": "string"
}, - "ItemizedCharges": [
- {
- "Code": "str",
- "Description": "string",
- "CurrencyCode": "str",
- "MonetaryValue": "string",
- "SubType": "string"
}
], - "ServiceOptionsCharges": {
- "CurrencyCode": "str",
- "MonetaryValue": "string"
}, - "TaxCharges": [
- {
- "Type": "string",
- "MonetaryValue": "string"
}
], - "TotalCharges": {
- "CurrencyCode": "str",
- "MonetaryValue": "string"
}, - "TotalChargesWithTaxes": {
- "CurrencyCode": "str",
- "MonetaryValue": "string"
}
}, - "NegotiatedRateCharges": {
- "ItemizedCharges": [
- {
- "Code": "str",
- "Description": "string",
- "CurrencyCode": "str",
- "MonetaryValue": "string",
- "SubType": "string"
}
], - "TaxCharges": [
- {
- "Type": "string",
- "MonetaryValue": "string"
}
], - "TotalCharge": {
- "CurrencyCode": "str",
- "MonetaryValue": "string"
}, - "RateModifier": [
- {
- "ModifierType": "str",
- "ModifierDesc": "stringstringstringstringstringstringstringstringst",
- "Amount": "stringstringstri"
}
], - "TotalChargesWithTaxes": {
- "CurrencyCode": "str",
- "MonetaryValue": "string"
}
}, - "FRSShipmentData": {
- "TransportationCharges": {
- "GrossCharge": {
- "CurrencyCode": "str",
- "MonetaryValue": "string"
}, - "DiscountAmount": {
- "CurrencyCode": "str",
- "MonetaryValue": "string"
}, - "DiscountPercentage": "strin",
- "NetCharge": {
- "CurrencyCode": "str",
- "MonetaryValue": "string"
}
}, - "FreightDensityRate": {
- "Density": "strin",
- "TotalCubicFeet": "string"
}, - "HandlingUnits": [
- {
- "Quantity": "string",
- "Type": {
- "Code": "str",
- "Description": "string"
}, - "Dimensions": {
- "UnitOfMeasurement": {
- "Code": null,
- "Description": null
}, - "Length": "string",
- "Width": "string",
- "Height": "string"
}, - "AdjustedHeight": {
- "Value": "string",
- "UnitOfMeasurement": {
- "Code": null,
- "Description": null
}
}
}
]
}, - "RatingMethod": "st",
- "BillableWeightCalculationMethod": "st",
- "BillingWeight": {
- "UnitOfMeasurement": {
- "Code": "str",
- "Description": "string"
}, - "Weight": "stringst"
}, - "ShipmentIdentificationNumber": "stringstringstring",
- "MIDualReturnShipmentKey": "string",
- "BarCodeImage": "string",
- "PackageResults": [
- {
- "TrackingNumber": "stringstringstring",
- "RateModifier": [
- {
- "ModifierType": "str",
- "ModifierDesc": "string",
- "Amount": "string"
}
], - "BaseServiceCharge": {
- "CurrencyCode": "str",
- "MonetaryValue": "string"
}, - "ServiceOptionsCharges": {
- "CurrencyCode": "str",
- "MonetaryValue": "string"
}, - "ShippingLabel": {
- "ImageFormat": {
- "Code": "str",
- "Description": "string"
}, - "GraphicImage": "string",
- "GraphicImagePart": [
- "string"
], - "InternationalSignatureGraphicImage": "string",
- "HTMLImage": "string",
- "PDF417": "string"
}, - "ShippingReceipt": {
- "ImageFormat": {
- "Code": "stri",
- "Description": "string"
}, - "GraphicImage": "string"
}, - "USPSPICNumber": "string",
- "CN22Number": "string",
- "Accessorial": [
- {
- "Code": "str",
- "Description": "string"
}
], - "SimpleRate": {
- "Code": "st"
}, - "Form": {
- "Code": "st",
- "Description": "string",
- "Image": {
- "ImageFormat": {
- "Code": null,
- "Description": null
}, - "GraphicImage": "string"
}, - "FormGroupId": "string",
- "FormGroupIdName": "string"
}, - "ItemizedCharges": [
- {
- "Code": "str",
- "Description": "string",
- "CurrencyCode": "str",
- "MonetaryValue": "string",
- "SubType": "string"
}
], - "NegotiatedCharges": {
- "ItemizedCharges": [
- {
- "Code": null,
- "Description": null,
- "CurrencyCode": null,
- "MonetaryValue": null,
- "SubType": null
}
], - "RateModifier": [
- {
- "ModifierType": null,
- "ModifierDesc": null,
- "Amount": null
}
]
}
}
], - "ControlLogReceipt": [
- {
- "ImageFormat": {
- "Code": "stri",
- "Description": "string"
}, - "GraphicImage": "string"
}
], - "Form": {
- "Code": "st",
- "Description": "string",
- "Image": {
- "ImageFormat": {
- "Code": "str",
- "Description": "string"
}, - "GraphicImage": "string"
}, - "FormGroupId": "string",
- "FormGroupIdName": "string"
}, - "CODTurnInPage": {
- "Image": {
- "ImageFormat": {
- "Code": "str",
- "Description": "string"
}, - "GraphicImage": "string"
}
}, - "HighValueReport": {
- "Image": {
- "ImageFormat": {
- "Code": "str",
- "Description": "string"
}, - "GraphicImage": "string"
}
}, - "LabelURL": "string",
- "LocalLanguageLabelURL": "string",
- "ReceiptURL": "string",
- "LocalLanguageReceiptURL": "string",
- "DGPaperImage": [
- "string"
], - "MasterCartonID": "string",
- "RoarRatedIndicator": "string",
- "GCCN": "string",
- "USI": "578299028T",
- "Message": "string",
- "SubProNumber": "string",
- "PalletLabel": {
- "PalletLabel": "string"
}, - "BillOfLading": "string"
}
}
}
Void Shipment
The Void Shipping API is used to cancel the previously scheduled shipment
path Parameters
query Parameters
trackingnumber | string >= 1 The package's tracking number. You may have up to 20 different tracking numbers listed. If more than one tracking number, pass this value as: trackingnumber= ["1ZISUS010330563105","1ZISUS01033056310 8"] with a coma separating each number. Alpha-numeric. Must pass 1Z rules. Must be upper case. Length 18 |
successful operation
Invalid Request
Unauthorized Request
Blocked Merchant
Rate Limit Exceeded
- curl
- Node.js
- JavaScript
- PHP
- Python
- C#
- Java
- 200
- 400
- 401
- 403
- 429
{- "VoidShipmentResponse": {
- "Response": {
- "ResponseStatus": {
- "Code": "s",
- "Description": "string"
}, - "Alert": {
- "Code": "string",
- "Description": "string"
}, - "TransactionReference": {
- "CustomerContext": "string"
}
}, - "SummaryResult": {
- "Status": {
- "Code": "s",
- "Description": "string"
}
}, - "PackageLevelResults": [
- {
- "TrackingNumber": "stringstringstring",
- "Status": {
- "Code": "s",
- "Description": "string"
}
}
]
}
}
Label Recovery
The Label Shipping API allows us to retrieve forward and return labels.
path Parameters
version required | string >= 1 Default: "v1" When UPS introduces new elements in the response that are not associated with new request elements, Subversion is used. This ensures backward compatibility. v1 original features of the application. No support for CODTurn-inPage, HighValueReport or InternationalForms features returned in the response v1701 includes support for CODTurn-inPage features returned in the response. V1903 Length 5 |
header Parameters
Request Body schema: application/json
Generate sample code for popular API requests by selecting an example below. To view a full sample request and response, first click "Authorize" and enter your application credentials, then populate the required parameters above and click "Try it out".
required | object (LabelRecoveryRequest) <= 1 Request for obtaining the Label for the return shipment. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
successful operation
Invalid Request
Unauthorized Request
Blocked Merchant
Rate Limit Exceeded
- Payload
- curl
- Node.js
- JavaScript
- PHP
- Python
- C#
- Java
{- "LabelRecoveryRequest": {
- "LabelDelivery": {
- "LabelLinkIndicator": "",
- "ResendEmailIndicator": ""
}, - "LabelSpecification": {
- "HTTPUserAgent": "Mozilla/4.5",
- "LabelImageFormat": {
- "Code": "ZPL"
}, - "LabelStockSize": {
- "Height": "6",
- "Width": "4"
}
}, - "Request": {
- "RequestOption": "Non_Validate",
- "SubVersion": "1903",
- "TransactionReference": {
- "CustomerContext": ""
}
}, - "TrackingNumber": "1Z12345E8791315509",
- "Translate": {
- "Code": "01",
- "DialectCode": "US",
- "LanguageCode": "eng"
}
}
}
- 200
- 400
- 401
- 403
- 429
{- "LabelRecoveryResponse": {
- "Response": {
- "ResponseStatus": {
- "Code": "s",
- "Description": "string"
}, - "Alert": [
- {
- "Code": "string",
- "Description": "string"
}
], - "TransactionReference": {
- "CustomerContext": "string"
}
}, - "ShipmentIdentificationNumber": "stringstringstring",
- "LabelResults": [
- {
- "TrackingNumber": "stringstringstring",
- "LabelImage": {
- "LabelImageFormat": {
- "Code": "stri"
}, - "GraphicImage": "string",
- "HTMLImage": "string",
- "PDF417": "string",
- "InternationalSignatureGraphicImage": "string",
- "URL": "string"
}, - "MailInnovationsTrackingNumber": "string",
- "MailInnovationsLabelImage": {
- "LabelImageFormat": {
- "Code": "stri"
}, - "GraphicImage": "string",
- "HTMLImage": "string",
- "PDF417": "string",
- "InternationalSignatureGraphicImage": "string",
- "URL": "string"
}, - "Receipt": {
- "HTMLImage": "string",
- "Image": {
- "ImageFormat": {
- "Code": "str",
- "Description": "string"
}, - "GraphicImage": "string"
}, - "URL": "string"
}, - "Form": {
- "Image": {
- "ImageFormat": {
- "Code": "str",
- "Description": "string"
}, - "GraphicImage": "string"
}
}
}
], - "CODTurnInPage": {
- "Image": {
- "ImageFormat": {
- "Code": "str",
- "Description": "string"
}, - "GraphicImage": "string"
}
}, - "Form": {
- "Image": {
- "ImageFormat": {
- "Code": "str",
- "Description": "string"
}, - "GraphicImage": "string"
}
}, - "HighValueReport": {
- "Image": {
- "ImageFormat": {
- "Code": "str",
- "Description": "string"
}, - "GraphicImage": "string"
}
}, - "TrackingCandidate": [
- {
- "TrackingNumber": "stringstringstring",
- "DestinationPostalCode": "string",
- "DestinationCountryCode": "st",
- "PickupDateRange": {
- "BeginDate": "stringst",
- "EndDate": "stringst"
}
}
]
}
}
ShipmentDeprecated
The Shipping API makes UPS shipping services available to client applications that communicate with UPS using the Internet
path Parameters
query Parameters
header Parameters
Request Body schema: application/json
Generate sample code for popular API requests by selecting an example below. To view a full sample request and response, first click "Authorize" and enter your application credentials, then populate the required parameters above and click "Try it out".
required | object (ShipmentRequest) <= 1 Shipment Request. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
successful operation
Invalid Request
Unauthorized Request
Blocked Merchant
Rate Limit Exceeded
- Payload
- curl
- Node.js
- JavaScript
- PHP
- Python
- C#
- Java
{- "ShipmentRequest": {
- "Request": {
- "SubVersion": "1801",
- "RequestOption": "nonvalidate",
- "TransactionReference": {
- "CustomerContext": ""
}
}, - "Shipment": {
- "Description": "Ship WS test",
- "Shipper": {
- "Name": "ShipperName",
- "AttentionName": "ShipperZs Attn Name",
- "TaxIdentificationNumber": "123456",
- "Phone": {
- "Number": "1115554758",
- "Extension": " "
}, - "ShipperNumber": " ",
- "FaxNumber": "8002222222",
- "Address": {
- "AddressLine": [
- "2311 York Rd"
], - "City": "Timonium",
- "StateProvinceCode": "MD",
- "PostalCode": "21093",
- "CountryCode": "US"
}
}, - "ShipTo": {
- "Name": "Happy Dog Pet Supply",
- "AttentionName": "1160b_74",
- "Phone": {
- "Number": "9225377171"
}, - "Address": {
- "AddressLine": [
- "123 Main St"
], - "City": "timonium",
- "StateProvinceCode": "MD",
- "PostalCode": "21030",
- "CountryCode": "US"
}, - "Residential": " "
}, - "ShipFrom": {
- "Name": "T and T Designs",
- "AttentionName": "1160b_74",
- "Phone": {
- "Number": "1234567890"
}, - "FaxNumber": "1234567890",
- "Address": {
- "AddressLine": [
- "2311 York Rd"
], - "City": "Alpharetta",
- "StateProvinceCode": "GA",
- "PostalCode": "30005",
- "CountryCode": "US"
}
}, - "PaymentInformation": {
- "ShipmentCharge": {
- "Type": "01",
- "BillShipper": {
- "AccountNumber": " "
}
}
}, - "Service": {
- "Code": "03",
- "Description": "Express"
}, - "Package": {
- "Description": " ",
- "Packaging": {
- "Code": "02",
- "Description": "Nails"
}, - "Dimensions": {
- "UnitOfMeasurement": {
- "Code": "IN",
- "Description": "Inches"
}, - "Length": "10",
- "Width": "30",
- "Height": "45"
}, - "PackageWeight": {
- "UnitOfMeasurement": {
- "Code": "LBS",
- "Description": "Pounds"
}, - "Weight": "5"
}
}
}, - "LabelSpecification": {
- "LabelImageFormat": {
- "Code": "GIF",
- "Description": "GIF"
}, - "HTTPUserAgent": "Mozilla/4.5"
}
}
}
- 200
- 400
- 401
- 403
- 429
{- "ShipmentResponse": {
- "Response": {
- "ResponseStatus": {
- "Code": "s",
- "Description": "string"
}, - "Alert": [
- {
- "Code": "string",
- "Description": "string"
}
], - "TransactionReference": {
- "CustomerContext": "string"
}
}, - "ShipmentResults": {
- "Disclaimer": [
- {
- "Code": "st",
- "Description": "string"
}
], - "ShipmentCharges": {
- "RateChart": "s",
- "BaseServiceCharge": {
- "CurrencyCode": "str",
- "MonetaryValue": "string"
}, - "TransportationCharges": {
- "CurrencyCode": "str",
- "MonetaryValue": "string"
}, - "ItemizedCharges": [
- {
- "Code": "str",
- "Description": "string",
- "CurrencyCode": "str",
- "MonetaryValue": "string",
- "SubType": "string"
}
], - "ServiceOptionsCharges": {
- "CurrencyCode": "str",
- "MonetaryValue": "string"
}, - "TaxCharges": [
- {
- "Type": "string",
- "MonetaryValue": "string"
}
], - "TotalCharges": {
- "CurrencyCode": "str",
- "MonetaryValue": "string"
}, - "TotalChargesWithTaxes": {
- "CurrencyCode": "str",
- "MonetaryValue": "string"
}
}, - "NegotiatedRateCharges": {
- "ItemizedCharges": [
- {
- "Code": "str",
- "Description": "string",
- "CurrencyCode": "str",
- "MonetaryValue": "string",
- "SubType": "string"
}
], - "TaxCharges": [
- {
- "Type": "string",
- "MonetaryValue": "string"
}
], - "TotalCharge": {
- "CurrencyCode": "str",
- "MonetaryValue": "string"
}, - "RateModifier": [
- {
- "ModifierType": "str",
- "ModifierDesc": "stringstringstringstringstringstringstringstringst",
- "Amount": "stringstringstri"
}
], - "TotalChargesWithTaxes": {
- "CurrencyCode": "str",
- "MonetaryValue": "string"
}
}, - "FRSShipmentData": {
- "TransportationCharges": {
- "GrossCharge": {
- "CurrencyCode": "str",
- "MonetaryValue": "string"
}, - "DiscountAmount": {
- "CurrencyCode": "str",
- "MonetaryValue": "string"
}, - "DiscountPercentage": "strin",
- "NetCharge": {
- "CurrencyCode": "str",
- "MonetaryValue": "string"
}
}, - "FreightDensityRate": {
- "Density": "strin",
- "TotalCubicFeet": "string"
}, - "HandlingUnits": [
- {
- "Quantity": "string",
- "Type": {
- "Code": "str",
- "Description": "string"
}, - "Dimensions": {
- "UnitOfMeasurement": {
- "Code": null,
- "Description": null
}, - "Length": "string",
- "Width": "string",
- "Height": "string"
}, - "AdjustedHeight": {
- "Value": "string",
- "UnitOfMeasurement": {
- "Code": null,
- "Description": null
}
}
}
]
}, - "RatingMethod": "st",
- "BillableWeightCalculationMethod": "st",
- "BillingWeight": {
- "UnitOfMeasurement": {
- "Code": "str",
- "Description": "string"
}, - "Weight": "stringst"
}, - "ShipmentIdentificationNumber": "stringstringstring",
- "MIDualReturnShipmentKey": "string",
- "BarCodeImage": "string",
- "PackageResults": [
- {
- "TrackingNumber": "stringstringstring",
- "RateModifier": [
- {
- "ModifierType": "str",
- "ModifierDesc": "string",
- "Amount": "string"
}
], - "BaseServiceCharge": {
- "CurrencyCode": "str",
- "MonetaryValue": "string"
}, - "ServiceOptionsCharges": {
- "CurrencyCode": "str",
- "MonetaryValue": "string"
}, - "ShippingLabel": {
- "ImageFormat": {
- "Code": "str",
- "Description": "string"
}, - "GraphicImage": "string",
- "GraphicImagePart": [
- "string"
], - "InternationalSignatureGraphicImage": "string",
- "HTMLImage": "string",
- "PDF417": "string"
}, - "ShippingReceipt": {
- "ImageFormat": {
- "Code": "stri",
- "Description": "string"
}, - "GraphicImage": "string"
}, - "USPSPICNumber": "string",
- "CN22Number": "string",
- "Accessorial": [
- {
- "Code": "str",
- "Description": "string"
}
], - "SimpleRate": {
- "Code": "st"
}, - "Form": {
- "Code": "st",
- "Description": "string",
- "Image": {
- "ImageFormat": {
- "Code": null,
- "Description": null
}, - "GraphicImage": "string"
}, - "FormGroupId": "string",
- "FormGroupIdName": "string"
}, - "ItemizedCharges": [
- {
- "Code": "str",
- "Description": "string",
- "CurrencyCode": "str",
- "MonetaryValue": "string",
- "SubType": "string"
}
], - "NegotiatedCharges": {
- "ItemizedCharges": [
- {
- "Code": null,
- "Description": null,
- "CurrencyCode": null,
- "MonetaryValue": null,
- "SubType": null
}
], - "RateModifier": [
- {
- "ModifierType": null,
- "ModifierDesc": null,
- "Amount": null
}
]
}
}
], - "ControlLogReceipt": [
- {
- "ImageFormat": {
- "Code": "stri",
- "Description": "string"
}, - "GraphicImage": "string"
}
], - "Form": {
- "Code": "st",
- "Description": "string",
- "Image": {
- "ImageFormat": {
- "Code": "str",
- "Description": "string"
}, - "GraphicImage": "string"
}, - "FormGroupId": "string",
- "FormGroupIdName": "string"
}, - "CODTurnInPage": {
- "Image": {
- "ImageFormat": {
- "Code": "str",
- "Description": "string"
}, - "GraphicImage": "string"
}
}, - "HighValueReport": {
- "Image": {
- "ImageFormat": {
- "Code": "str",
- "Description": "string"
}, - "GraphicImage": "string"
}
}, - "LabelURL": "string",
- "LocalLanguageLabelURL": "string",
- "ReceiptURL": "string",
- "LocalLanguageReceiptURL": "string",
- "DGPaperImage": [
- "string"
], - "MasterCartonID": "string",
- "RoarRatedIndicator": "string",
- "GCCN": "string",
- "USI": "578299028T",
- "Message": "string",
- "SubProNumber": "string",
- "PalletLabel": {
- "PalletLabel": "string"
}, - "BillOfLading": "string"
}
}
}
Void ShipmentDeprecated
The Void Shipping API is used to cancel the previously scheduled shipment
path Parameters
query Parameters
trackingnumber | string >= 1 The package's tracking number. You may have up to 20 different tracking numbers listed. If more than one tracking number, pass this value as: trackingnumber= ["1ZISUS010330563105","1ZISUS01033056310 8"] with a coma separating each number. Alpha-numeric. Must pass 1Z rules. Must be upper case. Length 18 |
successful operation
Invalid Request
Unauthorized Request
Blocked Merchant
Rate Limit Exceeded
- curl
- Node.js
- JavaScript
- PHP
- Python
- C#
- Java
- 200
- 400
- 401
- 403
- 429
{- "VoidShipmentResponse": {
- "Response": {
- "ResponseStatus": {
- "Code": "s",
- "Description": "string"
}, - "Alert": {
- "Code": "string",
- "Description": "string"
}, - "TransactionReference": {
- "CustomerContext": "string"
}
}, - "SummaryResult": {
- "Status": {
- "Code": "s",
- "Description": "string"
}
}, - "PackageLevelResults": [
- {
- "TrackingNumber": "stringstringstring",
- "Status": {
- "Code": "s",
- "Description": "string"
}
}
]
}
}