Skip to main content
Version: 202607

Update carrier service

PUT 

/openapi/2026-07/carrier_services/:carrier_service_id

Allows users to update the details of an existing carrier service.

Request

Path Parameters

    carrier_service_id stringrequired

    Carrier service ID to update

Bodyrequired

    carrier_service objectrequired

    Carrier service data to update

    callback_urlstringrequired

    Updated callback URL for shipping rate calculation

    activebooleanrequired

    Whether to enable the carrier service

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    carrier_service object

    The updated carrier service

    idstring

    Carrier service ID

    namestring

    Name of the carrier service

    activeboolean

    Whether the carrier service is active

    callback_urlstring

    Callback URL for rate calculation

    scopesstring

    Permission scopes (comma-separated)

    carrier_service_codestring

    Carrier service code

    logostring

    Logo URL

    short_descstring

    Brief description of the carrier service

    created_atstring

    Creation time, in ISO-8601 format

    updated_atstring

    Last update time, in ISO-8601 format