Name | Description | Type | Additional information |
---|---|---|---|
ReceiptNumber |
This is the number returned when the order is accepted by the system. |
integer |
None. |
CompanyCode |
The company code identifies the Company and Brand team that will be billed for the shipment. |
string |
Required String length: inclusive between 0 and 4 |
Name |
The name of the end customer/company receiving the order. |
string |
Required String length: inclusive between 0 and 150 |
The email address of the end user. The system will email this address with tracking information and compliance/completion notices. |
string |
Required String length: inclusive between 0 and 150 |
|
ProductSkuCode |
The product SKU code of the item you will to ship to the customer. A list of products can be obtained from /api/Products. |
string |
Required String length: inclusive between 0 and 20 |
ShipToLine1 |
Ship to Line 1. |
string |
Required String length: inclusive between 0 and 150 |
ShipToLine2 |
Ship to Line 2. |
string |
String length: inclusive between 0 and 150 |
ShipToLine3 |
Ship to Line 3. |
string |
String length: inclusive between 0 and 150 |
Attention |
The name of the person receiving the shipment. If left blank the Name field value is assumed. |
string |
String length: inclusive between 0 and 100 |
City |
Ship to City. |
string |
Required String length: inclusive between 0 and 50 |
State |
Ship to State |
string |
Required String length: inclusive between 0 and 2 |
Zip5 |
Ship to Zip |
string |
String length: inclusive between 0 and 5 |
Zip4 |
Ship to Zip4 |
string |
String length: inclusive between 0 and 4 |
OutboundTrackingNumber |
The outbound tracking number of the order. This remains blank until the order has shipped. |
string |
None. |
ReturnTrackingNumber |
The return tracking number of the order. This remains blank until the order has shipped. |
string |
None. |
ShippingStatus |
The current shipping status of the order. |
string |
None. |
ReceivedAt |
The date and time that the request was received. |
string |
None. |