Skip to main content
Version: v3

Get available shipping rates

POST 

/store/shipping-zone/shipping-rates

This return available shipping rates for country based on order amount

Request

application/json

Bodyrequired

    altIdstringrequired

    Location Id or Agency Id

    altTypestringrequired
    Available optionslocation
    countrystringrequired

    Country code of the customer

    Available optionsUSCAAFAXALDZASADAOAIAQAG
    addressobject

    Address of the customer

    amountAvailablestring

    it will not calculate the order amount form backend if it is true

    Available optionsAFAXALDZASADAOAIAQAGARAM
    totalOrderAmountnumberrequired

    The amount of the price. ( min: 0.01 )

    weightAvailableboolean

    Flag to pass when the weight is already calculated and should not calculate again

    totalOrderWeightnumberrequired

    Estimated weight of the order calculated from the order creation side in kg(s)

    sourceobjectrequired

    Source of the order

    productsobject[]required

    An array of price IDs and quantity

    couponCodestring

    Coupon code

application/json

Successful response

Schema
    statusbooleanrequired

    Status of api action

    messagestring

    Success message

    dataobject[]required

    Shipping rate data