@shipengine/connect-carrier-api 4.11.7 → 4.11.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/models/tracking/standardized-status-detail-codes.d.ts +45 -45
- package/lib/models/tracking/standardized-status-detail-codes.js +45 -45
- package/lib/models/tracking/standardized-status-detail-codes.js.map +1 -1
- package/package.json +1 -1
- package/spec.json +45 -45
- package/src/models/tracking/standardized-status-detail-codes.ts +45 -45
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -1,21 +1,37 @@
|
|
|
1
1
|
/** @description This represents the ShipEngine supported detail codes for a shipment. */
|
|
2
2
|
export declare enum StandardizedStatusDetailCodes {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
CarrierStatusNotMapped = "CARRIER_STATUS_NOT_MAPPED",
|
|
4
|
+
ShipmentCreated = "SHIPMENT_CREATED",
|
|
5
|
+
AwaitingPickupDropOff = "AWAITING_PICKUP_DROP_OFF",
|
|
6
|
+
DroppedOff = "DROPPED_OFF",
|
|
7
7
|
ElecAdviceRecdByCarrier = "ELEC_ADVICE_RECD_BY_CARRIER",
|
|
8
|
-
|
|
8
|
+
PickedUp = "PICKED_UP",
|
|
9
|
+
CustomsCleared = "CUSTOMS_CLEARED",
|
|
10
|
+
CustomsProcessing = "CUSTOMS_PROCESSING",
|
|
11
|
+
DeliveryArrangedWithRecipient = "DELIVERY_ARRANGED_WITH_RECIPIENT",
|
|
12
|
+
HubScanOut = "HUB_SCAN_OUT",
|
|
13
|
+
HubScanIn = "HUB_SCAN_IN",
|
|
14
|
+
InTransit = "IN_TRANSIT",
|
|
15
|
+
Information = "INFORMATION",
|
|
16
|
+
ParcelOverLabelled = "PARCEL_OVER_LABELLED",
|
|
17
|
+
ParcelUpdateNotification = "PARCEL_UPDATE_NOTIFICATION",
|
|
18
|
+
ReceivedByCarrier = "RECEIVED_BY_CARRIER",
|
|
19
|
+
ReceivedLocalDeliveryDepot = "RECEIVED_LOCAL_DELIVERY_DEPOT",
|
|
20
|
+
SubContractorEvent = "SUB_CONTRACTOR_EVENT",
|
|
21
|
+
SubContractorReceived = "SUB_CONTRACTOR_RECEIVED",
|
|
22
|
+
ParcelRedirected = "PARCEL_REDIRECTED",
|
|
23
|
+
DeliveryScheduled = "DELIVERY_SCHEDULED",
|
|
24
|
+
HubProcessing = "HUB_PROCESSING",
|
|
25
|
+
DeliveryRescheduled = "DELIVERY_RESCHEDULED",
|
|
9
26
|
AttemptedDelivery = "ATTEMPTED_DELIVERY",
|
|
10
|
-
|
|
11
|
-
AttemptedDelivery3Rd = "ATTEMPTED_DELIVERY_3RD",
|
|
12
|
-
CodAmountNotPaid = "COD_AMOUNT_NOT_PAID",
|
|
27
|
+
AttemptedDeliveryFinal = "ATTEMPTED_DELIVERY_FINAL",
|
|
13
28
|
CodAmountPaid = "COD_AMOUNT_PAID",
|
|
14
29
|
CustomerCarded = "CUSTOMER_CARDED",
|
|
15
|
-
CustomerIdentificationFailed = "CUSTOMER_IDENTIFICATION_FAILED",
|
|
16
|
-
InvalidMethodOfPayment = "INVALID_METHOD_OF_PAYMENT",
|
|
17
|
-
NoAccessToRecipientsAddress = "NO_ACCESS_TO_RECIPIENTS_ADDRESS",
|
|
18
30
|
OutForDelivery = "OUT_FOR_DELIVERY",
|
|
31
|
+
AwaitingCollectionFromPickupPoint = "AWAITING_COLLECTION_FROM_PICKUP_POINT",
|
|
32
|
+
CollectAtLocalPo = "COLLECT_AT_LOCAL_PO",
|
|
33
|
+
CustomerToCollectFromCarrier = "CUSTOMER_TO_COLLECT_FROM_CARRIER",
|
|
34
|
+
DeliveredToReception = "DELIVERED_TO_RECEPTION",
|
|
19
35
|
Delivered = "DELIVERED",
|
|
20
36
|
DeliveredDamaged = "DELIVERED_DAMAGED",
|
|
21
37
|
DeliveredInPart = "DELIVERED_IN_PART",
|
|
@@ -26,50 +42,34 @@ export declare enum StandardizedStatusDetailCodes {
|
|
|
26
42
|
ParcelCollectedFromPickupPoint = "PARCEL_COLLECTED_FROM_PICKUP_POINT",
|
|
27
43
|
PostTransitStatus = "POST_TRANSIT_STATUS",
|
|
28
44
|
ProofOfDelivery = "PROOF_OF_DELIVERY",
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
CustomerMoved = "CUSTOMER_MOVED",
|
|
32
|
-
HazardousProhibited = "HAZARDOUS_PROHIBITED",
|
|
33
|
-
NotCollectedFromPickupPoint = "NOT_COLLECTED_FROM_PICKUP_POINT",
|
|
34
|
-
NotDelivered = "NOT_DELIVERED",
|
|
35
|
-
NotDeliveredAddresseeDeceased = "NOT_DELIVERED_ADDRESSEE_DECEASED",
|
|
45
|
+
PickupFailed = "PICKUP_FAILED",
|
|
46
|
+
NotYetReceivedByCarrier = "NOT_YET_RECEIVED_BY_CARRIER",
|
|
36
47
|
ParcelDamaged = "PARCEL_DAMAGED",
|
|
37
|
-
ParcelDisposed = "PARCEL_DISPOSED",
|
|
38
|
-
ParcelLost = "PARCEL_LOST",
|
|
39
|
-
ParcelOutsideOfServiceCapability = "PARCEL_OUTSIDE_OF_SERVICE_CAPABILITY",
|
|
40
|
-
RefusedByCustomer = "REFUSED_BY_CUSTOMER",
|
|
41
|
-
ReturnToSender = "RETURN_TO_SENDER",
|
|
42
48
|
AddressQuery = "ADDRESS_QUERY",
|
|
43
49
|
CarrierDelays = "CARRIER_DELAYS",
|
|
44
|
-
CollectionMade = "COLLECTION_MADE",
|
|
45
|
-
CustomsCleared = "CUSTOMS_CLEARED",
|
|
46
|
-
CustomsProcessing = "CUSTOMS_PROCESSING",
|
|
47
50
|
DelayedNotCarrier = "DELAYED_NOT_CARRIER",
|
|
48
|
-
DeliveryArrangedWithRecipient = "DELIVERY_ARRANGED_WITH_RECIPIENT",
|
|
49
51
|
HeldByCarrier = "HELD_BY_CARRIER",
|
|
50
52
|
HeldByCarrierForClearancePreProcessing = "HELD_BY_CARRIER_FOR_CLEARANCE_PRE_PROCESSING",
|
|
51
53
|
HeldByCustoms = "HELD_BY_CUSTOMS",
|
|
52
54
|
HeldByExportCustoms = "HELD_BY_EXPORT_CUSTOMS",
|
|
53
55
|
HeldByImportCustoms = "HELD_BY_IMPORT_CUSTOMS",
|
|
54
|
-
HubScanOut = "HUB_SCAN_OUT",
|
|
55
|
-
InTransit = "IN_TRANSIT",
|
|
56
56
|
IncorrectDeclaration = "INCORRECT_DECLARATION",
|
|
57
|
-
|
|
58
|
-
Missorted = "MISSORTED",
|
|
59
|
-
ParcelOverLabelled = "PARCEL_OVER_LABELLED",
|
|
57
|
+
Misrouted = "MISROUTED",
|
|
60
58
|
ParcelRepacked = "PARCEL_REPACKED",
|
|
61
|
-
ParcelUpdateNotificationViaEmail = "PARCEL_UPDATE_NOTIFICATION_VIA_EMAIL",
|
|
62
|
-
ParcelUpdateNotificationViaSms = "PARCEL_UPDATE_NOTIFICATION_VIA_SMS",
|
|
63
|
-
ReceivedByCarrier = "RECEIVED_BY_CARRIER",
|
|
64
|
-
ReceivedLocalDeliveryDepot = "RECEIVED_LOCAL_DELIVERY_DEPOT",
|
|
65
|
-
RoutingError = "ROUTING_ERROR",
|
|
66
|
-
SubContractorEvent = "SUB_CONTRACTOR_EVENT",
|
|
67
|
-
SubContractorReceived = "SUB_CONTRACTOR_RECEIVED",
|
|
68
59
|
RecdByCarrierNoElecAdvice = "RECD_BY_CARRIER_NO_ELEC_ADVICE",
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
60
|
+
CodAmountNotPaid = "COD_AMOUNT_NOT_PAID",
|
|
61
|
+
CustomerIdentificationFailed = "CUSTOMER_IDENTIFICATION_FAILED",
|
|
62
|
+
NoAccessToRecipientsAddress = "NO_ACCESS_TO_RECIPIENTS_ADDRESS",
|
|
63
|
+
Cancelled = "CANCELLED",
|
|
64
|
+
CustomerMoved = "CUSTOMER_MOVED",
|
|
65
|
+
HazardousProhibited = "HAZARDOUS_PROHIBITED",
|
|
66
|
+
NotCollectedFromPickupPoint = "NOT_COLLECTED_FROM_PICKUP_POINT",
|
|
67
|
+
NotDelivered = "NOT_DELIVERED",
|
|
68
|
+
NotDeliveredAddresseeDeceased = "NOT_DELIVERED_ADDRESSEE_DECEASED",
|
|
69
|
+
ParcelDisposed = "PARCEL_DISPOSED",
|
|
70
|
+
ParcelLost = "PARCEL_LOST",
|
|
71
|
+
ParcelOutsideOfServiceCapability = "PARCEL_OUTSIDE_OF_SERVICE_CAPABILITY",
|
|
72
|
+
RefusedByCustomer = "REFUSED_BY_CUSTOMER",
|
|
73
|
+
ReturnToSender = "RETURN_TO_SENDER",
|
|
74
|
+
UnspecifiedException = "UNSPECIFIED_EXCEPTION"
|
|
75
75
|
}
|
|
@@ -4,22 +4,38 @@ exports.StandardizedStatusDetailCodes = void 0;
|
|
|
4
4
|
/** @description This represents the ShipEngine supported detail codes for a shipment. */
|
|
5
5
|
var StandardizedStatusDetailCodes;
|
|
6
6
|
(function (StandardizedStatusDetailCodes) {
|
|
7
|
-
StandardizedStatusDetailCodes["
|
|
8
|
-
StandardizedStatusDetailCodes["
|
|
9
|
-
StandardizedStatusDetailCodes["
|
|
10
|
-
StandardizedStatusDetailCodes["
|
|
7
|
+
StandardizedStatusDetailCodes["CarrierStatusNotMapped"] = "CARRIER_STATUS_NOT_MAPPED";
|
|
8
|
+
StandardizedStatusDetailCodes["ShipmentCreated"] = "SHIPMENT_CREATED";
|
|
9
|
+
StandardizedStatusDetailCodes["AwaitingPickupDropOff"] = "AWAITING_PICKUP_DROP_OFF";
|
|
10
|
+
StandardizedStatusDetailCodes["DroppedOff"] = "DROPPED_OFF";
|
|
11
11
|
StandardizedStatusDetailCodes["ElecAdviceRecdByCarrier"] = "ELEC_ADVICE_RECD_BY_CARRIER";
|
|
12
|
-
StandardizedStatusDetailCodes["
|
|
12
|
+
StandardizedStatusDetailCodes["PickedUp"] = "PICKED_UP";
|
|
13
|
+
StandardizedStatusDetailCodes["CustomsCleared"] = "CUSTOMS_CLEARED";
|
|
14
|
+
StandardizedStatusDetailCodes["CustomsProcessing"] = "CUSTOMS_PROCESSING";
|
|
15
|
+
StandardizedStatusDetailCodes["DeliveryArrangedWithRecipient"] = "DELIVERY_ARRANGED_WITH_RECIPIENT";
|
|
16
|
+
StandardizedStatusDetailCodes["HubScanOut"] = "HUB_SCAN_OUT";
|
|
17
|
+
StandardizedStatusDetailCodes["HubScanIn"] = "HUB_SCAN_IN";
|
|
18
|
+
StandardizedStatusDetailCodes["InTransit"] = "IN_TRANSIT";
|
|
19
|
+
StandardizedStatusDetailCodes["Information"] = "INFORMATION";
|
|
20
|
+
StandardizedStatusDetailCodes["ParcelOverLabelled"] = "PARCEL_OVER_LABELLED";
|
|
21
|
+
StandardizedStatusDetailCodes["ParcelUpdateNotification"] = "PARCEL_UPDATE_NOTIFICATION";
|
|
22
|
+
StandardizedStatusDetailCodes["ReceivedByCarrier"] = "RECEIVED_BY_CARRIER";
|
|
23
|
+
StandardizedStatusDetailCodes["ReceivedLocalDeliveryDepot"] = "RECEIVED_LOCAL_DELIVERY_DEPOT";
|
|
24
|
+
StandardizedStatusDetailCodes["SubContractorEvent"] = "SUB_CONTRACTOR_EVENT";
|
|
25
|
+
StandardizedStatusDetailCodes["SubContractorReceived"] = "SUB_CONTRACTOR_RECEIVED";
|
|
26
|
+
StandardizedStatusDetailCodes["ParcelRedirected"] = "PARCEL_REDIRECTED";
|
|
27
|
+
StandardizedStatusDetailCodes["DeliveryScheduled"] = "DELIVERY_SCHEDULED";
|
|
28
|
+
StandardizedStatusDetailCodes["HubProcessing"] = "HUB_PROCESSING";
|
|
29
|
+
StandardizedStatusDetailCodes["DeliveryRescheduled"] = "DELIVERY_RESCHEDULED";
|
|
13
30
|
StandardizedStatusDetailCodes["AttemptedDelivery"] = "ATTEMPTED_DELIVERY";
|
|
14
|
-
StandardizedStatusDetailCodes["
|
|
15
|
-
StandardizedStatusDetailCodes["AttemptedDelivery3Rd"] = "ATTEMPTED_DELIVERY_3RD";
|
|
16
|
-
StandardizedStatusDetailCodes["CodAmountNotPaid"] = "COD_AMOUNT_NOT_PAID";
|
|
31
|
+
StandardizedStatusDetailCodes["AttemptedDeliveryFinal"] = "ATTEMPTED_DELIVERY_FINAL";
|
|
17
32
|
StandardizedStatusDetailCodes["CodAmountPaid"] = "COD_AMOUNT_PAID";
|
|
18
33
|
StandardizedStatusDetailCodes["CustomerCarded"] = "CUSTOMER_CARDED";
|
|
19
|
-
StandardizedStatusDetailCodes["CustomerIdentificationFailed"] = "CUSTOMER_IDENTIFICATION_FAILED";
|
|
20
|
-
StandardizedStatusDetailCodes["InvalidMethodOfPayment"] = "INVALID_METHOD_OF_PAYMENT";
|
|
21
|
-
StandardizedStatusDetailCodes["NoAccessToRecipientsAddress"] = "NO_ACCESS_TO_RECIPIENTS_ADDRESS";
|
|
22
34
|
StandardizedStatusDetailCodes["OutForDelivery"] = "OUT_FOR_DELIVERY";
|
|
35
|
+
StandardizedStatusDetailCodes["AwaitingCollectionFromPickupPoint"] = "AWAITING_COLLECTION_FROM_PICKUP_POINT";
|
|
36
|
+
StandardizedStatusDetailCodes["CollectAtLocalPo"] = "COLLECT_AT_LOCAL_PO";
|
|
37
|
+
StandardizedStatusDetailCodes["CustomerToCollectFromCarrier"] = "CUSTOMER_TO_COLLECT_FROM_CARRIER";
|
|
38
|
+
StandardizedStatusDetailCodes["DeliveredToReception"] = "DELIVERED_TO_RECEPTION";
|
|
23
39
|
StandardizedStatusDetailCodes["Delivered"] = "DELIVERED";
|
|
24
40
|
StandardizedStatusDetailCodes["DeliveredDamaged"] = "DELIVERED_DAMAGED";
|
|
25
41
|
StandardizedStatusDetailCodes["DeliveredInPart"] = "DELIVERED_IN_PART";
|
|
@@ -30,51 +46,35 @@ var StandardizedStatusDetailCodes;
|
|
|
30
46
|
StandardizedStatusDetailCodes["ParcelCollectedFromPickupPoint"] = "PARCEL_COLLECTED_FROM_PICKUP_POINT";
|
|
31
47
|
StandardizedStatusDetailCodes["PostTransitStatus"] = "POST_TRANSIT_STATUS";
|
|
32
48
|
StandardizedStatusDetailCodes["ProofOfDelivery"] = "PROOF_OF_DELIVERY";
|
|
33
|
-
StandardizedStatusDetailCodes["
|
|
34
|
-
StandardizedStatusDetailCodes["
|
|
35
|
-
StandardizedStatusDetailCodes["CustomerMoved"] = "CUSTOMER_MOVED";
|
|
36
|
-
StandardizedStatusDetailCodes["HazardousProhibited"] = "HAZARDOUS_PROHIBITED";
|
|
37
|
-
StandardizedStatusDetailCodes["NotCollectedFromPickupPoint"] = "NOT_COLLECTED_FROM_PICKUP_POINT";
|
|
38
|
-
StandardizedStatusDetailCodes["NotDelivered"] = "NOT_DELIVERED";
|
|
39
|
-
StandardizedStatusDetailCodes["NotDeliveredAddresseeDeceased"] = "NOT_DELIVERED_ADDRESSEE_DECEASED";
|
|
49
|
+
StandardizedStatusDetailCodes["PickupFailed"] = "PICKUP_FAILED";
|
|
50
|
+
StandardizedStatusDetailCodes["NotYetReceivedByCarrier"] = "NOT_YET_RECEIVED_BY_CARRIER";
|
|
40
51
|
StandardizedStatusDetailCodes["ParcelDamaged"] = "PARCEL_DAMAGED";
|
|
41
|
-
StandardizedStatusDetailCodes["ParcelDisposed"] = "PARCEL_DISPOSED";
|
|
42
|
-
StandardizedStatusDetailCodes["ParcelLost"] = "PARCEL_LOST";
|
|
43
|
-
StandardizedStatusDetailCodes["ParcelOutsideOfServiceCapability"] = "PARCEL_OUTSIDE_OF_SERVICE_CAPABILITY";
|
|
44
|
-
StandardizedStatusDetailCodes["RefusedByCustomer"] = "REFUSED_BY_CUSTOMER";
|
|
45
|
-
StandardizedStatusDetailCodes["ReturnToSender"] = "RETURN_TO_SENDER";
|
|
46
52
|
StandardizedStatusDetailCodes["AddressQuery"] = "ADDRESS_QUERY";
|
|
47
53
|
StandardizedStatusDetailCodes["CarrierDelays"] = "CARRIER_DELAYS";
|
|
48
|
-
StandardizedStatusDetailCodes["CollectionMade"] = "COLLECTION_MADE";
|
|
49
|
-
StandardizedStatusDetailCodes["CustomsCleared"] = "CUSTOMS_CLEARED";
|
|
50
|
-
StandardizedStatusDetailCodes["CustomsProcessing"] = "CUSTOMS_PROCESSING";
|
|
51
54
|
StandardizedStatusDetailCodes["DelayedNotCarrier"] = "DELAYED_NOT_CARRIER";
|
|
52
|
-
StandardizedStatusDetailCodes["DeliveryArrangedWithRecipient"] = "DELIVERY_ARRANGED_WITH_RECIPIENT";
|
|
53
55
|
StandardizedStatusDetailCodes["HeldByCarrier"] = "HELD_BY_CARRIER";
|
|
54
56
|
StandardizedStatusDetailCodes["HeldByCarrierForClearancePreProcessing"] = "HELD_BY_CARRIER_FOR_CLEARANCE_PRE_PROCESSING";
|
|
55
57
|
StandardizedStatusDetailCodes["HeldByCustoms"] = "HELD_BY_CUSTOMS";
|
|
56
58
|
StandardizedStatusDetailCodes["HeldByExportCustoms"] = "HELD_BY_EXPORT_CUSTOMS";
|
|
57
59
|
StandardizedStatusDetailCodes["HeldByImportCustoms"] = "HELD_BY_IMPORT_CUSTOMS";
|
|
58
|
-
StandardizedStatusDetailCodes["HubScanOut"] = "HUB_SCAN_OUT";
|
|
59
|
-
StandardizedStatusDetailCodes["InTransit"] = "IN_TRANSIT";
|
|
60
60
|
StandardizedStatusDetailCodes["IncorrectDeclaration"] = "INCORRECT_DECLARATION";
|
|
61
|
-
StandardizedStatusDetailCodes["
|
|
62
|
-
StandardizedStatusDetailCodes["Missorted"] = "MISSORTED";
|
|
63
|
-
StandardizedStatusDetailCodes["ParcelOverLabelled"] = "PARCEL_OVER_LABELLED";
|
|
61
|
+
StandardizedStatusDetailCodes["Misrouted"] = "MISROUTED";
|
|
64
62
|
StandardizedStatusDetailCodes["ParcelRepacked"] = "PARCEL_REPACKED";
|
|
65
|
-
StandardizedStatusDetailCodes["ParcelUpdateNotificationViaEmail"] = "PARCEL_UPDATE_NOTIFICATION_VIA_EMAIL";
|
|
66
|
-
StandardizedStatusDetailCodes["ParcelUpdateNotificationViaSms"] = "PARCEL_UPDATE_NOTIFICATION_VIA_SMS";
|
|
67
|
-
StandardizedStatusDetailCodes["ReceivedByCarrier"] = "RECEIVED_BY_CARRIER";
|
|
68
|
-
StandardizedStatusDetailCodes["ReceivedLocalDeliveryDepot"] = "RECEIVED_LOCAL_DELIVERY_DEPOT";
|
|
69
|
-
StandardizedStatusDetailCodes["RoutingError"] = "ROUTING_ERROR";
|
|
70
|
-
StandardizedStatusDetailCodes["SubContractorEvent"] = "SUB_CONTRACTOR_EVENT";
|
|
71
|
-
StandardizedStatusDetailCodes["SubContractorReceived"] = "SUB_CONTRACTOR_RECEIVED";
|
|
72
63
|
StandardizedStatusDetailCodes["RecdByCarrierNoElecAdvice"] = "RECD_BY_CARRIER_NO_ELEC_ADVICE";
|
|
73
|
-
StandardizedStatusDetailCodes["
|
|
74
|
-
StandardizedStatusDetailCodes["
|
|
75
|
-
StandardizedStatusDetailCodes["
|
|
76
|
-
StandardizedStatusDetailCodes["
|
|
77
|
-
StandardizedStatusDetailCodes["
|
|
78
|
-
StandardizedStatusDetailCodes["
|
|
64
|
+
StandardizedStatusDetailCodes["CodAmountNotPaid"] = "COD_AMOUNT_NOT_PAID";
|
|
65
|
+
StandardizedStatusDetailCodes["CustomerIdentificationFailed"] = "CUSTOMER_IDENTIFICATION_FAILED";
|
|
66
|
+
StandardizedStatusDetailCodes["NoAccessToRecipientsAddress"] = "NO_ACCESS_TO_RECIPIENTS_ADDRESS";
|
|
67
|
+
StandardizedStatusDetailCodes["Cancelled"] = "CANCELLED";
|
|
68
|
+
StandardizedStatusDetailCodes["CustomerMoved"] = "CUSTOMER_MOVED";
|
|
69
|
+
StandardizedStatusDetailCodes["HazardousProhibited"] = "HAZARDOUS_PROHIBITED";
|
|
70
|
+
StandardizedStatusDetailCodes["NotCollectedFromPickupPoint"] = "NOT_COLLECTED_FROM_PICKUP_POINT";
|
|
71
|
+
StandardizedStatusDetailCodes["NotDelivered"] = "NOT_DELIVERED";
|
|
72
|
+
StandardizedStatusDetailCodes["NotDeliveredAddresseeDeceased"] = "NOT_DELIVERED_ADDRESSEE_DECEASED";
|
|
73
|
+
StandardizedStatusDetailCodes["ParcelDisposed"] = "PARCEL_DISPOSED";
|
|
74
|
+
StandardizedStatusDetailCodes["ParcelLost"] = "PARCEL_LOST";
|
|
75
|
+
StandardizedStatusDetailCodes["ParcelOutsideOfServiceCapability"] = "PARCEL_OUTSIDE_OF_SERVICE_CAPABILITY";
|
|
76
|
+
StandardizedStatusDetailCodes["RefusedByCustomer"] = "REFUSED_BY_CUSTOMER";
|
|
77
|
+
StandardizedStatusDetailCodes["ReturnToSender"] = "RETURN_TO_SENDER";
|
|
78
|
+
StandardizedStatusDetailCodes["UnspecifiedException"] = "UNSPECIFIED_EXCEPTION";
|
|
79
79
|
})(StandardizedStatusDetailCodes || (exports.StandardizedStatusDetailCodes = StandardizedStatusDetailCodes = {}));
|
|
80
80
|
//# sourceMappingURL=standardized-status-detail-codes.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"standardized-status-detail-codes.js","sourceRoot":"","sources":["../../../src/models/tracking/standardized-status-detail-codes.ts"],"names":[],"mappings":";;;AAAA,yFAAyF;AACzF,IAAY,6BAyEX;AAzED,WAAY,6BAA6B;IACvC,
|
|
1
|
+
{"version":3,"file":"standardized-status-detail-codes.js","sourceRoot":"","sources":["../../../src/models/tracking/standardized-status-detail-codes.ts"],"names":[],"mappings":";;;AAAA,yFAAyF;AACzF,IAAY,6BAyEX;AAzED,WAAY,6BAA6B;IACvC,qFAAoD,CAAA;IACpD,qEAAoC,CAAA;IACpC,mFAAkD,CAAA;IAClD,2DAA0B,CAAA;IAC1B,wFAAuD,CAAA;IACvD,uDAAsB,CAAA;IACtB,mEAAkC,CAAA;IAClC,yEAAwC,CAAA;IACxC,mGAAkE,CAAA;IAClE,4DAA2B,CAAA;IAC3B,0DAAyB,CAAA;IACzB,yDAAwB,CAAA;IACxB,4DAA2B,CAAA;IAC3B,4EAA2C,CAAA;IAC3C,wFAAuD,CAAA;IACvD,0EAAyC,CAAA;IACzC,6FAA4D,CAAA;IAC5D,4EAA2C,CAAA;IAC3C,kFAAiD,CAAA;IACjD,uEAAsC,CAAA;IACtC,yEAAwC,CAAA;IACxC,iEAAgC,CAAA;IAChC,6EAA4C,CAAA;IAC5C,yEAAwC,CAAA;IACxC,oFAAmD,CAAA;IACnD,kEAAiC,CAAA;IACjC,mEAAkC,CAAA;IAClC,oEAAmC,CAAA;IACnC,4GAA2E,CAAA;IAC3E,yEAAwC,CAAA;IACxC,kGAAiE,CAAA;IACjE,gFAA+C,CAAA;IAC/C,wDAAuB,CAAA;IACvB,uEAAsC,CAAA;IACtC,sEAAqC,CAAA;IACrC,+FAA8D,CAAA;IAC9D,sHAAqF,CAAA;IACrF,gFAA+C,CAAA;IAC/C,yEAAwC,CAAA;IACxC,sGAAqE,CAAA;IACrE,0EAAyC,CAAA;IACzC,sEAAqC,CAAA;IACrC,+DAA8B,CAAA;IAC9B,wFAAuD,CAAA;IACvD,iEAAgC,CAAA;IAChC,+DAA8B,CAAA;IAC9B,iEAAgC,CAAA;IAChC,0EAAyC,CAAA;IACzC,kEAAiC,CAAA;IACjC,wHAAuF,CAAA;IACvF,kEAAiC,CAAA;IACjC,+EAA8C,CAAA;IAC9C,+EAA8C,CAAA;IAC9C,+EAA8C,CAAA;IAC9C,wDAAuB,CAAA;IACvB,mEAAkC,CAAA;IAClC,6FAA4D,CAAA;IAC5D,yEAAwC,CAAA;IACxC,gGAA+D,CAAA;IAC/D,gGAA+D,CAAA;IAC/D,wDAAuB,CAAA;IACvB,iEAAgC,CAAA;IAChC,6EAA4C,CAAA;IAC5C,gGAA+D,CAAA;IAC/D,+DAA8B,CAAA;IAC9B,mGAAkE,CAAA;IAClE,mEAAkC,CAAA;IAClC,2DAA0B,CAAA;IAC1B,0GAAyE,CAAA;IACzE,0EAAyC,CAAA;IACzC,oEAAmC,CAAA;IACnC,+EAA8C,CAAA;AAChD,CAAC,EAzEW,6BAA6B,6CAA7B,6BAA6B,QAyExC"}
|
package/package.json
CHANGED
package/spec.json
CHANGED
|
@@ -4211,22 +4211,38 @@
|
|
|
4211
4211
|
},
|
|
4212
4212
|
"StandardizedStatusDetailCodes": {
|
|
4213
4213
|
"enum": [
|
|
4214
|
-
"
|
|
4215
|
-
"
|
|
4216
|
-
"
|
|
4217
|
-
"
|
|
4214
|
+
"CARRIER_STATUS_NOT_MAPPED",
|
|
4215
|
+
"SHIPMENT_CREATED",
|
|
4216
|
+
"AWAITING_PICKUP_DROP_OFF",
|
|
4217
|
+
"DROPPED_OFF",
|
|
4218
4218
|
"ELEC_ADVICE_RECD_BY_CARRIER",
|
|
4219
|
-
"
|
|
4219
|
+
"PICKED_UP",
|
|
4220
|
+
"CUSTOMS_CLEARED",
|
|
4221
|
+
"CUSTOMS_PROCESSING",
|
|
4222
|
+
"DELIVERY_ARRANGED_WITH_RECIPIENT",
|
|
4223
|
+
"HUB_SCAN_OUT",
|
|
4224
|
+
"HUB_SCAN_IN",
|
|
4225
|
+
"IN_TRANSIT",
|
|
4226
|
+
"INFORMATION",
|
|
4227
|
+
"PARCEL_OVER_LABELLED",
|
|
4228
|
+
"PARCEL_UPDATE_NOTIFICATION",
|
|
4229
|
+
"RECEIVED_BY_CARRIER",
|
|
4230
|
+
"RECEIVED_LOCAL_DELIVERY_DEPOT",
|
|
4231
|
+
"SUB_CONTRACTOR_EVENT",
|
|
4232
|
+
"SUB_CONTRACTOR_RECEIVED",
|
|
4233
|
+
"PARCEL_REDIRECTED",
|
|
4234
|
+
"DELIVERY_SCHEDULED",
|
|
4235
|
+
"HUB_PROCESSING",
|
|
4236
|
+
"DELIVERY_RESCHEDULED",
|
|
4220
4237
|
"ATTEMPTED_DELIVERY",
|
|
4221
|
-
"
|
|
4222
|
-
"ATTEMPTED_DELIVERY_3RD",
|
|
4223
|
-
"COD_AMOUNT_NOT_PAID",
|
|
4238
|
+
"ATTEMPTED_DELIVERY_FINAL",
|
|
4224
4239
|
"COD_AMOUNT_PAID",
|
|
4225
4240
|
"CUSTOMER_CARDED",
|
|
4226
|
-
"CUSTOMER_IDENTIFICATION_FAILED",
|
|
4227
|
-
"INVALID_METHOD_OF_PAYMENT",
|
|
4228
|
-
"NO_ACCESS_TO_RECIPIENTS_ADDRESS",
|
|
4229
4241
|
"OUT_FOR_DELIVERY",
|
|
4242
|
+
"AWAITING_COLLECTION_FROM_PICKUP_POINT",
|
|
4243
|
+
"COLLECT_AT_LOCAL_PO",
|
|
4244
|
+
"CUSTOMER_TO_COLLECT_FROM_CARRIER",
|
|
4245
|
+
"DELIVERED_TO_RECEPTION",
|
|
4230
4246
|
"DELIVERED",
|
|
4231
4247
|
"DELIVERED_DAMAGED",
|
|
4232
4248
|
"DELIVERED_IN_PART",
|
|
@@ -4237,52 +4253,36 @@
|
|
|
4237
4253
|
"PARCEL_COLLECTED_FROM_PICKUP_POINT",
|
|
4238
4254
|
"POST_TRANSIT_STATUS",
|
|
4239
4255
|
"PROOF_OF_DELIVERY",
|
|
4240
|
-
"
|
|
4241
|
-
"
|
|
4242
|
-
"CUSTOMER_MOVED",
|
|
4243
|
-
"HAZARDOUS_PROHIBITED",
|
|
4244
|
-
"NOT_COLLECTED_FROM_PICKUP_POINT",
|
|
4245
|
-
"NOT_DELIVERED",
|
|
4246
|
-
"NOT_DELIVERED_ADDRESSEE_DECEASED",
|
|
4256
|
+
"PICKUP_FAILED",
|
|
4257
|
+
"NOT_YET_RECEIVED_BY_CARRIER",
|
|
4247
4258
|
"PARCEL_DAMAGED",
|
|
4248
|
-
"PARCEL_DISPOSED",
|
|
4249
|
-
"PARCEL_LOST",
|
|
4250
|
-
"PARCEL_OUTSIDE_OF_SERVICE_CAPABILITY",
|
|
4251
|
-
"REFUSED_BY_CUSTOMER",
|
|
4252
|
-
"RETURN_TO_SENDER",
|
|
4253
4259
|
"ADDRESS_QUERY",
|
|
4254
4260
|
"CARRIER_DELAYS",
|
|
4255
|
-
"COLLECTION_MADE",
|
|
4256
|
-
"CUSTOMS_CLEARED",
|
|
4257
|
-
"CUSTOMS_PROCESSING",
|
|
4258
4261
|
"DELAYED_NOT_CARRIER",
|
|
4259
|
-
"DELIVERY_ARRANGED_WITH_RECIPIENT",
|
|
4260
4262
|
"HELD_BY_CARRIER",
|
|
4261
4263
|
"HELD_BY_CARRIER_FOR_CLEARANCE_PRE_PROCESSING",
|
|
4262
4264
|
"HELD_BY_CUSTOMS",
|
|
4263
4265
|
"HELD_BY_EXPORT_CUSTOMS",
|
|
4264
4266
|
"HELD_BY_IMPORT_CUSTOMS",
|
|
4265
|
-
"HUB_SCAN_OUT",
|
|
4266
|
-
"IN_TRANSIT",
|
|
4267
4267
|
"INCORRECT_DECLARATION",
|
|
4268
|
-
"
|
|
4269
|
-
"MISSORTED",
|
|
4270
|
-
"PARCEL_OVER_LABELLED",
|
|
4268
|
+
"MISROUTED",
|
|
4271
4269
|
"PARCEL_REPACKED",
|
|
4272
|
-
"PARCEL_UPDATE_NOTIFICATION_VIA_EMAIL",
|
|
4273
|
-
"PARCEL_UPDATE_NOTIFICATION_VIA_SMS",
|
|
4274
|
-
"RECEIVED_BY_CARRIER",
|
|
4275
|
-
"RECEIVED_LOCAL_DELIVERY_DEPOT",
|
|
4276
|
-
"ROUTING_ERROR",
|
|
4277
|
-
"SUB_CONTRACTOR_EVENT",
|
|
4278
|
-
"SUB_CONTRACTOR_RECEIVED",
|
|
4279
4270
|
"RECD_BY_CARRIER_NO_ELEC_ADVICE",
|
|
4280
|
-
"
|
|
4281
|
-
"
|
|
4282
|
-
"
|
|
4283
|
-
"
|
|
4284
|
-
"
|
|
4285
|
-
"
|
|
4271
|
+
"COD_AMOUNT_NOT_PAID",
|
|
4272
|
+
"CUSTOMER_IDENTIFICATION_FAILED",
|
|
4273
|
+
"NO_ACCESS_TO_RECIPIENTS_ADDRESS",
|
|
4274
|
+
"CANCELLED",
|
|
4275
|
+
"CUSTOMER_MOVED",
|
|
4276
|
+
"HAZARDOUS_PROHIBITED",
|
|
4277
|
+
"NOT_COLLECTED_FROM_PICKUP_POINT",
|
|
4278
|
+
"NOT_DELIVERED",
|
|
4279
|
+
"NOT_DELIVERED_ADDRESSEE_DECEASED",
|
|
4280
|
+
"PARCEL_DISPOSED",
|
|
4281
|
+
"PARCEL_LOST",
|
|
4282
|
+
"PARCEL_OUTSIDE_OF_SERVICE_CAPABILITY",
|
|
4283
|
+
"REFUSED_BY_CUSTOMER",
|
|
4284
|
+
"RETURN_TO_SENDER",
|
|
4285
|
+
"UNSPECIFIED_EXCEPTION"
|
|
4286
4286
|
],
|
|
4287
4287
|
"type": "string",
|
|
4288
4288
|
"description": "This represents the ShipEngine supported detail codes for a shipment."
|
|
@@ -1,21 +1,37 @@
|
|
|
1
1
|
/** @description This represents the ShipEngine supported detail codes for a shipment. */
|
|
2
2
|
export enum StandardizedStatusDetailCodes {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
CarrierStatusNotMapped = 'CARRIER_STATUS_NOT_MAPPED',
|
|
4
|
+
ShipmentCreated = 'SHIPMENT_CREATED',
|
|
5
|
+
AwaitingPickupDropOff = 'AWAITING_PICKUP_DROP_OFF',
|
|
6
|
+
DroppedOff = 'DROPPED_OFF',
|
|
7
7
|
ElecAdviceRecdByCarrier = 'ELEC_ADVICE_RECD_BY_CARRIER',
|
|
8
|
-
|
|
8
|
+
PickedUp = 'PICKED_UP',
|
|
9
|
+
CustomsCleared = 'CUSTOMS_CLEARED',
|
|
10
|
+
CustomsProcessing = 'CUSTOMS_PROCESSING',
|
|
11
|
+
DeliveryArrangedWithRecipient = 'DELIVERY_ARRANGED_WITH_RECIPIENT',
|
|
12
|
+
HubScanOut = 'HUB_SCAN_OUT',
|
|
13
|
+
HubScanIn = 'HUB_SCAN_IN',
|
|
14
|
+
InTransit = 'IN_TRANSIT',
|
|
15
|
+
Information = 'INFORMATION',
|
|
16
|
+
ParcelOverLabelled = 'PARCEL_OVER_LABELLED',
|
|
17
|
+
ParcelUpdateNotification = 'PARCEL_UPDATE_NOTIFICATION',
|
|
18
|
+
ReceivedByCarrier = 'RECEIVED_BY_CARRIER',
|
|
19
|
+
ReceivedLocalDeliveryDepot = 'RECEIVED_LOCAL_DELIVERY_DEPOT',
|
|
20
|
+
SubContractorEvent = 'SUB_CONTRACTOR_EVENT',
|
|
21
|
+
SubContractorReceived = 'SUB_CONTRACTOR_RECEIVED',
|
|
22
|
+
ParcelRedirected = 'PARCEL_REDIRECTED',
|
|
23
|
+
DeliveryScheduled = 'DELIVERY_SCHEDULED',
|
|
24
|
+
HubProcessing = 'HUB_PROCESSING',
|
|
25
|
+
DeliveryRescheduled = 'DELIVERY_RESCHEDULED',
|
|
9
26
|
AttemptedDelivery = 'ATTEMPTED_DELIVERY',
|
|
10
|
-
|
|
11
|
-
AttemptedDelivery3Rd = 'ATTEMPTED_DELIVERY_3RD',
|
|
12
|
-
CodAmountNotPaid = 'COD_AMOUNT_NOT_PAID',
|
|
27
|
+
AttemptedDeliveryFinal = 'ATTEMPTED_DELIVERY_FINAL',
|
|
13
28
|
CodAmountPaid = 'COD_AMOUNT_PAID',
|
|
14
29
|
CustomerCarded = 'CUSTOMER_CARDED',
|
|
15
|
-
CustomerIdentificationFailed = 'CUSTOMER_IDENTIFICATION_FAILED',
|
|
16
|
-
InvalidMethodOfPayment = 'INVALID_METHOD_OF_PAYMENT',
|
|
17
|
-
NoAccessToRecipientsAddress = 'NO_ACCESS_TO_RECIPIENTS_ADDRESS',
|
|
18
30
|
OutForDelivery = 'OUT_FOR_DELIVERY',
|
|
31
|
+
AwaitingCollectionFromPickupPoint = 'AWAITING_COLLECTION_FROM_PICKUP_POINT',
|
|
32
|
+
CollectAtLocalPo = 'COLLECT_AT_LOCAL_PO',
|
|
33
|
+
CustomerToCollectFromCarrier = 'CUSTOMER_TO_COLLECT_FROM_CARRIER',
|
|
34
|
+
DeliveredToReception = 'DELIVERED_TO_RECEPTION',
|
|
19
35
|
Delivered = 'DELIVERED',
|
|
20
36
|
DeliveredDamaged = 'DELIVERED_DAMAGED',
|
|
21
37
|
DeliveredInPart = 'DELIVERED_IN_PART',
|
|
@@ -26,50 +42,34 @@ export enum StandardizedStatusDetailCodes {
|
|
|
26
42
|
ParcelCollectedFromPickupPoint = 'PARCEL_COLLECTED_FROM_PICKUP_POINT',
|
|
27
43
|
PostTransitStatus = 'POST_TRANSIT_STATUS',
|
|
28
44
|
ProofOfDelivery = 'PROOF_OF_DELIVERY',
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
CustomerMoved = 'CUSTOMER_MOVED',
|
|
32
|
-
HazardousProhibited = 'HAZARDOUS_PROHIBITED',
|
|
33
|
-
NotCollectedFromPickupPoint = 'NOT_COLLECTED_FROM_PICKUP_POINT',
|
|
34
|
-
NotDelivered = 'NOT_DELIVERED',
|
|
35
|
-
NotDeliveredAddresseeDeceased = 'NOT_DELIVERED_ADDRESSEE_DECEASED',
|
|
45
|
+
PickupFailed = 'PICKUP_FAILED',
|
|
46
|
+
NotYetReceivedByCarrier = 'NOT_YET_RECEIVED_BY_CARRIER',
|
|
36
47
|
ParcelDamaged = 'PARCEL_DAMAGED',
|
|
37
|
-
ParcelDisposed = 'PARCEL_DISPOSED',
|
|
38
|
-
ParcelLost = 'PARCEL_LOST',
|
|
39
|
-
ParcelOutsideOfServiceCapability = 'PARCEL_OUTSIDE_OF_SERVICE_CAPABILITY',
|
|
40
|
-
RefusedByCustomer = 'REFUSED_BY_CUSTOMER',
|
|
41
|
-
ReturnToSender = 'RETURN_TO_SENDER',
|
|
42
48
|
AddressQuery = 'ADDRESS_QUERY',
|
|
43
49
|
CarrierDelays = 'CARRIER_DELAYS',
|
|
44
|
-
CollectionMade = 'COLLECTION_MADE',
|
|
45
|
-
CustomsCleared = 'CUSTOMS_CLEARED',
|
|
46
|
-
CustomsProcessing = 'CUSTOMS_PROCESSING',
|
|
47
50
|
DelayedNotCarrier = 'DELAYED_NOT_CARRIER',
|
|
48
|
-
DeliveryArrangedWithRecipient = 'DELIVERY_ARRANGED_WITH_RECIPIENT',
|
|
49
51
|
HeldByCarrier = 'HELD_BY_CARRIER',
|
|
50
52
|
HeldByCarrierForClearancePreProcessing = 'HELD_BY_CARRIER_FOR_CLEARANCE_PRE_PROCESSING',
|
|
51
53
|
HeldByCustoms = 'HELD_BY_CUSTOMS',
|
|
52
54
|
HeldByExportCustoms = 'HELD_BY_EXPORT_CUSTOMS',
|
|
53
55
|
HeldByImportCustoms = 'HELD_BY_IMPORT_CUSTOMS',
|
|
54
|
-
HubScanOut = 'HUB_SCAN_OUT',
|
|
55
|
-
InTransit = 'IN_TRANSIT',
|
|
56
56
|
IncorrectDeclaration = 'INCORRECT_DECLARATION',
|
|
57
|
-
|
|
58
|
-
Missorted = 'MISSORTED',
|
|
59
|
-
ParcelOverLabelled = 'PARCEL_OVER_LABELLED',
|
|
57
|
+
Misrouted = 'MISROUTED',
|
|
60
58
|
ParcelRepacked = 'PARCEL_REPACKED',
|
|
61
|
-
ParcelUpdateNotificationViaEmail = 'PARCEL_UPDATE_NOTIFICATION_VIA_EMAIL',
|
|
62
|
-
ParcelUpdateNotificationViaSms = 'PARCEL_UPDATE_NOTIFICATION_VIA_SMS',
|
|
63
|
-
ReceivedByCarrier = 'RECEIVED_BY_CARRIER',
|
|
64
|
-
ReceivedLocalDeliveryDepot = 'RECEIVED_LOCAL_DELIVERY_DEPOT',
|
|
65
|
-
RoutingError = 'ROUTING_ERROR',
|
|
66
|
-
SubContractorEvent = 'SUB_CONTRACTOR_EVENT',
|
|
67
|
-
SubContractorReceived = 'SUB_CONTRACTOR_RECEIVED',
|
|
68
59
|
RecdByCarrierNoElecAdvice = 'RECD_BY_CARRIER_NO_ELEC_ADVICE',
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
60
|
+
CodAmountNotPaid = 'COD_AMOUNT_NOT_PAID',
|
|
61
|
+
CustomerIdentificationFailed = 'CUSTOMER_IDENTIFICATION_FAILED',
|
|
62
|
+
NoAccessToRecipientsAddress = 'NO_ACCESS_TO_RECIPIENTS_ADDRESS',
|
|
63
|
+
Cancelled = 'CANCELLED',
|
|
64
|
+
CustomerMoved = 'CUSTOMER_MOVED',
|
|
65
|
+
HazardousProhibited = 'HAZARDOUS_PROHIBITED',
|
|
66
|
+
NotCollectedFromPickupPoint = 'NOT_COLLECTED_FROM_PICKUP_POINT',
|
|
67
|
+
NotDelivered = 'NOT_DELIVERED',
|
|
68
|
+
NotDeliveredAddresseeDeceased = 'NOT_DELIVERED_ADDRESSEE_DECEASED',
|
|
69
|
+
ParcelDisposed = 'PARCEL_DISPOSED',
|
|
70
|
+
ParcelLost = 'PARCEL_LOST',
|
|
71
|
+
ParcelOutsideOfServiceCapability = 'PARCEL_OUTSIDE_OF_SERVICE_CAPABILITY',
|
|
72
|
+
RefusedByCustomer = 'REFUSED_BY_CUSTOMER',
|
|
73
|
+
ReturnToSender = 'RETURN_TO_SENDER',
|
|
74
|
+
UnspecifiedException = 'UNSPECIFIED_EXCEPTION',
|
|
75
75
|
}
|