Skip to main content

List Incoterms

GET 

/api/v2/incoterms

Paginated list of incoterms.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Search: filter[search] matches id, code, name, and description.

Text filters accept operator suffixes: .is, .is_not, .contains, .does_not_contain, .starts_with, .does_not_start_with, .ends_with, .does_not_end_with, .is_one_of, .is_not_one_of, .is_empty, .is_not_empty. The bare filter[column] form is an exact match. Filterable columns: code, name, description, transport_mode, family. filter[is_standard.is] filters on the standard ICC rows. filter[archived] accepts only or all to include archived rows.

Allowed sorts: id, code, name, transport_mode, family, is_standard, created_at, updated_at. Prefix with - for descending (default: -id).

Authentication: Requires Bearer token.

Request

Responses

OK