Flype Order API Gulf
    • UAE API Integration Guide
      • Shipments
        • Shipments Count
        • All Shipments
        • Bulk Order
        • Schedule Pickup
        • Shipment Details
        • Shipment Last Status
        • Cancel Shipment
        • Get AirwayBill
      • Locations
        • Get Cities
        • Get All Countries
      • Webhook
        • Shipment Status Updates Webhook
      • Schemas
        • Error
        • ServiceType
        • TrackingStatusName
        • PickupLocation
        • RecipientAddress
        • pickupLocation

    pickupLocation

    {
        "streetAddress1": "string",
        "streetAddress2": "string",
        "city": "string",
        "country": "string",
        "latitude": 0,
        "longitude": 0,
        "contactDetails": {
            "contactName": "string",
            "contactPhone": "string"
        }
    }
    Built with