Skip to main content
Version: v3

Create Shipping Rate

POST 

/store/shipping-zone/:shippingZoneId/shipping-rate

The "Create Shipping Rate" API allows adding a new shipping rate.

Request

shippingZoneId stringrequired

ID of the item that needs to be returned

application/json

Bodyrequired

    altIdstringrequired

    Location Id or Agency Id

    altTypestringrequired
    Available optionslocation
    namestringrequired

    Name of the shipping zone

    descriptionstring

    Delivery description

    currencystringrequired

    The currency of the amount of the rate / handling fee

    amountnumberrequired

    The amount of the shipping rate if it is normal rate (0 means free ). Fixed Handling fee if it is a carrier rate (it will add to the carrier rate).

    conditionTypestringrequired

    Type of condition to provide the conditional pricing

    Available optionsnonepriceweight
    minConditionnumberrequired

    Minimum condition for applying this price. set 0 or null if there is no minimum

    maxConditionnumberrequired

    Maximum condition for applying this price. set 0 or null if there is no maximum

    isCarrierRateboolean

    is this a carrier rate

    shippingCarrierIdstringrequired

    Shipping carrier id

    percentageOfRateFeenumber

    Percentage of rate fee if it is a carrier rate.

    shippingCarrierServicesobject[]

    An array of items

application/json

Successful response

Schema
    statusbooleanrequired

    Status of api action

    messagestring

    Success message

    dataobjectrequired

    Shipping zone data