Skip to main content
Version: 202201

Update CarrierService

PUT 

/openapi/2022-01/carrier_services/:carrier_service_id

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

Request

Path Parameters

    carrier_service_id stringrequired

Body

    namestring

    Carrier Service Name

    callback_urlstring

    shoplazza call third-party for calculating shipping rates.

    activeboolean

    the status of this carrier service ,if true means usable

    scopestring

    The capabilities provided by third-party applications. eg:shipment、calculate(default)

    carrier_codestring

    the code of provided carrier service company. eg:shipzip

    logostring

    carrier service logo url

    short_descstring

    carrier A brief introduction

Responses

200

Schema
    carrier_service object
    idstring
    Example: 1
    cn_namestring
    Example: shipzipserivce1
    en_namestring
    Example:
    store_idstring
    Example: 70808
    activestring
    Example: true
    callback_urlstring
    Example: http://
    scopestring
    Example: calculate
    carrier_service_codestring
    Example: shipzip
    logostring
    Example:
    short_descstring
    Example: more infos
    create_atstring
    Example: 2024-07-01
    update_atstring
    Example: