Download OpenAPI specification:Download
Read-only catalog of LogitrailServices (delivery/carrier products) available to the calling merchant.
Returns enabled services accessible to the calling merchant. Filters by enabled, onlyForMerchants allow-list, and notForMerchants deny-list.
| x-logitrail-merchant-id required | string non-empty Logitrail's Merchant ID. |
{- "services": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "carrier": "string",
- "requirePickupPoint": true,
- "applicableScopes": [
- "order"
], - "type": "delivery"
}
]
}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.
| x-logitrail-merchant-id required | string non-empty Logitrail's Merchant ID. |
{- "service": {
- "id": "string",
- "code": "string",
- "name": "string",
- "carrier": "string",
- "requirePickupPoint": true,
- "applicableScopes": [
- "order"
], - "type": "delivery"
}
}