AlphaAlpha Docs
API ReferenceShop shipping

Get shipping rates

Returns available shipping rates for the given postal code.

GET
/public/shop/{tenantCode}/shipping/rates
AuthorizationBearer <token>

In: header

Path Parameters

tenantCode*string

Query Parameters

postalCode*string
weight?number
Formatdouble

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/public/shop/string/shipping/rates?postalCode=string"
[
  {
    "deliveryDays": "string",
    "price": 0.1,
    "service": "string"
  }
]
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}