API-ul Innoship este cea mai simplă modalitate de a vă integra sistemul cu 15+ transportatori din întreaga lume.
Va prezentam cum funcționează API-ul Innoship pas cu pas.
This document is a specification for web service API integration for external clients. The web service API provides methods for creating shipments, printing labels, tracking and get static data.
To get technical support for the integration please send us an e-mail to api.support@innoship.io and provide the following info:
Error context (if relevant)
Error message (if relevant)
and detailed explanation of the situation you need support for.
This document specifies Web Service API used to connect external customers to the core system functionality to create, print or track shipments and parcels, using available courier services with their limitations, additional services and options.
Date data types referred in this document that contains actual dates (without time) should be passed as “yyyy-MM-dd” formatted string in the request. Date responses are in the same format.
Date data types referred in this document as datetime should be passed as “yyyy-MM-ddTHH:mm:ssZ” formatted string in the request. Datetime responses are in the same format.
In JSON fields boolean values allowed are only “true/false”.
Response data structures may be changed in the future adding additional fields. Therefore, client applications should be able to accept unknown fields in responses for backward compatibility
The document specifies communication protocol for integration, which is request/response based over HTTP Secure.
The web service API requires an API key authentication for each method.
Swagger Documentation : https://api.innoship.io
BASE_URL=https://api.innoship.io
This have to be included for all requests from this document.
NameRequired?DescriptionX-Api-KeyTrueApi key provided from usapi-versionTrueCurrent version is 1.0. So header should be: api-version=1.0
Please send us an email to sales@innoship.io and we will come back to you in seconds ! :)