Skip to main content

Logitrail Service Catalog ((dev))

Download OpenAPI specification:Download

Read-only catalog of LogitrailServices (delivery/carrier products) available to the calling merchant.

List LogitrailServices available to the merchant

Returns enabled services accessible to the calling merchant. Filters by enabled, onlyForMerchants allow-list, and notForMerchants deny-list.

Authorizations:
idp
header Parameters
x-logitrail-merchant-id
required
string non-empty

Logitrail's Merchant ID.

Responses

Response samples

Content type
application/json
{
  • "services": [
    ]
}

Get a LogitrailService by canonical code

Returns one service by canonical code (e.g. POSTIPAKETTI). 404 when not found or not allowed for the merchant — the endpoint deliberately does not differentiate the two cases.

Authorizations:
idp
header Parameters
x-logitrail-merchant-id
required
string non-empty

Logitrail's Merchant ID.

Responses

Response samples

Content type
application/json
{
  • "service": {
    }
}