Get Pickup Details

Will return detailed Pickup Object.

HTTP Request

GET /api/v1/pickups/{pickup_id}

Example

  {
    "data": {
      "id": 1324,
      "confirmation_number": "YKZA-131",
      "courier": "FedEx",
      "service": "FEDEX_2_DAY",
      "number_of_boxes": 1,
      "total_weight": 1,
      "weight_unit": "LB",
      "pickup_location": {
        "company": "LABELNSHIP CORP",
        "name": "LABELNSHIP CORP",
        "street_address": "22 ATLAS AVE",
        "street_address2": null,
        "city": "YORK",
        "province": "ON",
        "postal_code": "L4J3J8",
        "country": "CA",
        "phone": "514-555-5555",
        "pickup_instructions": "Please use side door"
      },
      "pickup_window": {
        "min": "2021-10-19 17:00:00",
        "max": "2021-10-19 22:00:00"
      },
      "created_at": "2021-10-18 21:27:53",
      "updated_at": "2021-10-18 21:27:53"
    }
  }
  {
      "message": "Not Found!"
  }