Documentation

Configuration

List Configured Booking Methods

Lists all booking methods including CBM (Custom Booking Method) configured for a site. If a shipping method or carrier name is not specified then its value is marked as "unknown".

Request

GET /v1/selfcare/configured_booking_methods.list HTTP/1.1
Host: api.ingrid.com
Accept: application/json
Content-Type: application/json
Authorization: Bearer base64-encoded-api-token

Response 🔗

HTTP/1.1 200 OK
Date: Mon, 01 Mar 2021 12:19:41 GMT
Content-Type: application/json
Content-Length: 5005
Connection: close
Vary: Accept-Encoding
x-trace-id: 01EZPVNNV2D664XW57S0GD96EM
{
    "methods": [
      {
          "id": "air-ica",
          "name": "unknown",
          "carrier": "unknown",
          "custom": false
      },
      {
           "id": "air-std",
           "name": "Airmee Ecommerce 14",
           "carrier": "Airmee",
           "delivery_types": [
               "DELIVERY"
           ],
           "parcel_type": "PACKAGE",
           "custom": false
       },
       {
           "id": "air-stdextradays",
           "name": "custom airmee method",
           "carrier": "Custom Airmee",
           "delivery_types": [
               "DELIVERY"
           ],
           "parcel_type": "PACKAGE",
           "custom": true
       },
       {
           "id": "air-stdgreen",
           "name": "Airmee Ecommerce Green",
           "carrier": "Airmee",
           "delivery_types": [
               "DELIVERY"
           ],
           "parcel_type": "PACKAGE",
           "custom": false
       },
       {
           "id": "brn-bexcda",
           "name": "Bring Express CDA",
           "carrier": "Bring",
           "delivery_types": [
               "DELIVERY"
           ],
           "parcel_type": "PACKAGE",
           "custom": false
       },
       {
           "id": "brn-expressdeliverycda",
           "name": "Bring Express Delivery CDA",
           "carrier": "Bring",
           "delivery_types": [
               "DELIVERY"
           ],
           "parcel_type": "PACKAGE",
           "custom": false
       },
       {
           "id": "bst-std",
           "name": "Best Hemleverans",
           "carrier": "Best",
           "delivery_types": [
               "DELIVERY"
           ],
           "parcel_type": "PACKAGE",
           "custom": false
       },
       {
           "id": "bst-stdextradays",
           "name": "Best Hemleverans",
           "carrier": "Best",
           "delivery_types": [
               "DELIVERY"
           ],
           "parcel_type": "PACKAGE",
           "custom": true
       },
       {
           "id": "budbee-std",
           "name": "Budbee Home Delivery",
           "carrier": "Budbee",
           "delivery_types": [
               "DELIVERY"
           ],
           "parcel_type": "PACKAGE",
           "custom": false
       },
       {
           "id": "ics-ica",
           "name": "unknown",
           "carrier": "unknown",
           "custom": true
       },
       {
           "id": "isb-bikes",
           "name": "unknown",
           "carrier": "unknown",
           "custom": false
        },
        {
            "id": "isb-express",
            "name": "Instabox Express v3",
            "carrier": "Instabox",
            "delivery_types": [
                "PICKUP"
            ],
            "parcel_type": "PACKAGE",
            "custom": false
        },
        {
            "id": "isb-std",
            "name": "Instabox Express",
            "carrier": "Instabox",
            "delivery_types": [
                "PICKUP"
            ],
            "parcel_type": "PACKAGE",
            "custom": false
        },
        {
            "id": "isb-stdextradays",
            "name": "Instabox Express",
            "carrier": "Instabox",
            "delivery_types": [
                "PICKUP"
            ],
            "parcel_type": "PACKAGE",
            "custom": true
        },
        {
            "id": "pin-ica",
            "name": "unknown",
            "carrier": "unknown",
            "custom": false
        },
        {
            "id": "pnl-bla",
            "name": "Spårbart Brev Utrikes",
            "carrier": "PostNord",
            "delivery_types": [
                "MAILBOX"
            ],
            "parcel_type": "LETTER",
            "custom": false
        },
        {
            "id": "pnl-bua",
            "name": "PostNord Varubrev 1:a klass",
            "carrier": "PostNord",
            "delivery_types": [
                "MAILBOX"
            ],
            "parcel_type": "LETTER",
            "custom": false
        },
        {
            "id": "pnl-hemp",
            "name": "PostNord Hempaket",
            "carrier": "PostNord",
            "delivery_types": [
                "DELIVERY"
            ],
            "parcel_type": "PACKAGE",
            "custom": false
        },
        {
            "id": "pnl-mpc",
            "name": "PostNord MyPack Collect",
            "carrier": "PostNord",
            "delivery_types": [
                "PICKUP"
            ],
            "parcel_type": "PACKAGE",
            "custom": false
        },
        {
            "id": "pnl-mph",
            "name": "PostNord MyPack Home",
            "carrier": "PostNord",
            "delivery_types": [
                "DELIVERY"
            ],
            "parcel_type": "PACKAGE",
            "custom": false
        }
    ]
}

Last updated: Tue, Jul 01, 07:09 AM