v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Shipping Methods

List shipping methods

Lists existing shipping methods

get/api/v1/shippingMethods

Query parameters

numberstring required

Page number should be an integer greater than or equal to 1

sizestring required

Page size should usually be an integer between 10 and 50.

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
    }
  }
}