POST api/v1/Tracking/{trackingNumber}?memberNumber={memberNumber}&itemCode={itemCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| memberNumber | string |
Required |
|
| itemCode | string |
Required |
|
| trackingNumber | string |
Body Parameters
Response Information
Resource Description
Order| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| ShortOrderNumber |
Short order number for the order. System generated |
string | |
| ClientId |
Client ID for the order |
integer | |
| MemberId |
Member ID for the order |
integer | |
| OrderTypeId |
Order Type ID for the order |
TOrderType | |
| DisplayOrderType | string | ||
| DisplayOrderStatus | string | ||
| OrderSourceId |
Order Type ID for the order |
TOrderSource | |
| OrderStatusId |
Order Status ID for the order |
TOrderStatus | |
| OrderDate |
Order Date for the order |
date | |
| OrderTemplateId |
Not required for all orders. If you supply it, please make it accurate |
integer | |
| ShipName |
Shipping name for the order |
string | |
| ShipAddress1 |
Shipping address line 1 for the order |
string | |
| ShipAddress2 |
Shipping address line 2 for the order |
string | |
| ShipAddress3 |
Shipping address line 3 for the order |
string | |
| ShipCity |
Shipping city for the order |
string | |
| ShipState |
Shipping state for the order |
string | |
| ShipZip |
Shipping zip code for the order |
string | |
| ShipPhone |
Shipping phone number for the order |
string | |
|
Email address for the order |
string | ||
| ShippingServiceLevel |
Shipping service level for the order |
string | |
| PreferredShipMethod |
Preferred shipping method for the order |
string | |
| PackslipMessage |
Packslip message for the order |
string | |
| MustShipByDate |
Must ship by date for the order |
date | |
| OrderItems |
Collection of order items |
Collection of OrderItem | |
| OrderShipments |
Collection of order shipments |
Collection of OrderShipment | |
| Client |
Client associated with the order |
Client | |
| ExecutionTime |
How long the method took in milliseconds. System supplied value. |
integer | |
| TxID |
Transaction ID of the call. Will be added for the response. Not needed in the request. |
string |
Response Formats
application/json, text/json
{
"id": 1,
"shortOrderNumber": "sample string 3",
"clientId": 4,
"memberId": 5,
"orderTypeId": "Unknown",
"displayOrderType": "sample string 6",
"displayOrderStatus": "sample string 7",
"orderSourceId": "Unknown",
"orderStatusId": "Unknown",
"orderDate": "2025-12-19T20:13:55.5442611+00:00",
"orderTemplateId": 1,
"shipName": "sample string 9",
"shipAddress1": "sample string 10",
"shipAddress2": "sample string 11",
"shipAddress3": "sample string 12",
"shipCity": "sample string 13",
"shipState": "sample string 14",
"shipZip": "sample string 15",
"shipPhone": "sample string 16",
"email": "sample string 17",
"shippingServiceLevel": "sample string 18",
"preferredShipMethod": "sample string 19",
"packslipMessage": "sample string 20",
"mustShipByDate": "2025-12-19T20:13:55.5442611+00:00",
"orderItems": [
{
"itemCode": "sample string 4",
"quantity": 5,
"item": {
"$id": "1",
"executionTime": 28,
"txID": "sample string 29"
},
"executionTime": 8,
"txID": "sample string 9"
},
{
"itemCode": "sample string 4",
"quantity": 5,
"item": {
"$ref": "1"
},
"executionTime": 8,
"txID": "sample string 9"
}
],
"orderShipments": [
{
"id": 1,
"orderId": 2,
"shortOrderNumber": "sample string 3",
"orderShipmentDate": "2025-12-19T20:13:55.5442611+00:00",
"orderShipmentPackageNumber": 5,
"orderShipmentStatusId": "Unknown",
"warehouseId": 6,
"shipName": "sample string 7",
"shipAddress1": "sample string 8",
"shipAddress2": "sample string 9",
"shipAddress3": "sample string 10",
"shipCity": "sample string 11",
"shipState": "sample string 12",
"shipZip": "sample string 13",
"shipPhone": "sample string 14",
"weight": 15.0,
"orderShipmentItems": [
{
"id": 1,
"orderShipmentId": 2,
"itemId": 3,
"itemCode": "sample string 4",
"quantity": 5,
"locationName": "sample string 6",
"pickedQuantity": 1,
"pickedDateTime": "2025-12-19T20:13:55.5442611+00:00",
"kitBuildBarcode": "sample string 7",
"executionTime": 10,
"txID": "sample string 11"
},
{
"id": 1,
"orderShipmentId": 2,
"itemId": 3,
"itemCode": "sample string 4",
"quantity": 5,
"locationName": "sample string 6",
"pickedQuantity": 1,
"pickedDateTime": "2025-12-19T20:13:55.5442611+00:00",
"kitBuildBarcode": "sample string 7",
"executionTime": 10,
"txID": "sample string 11"
}
],
"orderShipmentPackages": [
{
"id": 1,
"orderShipmentId": 2,
"packageNumber": 3,
"actualShipWeight": 1.0,
"shipCarrier": "sample string 4",
"trackingNumber1": "sample string 5",
"trackingNumber2": "sample string 6",
"trackingLink": "sample string 7",
"deliveryStatus": "sample string 8",
"carrierReceiveDate": "2025-12-19T20:13:55.5442611+00:00",
"transitDays": 10.0,
"deliveryDate": "2025-12-19T20:13:55.5442611+00:00",
"executionTime": 14,
"txID": "sample string 15"
},
{
"id": 1,
"orderShipmentId": 2,
"packageNumber": 3,
"actualShipWeight": 1.0,
"shipCarrier": "sample string 4",
"trackingNumber1": "sample string 5",
"trackingNumber2": "sample string 6",
"trackingLink": "sample string 7",
"deliveryStatus": "sample string 8",
"carrierReceiveDate": "2025-12-19T20:13:55.5442611+00:00",
"transitDays": 10.0,
"deliveryDate": "2025-12-19T20:13:55.5442611+00:00",
"executionTime": 14,
"txID": "sample string 15"
}
],
"executionTime": 18,
"txID": "sample string 19"
},
{
"id": 1,
"orderId": 2,
"shortOrderNumber": "sample string 3",
"orderShipmentDate": "2025-12-19T20:13:55.5442611+00:00",
"orderShipmentPackageNumber": 5,
"orderShipmentStatusId": "Unknown",
"warehouseId": 6,
"shipName": "sample string 7",
"shipAddress1": "sample string 8",
"shipAddress2": "sample string 9",
"shipAddress3": "sample string 10",
"shipCity": "sample string 11",
"shipState": "sample string 12",
"shipZip": "sample string 13",
"shipPhone": "sample string 14",
"weight": 15.0,
"orderShipmentItems": [
{
"id": 1,
"orderShipmentId": 2,
"itemId": 3,
"itemCode": "sample string 4",
"quantity": 5,
"locationName": "sample string 6",
"pickedQuantity": 1,
"pickedDateTime": "2025-12-19T20:13:55.5442611+00:00",
"kitBuildBarcode": "sample string 7",
"executionTime": 10,
"txID": "sample string 11"
},
{
"id": 1,
"orderShipmentId": 2,
"itemId": 3,
"itemCode": "sample string 4",
"quantity": 5,
"locationName": "sample string 6",
"pickedQuantity": 1,
"pickedDateTime": "2025-12-19T20:13:55.5442611+00:00",
"kitBuildBarcode": "sample string 7",
"executionTime": 10,
"txID": "sample string 11"
}
],
"orderShipmentPackages": [
{
"id": 1,
"orderShipmentId": 2,
"packageNumber": 3,
"actualShipWeight": 1.0,
"shipCarrier": "sample string 4",
"trackingNumber1": "sample string 5",
"trackingNumber2": "sample string 6",
"trackingLink": "sample string 7",
"deliveryStatus": "sample string 8",
"carrierReceiveDate": "2025-12-19T20:13:55.5442611+00:00",
"transitDays": 10.0,
"deliveryDate": "2025-12-19T20:13:55.5442611+00:00",
"executionTime": 14,
"txID": "sample string 15"
},
{
"id": 1,
"orderShipmentId": 2,
"packageNumber": 3,
"actualShipWeight": 1.0,
"shipCarrier": "sample string 4",
"trackingNumber1": "sample string 5",
"trackingNumber2": "sample string 6",
"trackingLink": "sample string 7",
"deliveryStatus": "sample string 8",
"carrierReceiveDate": "2025-12-19T20:13:55.5442611+00:00",
"transitDays": 10.0,
"deliveryDate": "2025-12-19T20:13:55.5442611+00:00",
"executionTime": 14,
"txID": "sample string 15"
}
],
"executionTime": 18,
"txID": "sample string 19"
}
],
"client": {
"$id": "2",
"executionTime": 19,
"txID": "sample string 20"
},
"executionTime": 24,
"txID": "sample string 25"
}
application/xml
Sample not available.
text/xml
Sample not available.