{
"statusCode": 400,
"message": "Bad Request",
"error": "Invalid input data"
}{
"statusCode": 404,
"message": "Not Found",
"error": "Resource not found"
}{
"statusCode": 500,
"message": "Internal Server Error",
"error": "An unexpected error occurred"
}Shipping
Create a new shipping model
Route: ShippingService.create
POST
/
shippings
/
v2
{
"statusCode": 400,
"message": "Bad Request",
"error": "Invalid input data"
}{
"statusCode": 404,
"message": "Not Found",
"error": "Resource not found"
}{
"statusCode": 500,
"message": "Internal Server Error",
"error": "An unexpected error occurred"
}Authorizations
ApiKeyAuthBearerAuth
Body
application/json
The body is of type any.
Response
Success