ShippingRate
shippingRate
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
401
Authentication required
403
Access Forbidden (no authz)
429
Too Many Requests (tarpit)
500
General Error
get
GET /rest/s1/poorti/shippingRate HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Accept: */*
{
"shippingRates": []
}
Was this helpful?