Skip to main content
Version: v3

Update Shipping Carrier

PUT 

/store/shipping-carrier/:shippingCarrierId

The "update Shipping Carrier" API allows update a shipping carrier to the system.

Request

shippingCarrierId stringrequired

ID of the shipping carrier that needs to be returned

application/json

Bodyrequired

    altIdstring

    Location Id or Agency Id

    altTypestring
    Available optionslocation
    namestring

    Name of the shipping carrier

    callbackUrlstring

    The URL endpoint that CRM needs to retrieve shipping rates. This must be a public URL.

    servicesobject[]

    An array of available shipping carrier services

    allowsMultipleServiceSelectionboolean

    The seller can choose multiple services while creating shipping rates if this is true.

application/json

Successful response

Schema
    statusbooleanrequired

    Status of api action

    messagestring

    Success message

    dataobjectrequired

    Shipping carrier data