Skip to main content
Version: v3

Create Shipping Carrier

POST 

/store/shipping-carrier

The "Create Shipping Carrier" API allows adding a new shipping carrier.

Request

application/json

Bodyrequired

    altIdstringrequired

    Location Id or Agency Id

    altTypestringrequired
    Available optionslocation
    namestringrequired

    Name of the shipping carrier

    callbackUrlstringrequired

    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