Hosted by 3rd Party: Marcel Digital
Jeff Belasco / Project Manager / jbelasco@marceldigital.com
Casey Jordan/ Website Developer / cjordan@marceldigital.com
SEKO API Call
This is the endpoint that we are currently using: https://mysekoapi.sekologistics.io/tracking-service/track/
Here is an example with the tracking number: https://mysekoapi.sekologistics.io/tracking-service/track/NR1865881
Try to find the Shipment Data
exec sp_executesql N'SELECT TOP 1 * FROM dbo.OrdOrder WHERE Number = @trackingNumber',N'@trackingNumber nvarchar(8)',@trackingNumber=N'21720895'