List Incoterms
GET/api/incoterms
Returns a paginated list of incoterms (International Commercial Terms). Supports search, pagination, and archive filtering.
Authentication: Requires Bearer token
Response fields:
- id: Incoterm ID
- code: Incoterm code (e.g. 'EXW', 'FOB', 'CIF')
- description: Full description of the incoterm
- created_at, updated_at: Timestamps
- archived_at: Archive timestamp (null if active)
Request
Responses
- 200
Successful response