ShippingRate
Authorizations
AuthorizationstringRequired
Query parameters
shipmentIdstringOptional
The ShipmentId to get the shipping rates.
Responses
200
Success
application/json
shippingRatesarrayOptional
401
Authentication required
403
Access Forbidden (no authz)
429
Too Many Requests (tarpit)
500
General Error
get/shippingRate
GET /rest/s1/poorti/shippingRate HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Accept: */*
{
"shippingRates": []
}Last updated
Was this helpful?