Inbound API
ShipX provides a GraphQL API that requires each request to be authenticated using a signed JWT (JSON Web Token) included in the HTTP Authorization header. T...
Mon, 23 Jun, 2025 at 12:39 PM
For integration details please see the main document here. Here's an implementation for Visual Basic Imports System.Net.Http
Imports System.Secu...
Mon, 28 Apr, 2025 at 9:43 AM
Please see API documentation for implementation details. Here list the details required for createBooking mutation. query: mutation makeBooking2($input...
Thu, 12 Jun, 2025 at 3:22 PM
ShipX provides a manner to upload a document. Authentication is performed by including the following HTTP header: The JWT must be signed using your...
Mon, 16 Jun, 2025 at 10:23 AM
Please see API documentation for implementation details. Here list the details required for updateRFC mutation. query: mutation UpdateRFC($input: RFCIn...
Thu, 12 Jun, 2025 at 3:21 PM
If you are unsure how your request should look like, we have developed a test generic and down route debt would emulate the hashing and JWT encryption with ...
Mon, 16 Jun, 2025 at 12:54 PM
A feature using ShipX GraphQL API. The schema for this request is the same as makeBooking. Step 1: Add Mapping For values in ShipX like companyUuid,...
Thu, 19 Jun, 2025 at 4:46 PM