Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Hosted by 3rd Party: Marcel Digital

www.marceldigital.com

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'

  • No labels