v1
latestOpenAPI 3.0.02026-07-2455104.8 MBShipping Methods
List shipping methods
Lists existing shipping methods
get/api/v1/shippingMethods
Query parameters
Response
Shipping method list
Example response
{
"data": [
{
"id": "1",
"module": "glsapi",
"type": "gls",
"designation": "GLS International",
"project": {
"id": "1"
},
"shippingLabelPrinter": {
"id": "103"
},
"exportDocumentPrinter": {
"id": "104"
},
"shippingEmailBehaviour": "custom text template",
"textTemplate": {
"id": "77",
"type": "Template Type"
},
"supportDeliveries": false,
"supportReturns": true
}
],
"extra": {
"totalCount": 1,
"page": {
"number": 1,
"size": 10
}
}
}