v1
latestOpenAPI 3.0.02026-07-2455104.8 MBShipping Methods
View shipping method
Shows the details of a Shipping Method
get/api/v1/shippingMethods/{id}
Path parameters
idstring required
Resource identifier.
Example:17
The resource's identifier.
Response
Operation completed successfully.
Example response
{
"type": "genericCarrier",
"isActive": true,
"name": "New generic Carrier",
"project": {
"id": "1337"
},
"carrier": {
"carrier": {
"credentials": {
"basic": {
"username": "your-username",
"password": "your-password"
}
},
"serviceUrl": "https://api.example.com",
"extra": {
"field1": "value1",
"field2": "value2"
},
"id": "post-ch",
"product": {
"id": "post-ch-express",
"shipmentType": "outbound"
}
}
},
"shippingLabelPrinter": {
"id": "1337"
},
"exportDocumentPrinter": {
"id": "1337"
},
"shippingEmailBehaviour": "default behaviour",
"textTemplate": {
"id": "77",
"type": "Template Type"
},
"supportDeliveries": true,
"supportReturns": true
}