Shipping
Get delivery
Get shipping options for a product. Allows Anonymous.
GET
/v1/products/shipping
AuthorizationBasic <token>
Basic Authorization header using the Bearer scheme.
In: header
Authorization<token>
JWT Authorization header using the Bearer scheme.
In: header
Response Body
curl -X GET "https://loading/v1/products/shipping"
{}
{
"message": "string",
"code": 0
}
{
"succeeded": true,
"errors": [
{
"message": "string"
}
]
}
How is this guide?