OBJECT
APIVersion
link Change Log
0.4.0
2019-05-07
- Added extension to Phone and PhoneInput
- Changed ImporterDocsPayload to UploadImporterDocsPayload and ShipmentDocsPayload to UploadShipmentDocsPayload
- Added the email and phone fields to ImporterInput and Importer
- Created the ShipmentDocRejectionCode and ImporterDocRejectionCode enums
- Created the RecordDoc interface which ShipmentDoc and ImporterDoc now inherit from.
- Removed id and extension from ShipmentDoc and ImporterDoc. Added rejected, rejectedTime, rejectionCode, rejectionText, inquired, inquiredTime, and inquiredText.
- Added docs to Shipment
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 numbercid
(client ID). Bothid
andcid
are returned in every payload. -
Removed input flags from updateShipment (e.g.
transmitISF
andreadyForEntry
) 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
orcid
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 Require by
This element is not required by anyone