ConnectOrder
Version 4.2
public static ConnectOrder ( ObjectConnectOrderRequest )
Return: ObjectConnectOrderResponse
Send us details of your international orders for complete fullfillment
Parameters
Object | ConnectOrderRequest | Required | Input object required for the function | Length |
---|---|---|---|---|
String |
orderNumber |
Required | Order number | 100 |
String |
partnerKey |
Required | Required Key to access the functions of Connect API | 45 |
String |
language |
Required | Defines the language in which the return error will be shown. Supported Languages. | 2 |
String |
landedCostTransactionID |
Required | Landed cost transaction identifier | 32 |
Array |
ordersInfo (Object OrderInformation ) |
Required | Set of descriptions of the orders to send | |
String |
shipToBusiness |
Optional | Name of the receiving company | 100 |
String |
shipToFirstName |
Required | Shipping name of the recipient | 100 |
String |
shipToLastName |
Required | Last name of the person receiving the shipment | 100 |
String |
shipToAddress1 |
Required | First part of the address of the person or company receiving the shipment | 255 |
String |
shipToAddress2 |
Optional | Second part of the address of the person or company receiving the shipment | 255 |
String |
shipToAddress3 |
Optional | Third part of the address of the person or company receiving the shipment | 250 |
String |
shipToCity |
Required | City name of the person or company receiving the shipment | 100 |
String |
shipToState |
Optional | State name of the person or company receiving the shipment | 50 |
String |
shipToZip |
Optional | Postal code of the person or company receiving the shipment | 15 |
String |
shipToCountry |
Required | Country name of the person or company receiving the shipment | 2 |
String |
shipToPhone |
Optional | Telephone number of the person or company receiving the shipment | 45 |
String |
shipToEmail |
Optional | Email address of the person or company receiving the shipment | 60 |
String |
shipToTaxID |
Optional | Identifier taxes code of the person or company receiving the shipment | 25 |
Integer |
repackage |
Optional | FedEx Cross Border will always repack | 1 |
Integer |
dutyPaid |
Optional | This field is defined as: 0 = The shipping authority does not pay taxes for shipment, 1 = The shipping authority pays the taxes for shipment | 1 |
Integer |
insurance |
Optional | This field is defined as: 0 = No additional cost is charged by the shipping Loss and Damage Protection, 1 = Additional cost is charged by the shipping Loss and Damage Protection | 1 |
Integer |
emailCustomerTracking |
Optional | This field is defined to FedEx Cross Border send or not the shipment tracking link directly to the client: 0 = No, 1 = Yes | 1 |
Integer |
bongoCustomerService |
Optional | Defines whether the crossborder.fedex.com Live Chat (image and link) will appear on the shipping tracking page, possible values are: 0 = No, 1 = Yes | 1 |
String |
sellingStoreName |
Optional | Defines the company name to be displayed in the shipping tracking page | 100 |
String |
sellingStoreURL |
Optional | Defines the URL of the company to be displayed in the shipping tracking page | 250 |
String |
sellingStoreURLCS |
Optional | Defines the URL (as a link) customer service belonging to the company to be displayed in the shipping tracking page | 250 |
String |
sellingStoreURLImage |
Optional | Defines the company's image to display in the shipping tracking page | 250 |
Return
Object | ConnectOrderResponse | Return object of the function |
---|---|---|
Integer |
error |
Numerical code error message |
String |
errorMessage |
Text string describing the error message |
String |
trackingLink |
Link to the shipping tracking page |