UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

12 lines (11 loc) 268 B
/** @description Status codes for tracking */ export enum StandardizedStatusCodes { Unknown = 'UN', Accepted = 'AC', InTransit = 'IT', Delivered = 'DE', Exception = 'EX', DeliveryAttempt = 'AT', NotYetInSystem = 'NY', DeliveredToServicePoint = 'SP', }