ShippingRate

shippingRate

get ShippingRates

get

Service to get the all the shipping rates for the shipmentId.

Authorizations
Query parameters
shipmentIdstringOptional

The ShipmentId to get the shipping rates.

Responses
200

Success

application/json
get
GET /rest/s1/poorti/shippingRate HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Accept: */*
{
  "shippingRates": []
}

Was this helpful?