Skip to main content

List all carriers

GET 

/v1/carriers

Returns the list of configured carriers

Responses

Schema

  • Array [

  • carrier_name stringrequired

    Possible values: [allied_express, allied_express_local, amazon_shipping, aramex, asendia_us, australiapost, boxknight, bpost, canadapost, canpar, chronopost, colissimo, dhl_express, dhl_parcel_de, dhl_poland, dhl_universal, dicom, dpd, dpdhl, easypost, eshipper, fedex, fedex_ws, freightcom, generic, geodis, hay_post, laposte, locate2u, nationex, purolator, roadie, royalmail, sapient, seko, sendle, tge, tnt, ups, usps, usps_international, usps_wt, usps_wt_international, zoom2u]

    Indicates a carrier (type)

    display_name stringrequired

    The carrier verbose name.

    capabilities string[]

    Default value: ``

    The carrier supported and enabled capabilities.

    connection_fields

    object

    The carrier connection fields.

    property name* any

    Default value: [object Object]

    The carrier connection fields.

    config_fields

    object

    The carrier connection config.

    property name* any

    Default value: [object Object]

    The carrier connection config.

  • ]

Loading...