OBJECT

APIVersion

link Change Log

0.4.0

2019-05-07



0.3.1

2019-03-28


  • Added the triggerEvent mutation to test webhook events
  • Changed the expiration of document links returned in the API from 15 min to 7 days
  • Added importers_signed, importers_inquired, importers_rejected webhook events

0.3.0

2019-03-25


  • Renamed POALink to SignLink and moved inside of the Importer type
  • Renamed Record Interface to Object Interface
  • Added more fields to the Importer type (e.g. activated, bond)
  • Allow createImporter to be called with just poaMethod and name (see ImporterInput)

0.2.0

2019-03-12


  • Added webhook event documentation
  • All records (see Interface) can be identified with the KeyInput, which takes either INLT's id or your internal number cid (client ID). Both id and cid are returned in every payload.
  • Removed input flags from updateShipment (e.g. transmitISF and readyForEntry) and replaced with a new Mutation for each.
  • Added CRUD Queries and Mutations for Importer, Product, Supplier, Location, Consignee and Buyer.
  • Removed the ability to create records when creating/updating a shipment. Instead you must create records prior to referencing them by id or cid on a shipment.
  • Response payloads now contain full objects rather than just {success: true}
  • [Error], [Warning], [Log] have been added to every Query and Mutation payload.
  • ImporterPayload now optionally contains [POALink] (if you are creating an importer)

0.1.0

2019-01-22


  • Initial version published

link GraphQL Schema definition

  • type APIVersion {
  • # 0.3.0
  • version: String!
  • }

link Require by

This element is not required by anyone