{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"501cfdef-e12b-4c2d-9a0c-4101114a0b9e","name":"Sprint Api Documentation","description":"Use these APIs to create and manage orders, products, ASNs, and more across Sprint's logistics platform.\n\n# Introduction\n\nOur API provides a robust suite of tools designed to help merchants seamlessly integrate their e-commerce platforms with our logistics engine.\n\nBy using this API, you can automate your supply chain—from product creation and inventory management to real-time order processing and shipment tracking.\n\n## Core Capabilities\n\n- **Order Management**: Programmatically create and retrieve order details.\n    \n- **Product Catalog**: Synchronize your product list and manage item specifications.\n    \n- **Shipment Tracking**: Access real-time tracking information and delivery statuses via our shipment endpoints.\n    \n\nWe provide two distinct environments. We strongly recommend completing your development and testing in the **Staging** environment before moving to Production.\n\n| **Environment** | **Base URL** |\n| --- | --- |\n| Staging | `https://api-staging.sprintlogistics.com` |\n| Production | `https://api-v2.sprintlogistics.com` |\n\n---\n\n# Authentication\n\nThe Sprint Logistics API uses **Basic Authentication**. To authenticate your requests, you must provide your unique `API Key` and `Password` in the request header.\n\n**Header Example:**`Authorization: Basic`\n\n_If you do not have your API credentials yet, please contact your Sprint Logistics account manager._\n\n## Standard Patterns\n\n1. **Protocol**: All requests must be made over **HTTPS.**\n    \n2. **Format**: The API accepts and returns data in **JSON** format.\n    \n3. **Timezones**: All timestamps are returned in **UTC** unless otherwise specified.\n    \n\n**Variables you'll see:**\n\n| Variable | Example (Staging) | Example (Prod) | Purpose |\n| --- | --- | --- | --- |\n| `URL` | `https://api-staging.sprintlogistics.com` | `https://api-v2.sprintlogistics.com` | Base API host |\n| `api_key` | (secret) | (secret) | Basic auth username |\n| `api_password` | (secret) | (secret) | Basic auth password |\n\n---\n\n## Environments\n\nWe offer two environments: **Staging**, for development and feature testing, and **Production**, for live operational use. Always validate your integration in Staging before moving to Production.\n\n- **Staging**: `https://api-staging.sprintlogistics.com`\n    \n- **Production**: `https://api-v2.sprintlogistics.com`\n    \n\n---\n\n## Standard Response Format\n\n| Field | Type | Description |\n| --- | --- | --- |\n| Status | boolean | Indicates if the request was successful (true) or encountered an error (false). |\n| Message | string | A human-readable description of the result or specific error details. |\n| Count | integer | The number of records returned in the Result field (useful for lists). |\n| Result | object/array | The actual data payload. The structure of this object varies by endpoint. |\n\n### Handling Errors\n\nWhen `Status` is `false`, the `Result` field may be `null`, and the `Message` field will contain specific information to help you troubleshoot the issue (e.g., \"Invalid API Key\" or \"Product Code not found\").\n\n## Example Template\n\n``` json\n{\n  \"Status\": bool,\n  \"Message\": \"string\",\n  \"Count\": int,\n  \"Result\": { ... }\n}\n\n ```","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"25659992","team":5190040,"collectionId":"501cfdef-e12b-4c2d-9a0c-4101114a0b9e","publishedId":"2sB3HopewF","public":true,"publicUrl":"https://apidocs.sprintlogistics.com","privateUrl":"https://go.postman.co/documentation/25659992-501cfdef-e12b-4c2d-9a0c-4101114a0b9e","customColor":{"top-bar":"FFFFFF","right-sidebar":"FFFFFF","highlight":"FFFFFF"},"documentationLayout":"classic-double-column","customisation":{"metaTags":[{"name":"description","value":""},{"name":"title","value":"Sprint Logistics Api's Document"}],"appearance":{"default":"light","themes":[{"name":"dark","logo":"https://content.pstmn.io/814feab8-3245-4f8c-9559-5ec667819f05/bG9nb190cmFuc3BhcmVudC5wbmc=","colors":{"top-bar":"212121","right-sidebar":"212121","highlight":"212121"}},{"name":"light","logo":"https://content.pstmn.io/814feab8-3245-4f8c-9559-5ec667819f05/bG9nb190cmFuc3BhcmVudC5wbmc=","colors":{"top-bar":"FFFFFF","right-sidebar":"FFFFFF","highlight":"FFFFFF"}}]}},"version":"8.10.1","publishDate":"2026-03-18T10:59:27.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{"title":"Sprint Logistics Api's Document","description":""},"logos":{"logoLight":"https://content.pstmn.io/814feab8-3245-4f8c-9559-5ec667819f05/bG9nb190cmFuc3BhcmVudC5wbmc=","logoDark":"https://content.pstmn.io/814feab8-3245-4f8c-9559-5ec667819f05/bG9nb190cmFuc3BhcmVudC5wbmc="}},"statusCode":200},"environments":[],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https://run.pstmn.io/button.js","css":"https://run.pstmn.io/button.css"}},"web":"https://www.getpostman.com/","team":{"logo":"https://res.cloudinary.com/postman/image/upload/t_team_logo_pubdoc/v1/team/ffe90f821fe1bbd58ef41c7b1e5be551b2d8b8f8b0ab174ccba7d63b8b0cdc18","favicon":"https://sprintlogistics.com/favicon.ico"},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[],"environmentOptions":[{"value":"0","label":"No Environment"}],"canonicalUrl":"https://apidocs.sprintlogistics.com/view/metadata/2sB3HopewF"}