Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.35 KB

CrossBorderQuotesRequest.md

File metadata and controls

19 lines (14 loc) · 1.35 KB

shippingapi.Model.CrossBorderQuotesRequest

Properties

Name Type Description Notes
QuoteCurrency string The currency to return the quote in. Use three uppercase letters, per the ISO currency code (ISO 4217). For example- USD, CAD, or EUR
BasketCurrency string The default currency of the basket. Use three uppercase letters, per the ISO currency code (ISO 4217). For example- USD, CAD, or EUR
FromAddress Address [optional]
ToAddress Address
BasketItems List<CrossBorderQuotesRequestBasketItems> The items in the buyer's shopping basket.
Rates List<CrossBorderQuotesRequestRates> Specifies the carrier, service, parcel, and other information. In a response, this field also contains the service charges. Importatn- In a request, the rates array can contain only one rates object.
ShipmentOptions List<CarrierFacilityResponseCarrierFacilityOptions> [optional]

[Back to Model list] [Back to API list] [Back to README]