Logistics API
Logistics API endpoints (11 endpoints). Supports both read and write operations.
Logistics API
Logistics API endpoints (11 endpoints). Supports both read and write operations.
Available Operations:
classifyGoods- classifyGoodscalculateDuties- calculateDutiessubmitDeclaration- submitDeclarationgetDeclarationStatus- getDeclarationStatusvalidateTrader- validateTradercheckRestrictions- checkRestrictionsgetTradeAgreements- getTradeAgreementscreateShipment- createShipmenttrackShipment- trackShipmentaddTrackingEvent- addTrackingEvent- ... and 1 more
Authentication
Most endpoints require authentication. See Authentication for details.
Endpoints
Queries
logistics.classifyGoods
Type: Query (read-only)
Response
Returns the requested data. See TypeScript types for full response shape.
logistics.getDeclarationStatus
Type: Query (read-only)
Response
Returns the requested data. See TypeScript types for full response shape.
logistics.validateTrader
Type: Query (read-only)
Response
Returns the requested data. See TypeScript types for full response shape.
logistics.checkRestrictions
Type: Query (read-only)
Response
Returns the requested data. See TypeScript types for full response shape.
logistics.getTradeAgreements
Type: Query (read-only)
Response
Returns the requested data. See TypeScript types for full response shape.
logistics.trackShipment
Type: Query (read-only)
Response
Returns the requested data. See TypeScript types for full response shape.
logistics.generateWCOXml
Type: Query (read-only)
Response
Returns the requested data. See TypeScript types for full response shape.
Mutations
logistics.calculateDuties
Type: Mutation (write)
Response
Returns the requested data. See TypeScript types for full response shape.
logistics.submitDeclaration
Type: Mutation (write)
Response
Returns the requested data. See TypeScript types for full response shape.
logistics.createShipment
Type: Mutation (write)
Response
Returns the requested data. See TypeScript types for full response shape.
logistics.addTrackingEvent
Type: Mutation (write)
Response
Returns the requested data. See TypeScript types for full response shape.