For the complete documentation index, see llms.txt. This page is also available as Markdown.

Shipment Carriers

Get shipment carriers.

get

This endpoint lists available shipment carriers/methods for the shipment mode in your headers.

Carrier options differ by X-Shipment-Mode:

  • SFN returns SFN carriers that ship from Nigeria

  • STN returns STN carriers that ship to Nigeria

Use this endpoint before purchase so you can:

  • display available carrier options to your users,

  • enforce carrier limits (max weight and dimensions),

  • show estimated delivery window (min_delivery_business_day / max_delivery_business_day).

Most important field:

  • slug: this is the value you must send as shipment_method_slug when purchasing a shipment.

Authorizations
AuthorizationstringRequired

Base64-encoded public_key:private_key value.

Path parameters
idintegerRequired

Optional parameter. optional The ID of the specific carrier to retrieve.

Example: {"summary":"When the value is omitted","value":""}
Header parameters
X-Shipment-Modestring · enumRequired

Required shipment mode. Use SFN for shipping from Nigeria or STN for shipping to Nigeria.

Example: SFNPossible values:
Responses
200Success
application/json
successbooleanOptionalExample: true
status_codeintegerOptionalExample: 200
messagestringOptionalExample: Shipment carriers retrieved successfully
get/api/v1/shipment/carriers/{id}

Last updated