Flype Order API
    • Flype Order API
      • Shipments
        • Rates
        • Shipments Count
        • All Shipments
        • Bulk Order
        • Shipment Details
        • Shipment Last Status
        • Cancel Shipment
        • Get Shipping label
      • Webhook
        • Webhook: Shipment status updates (Flype → Your Server)
      • Schemas
        • ApiStatus
        • ErrorResponse
        • ShipmentsCountResponse
        • AllShipmentsRequest
        • ShipmentSummary
        • AllShipmentsResponse
        • BulkOrderRequest
        • BulkOrderResponse
        • SchedulePickupRequest
        • SchedulePickupResponse
        • City
        • GetCitiesResponse
        • ShipmentDetailsResponse
        • ShipmentLastStatusResponse
        • CancelShipmentResponse
        • LabelResponse
        • Country
        • CountriesResponse
        • ShipmentStatusWebhook
        • PlaceBulkItem
        • SuccessMessageResponse
        • PlaceBulkAddress
        • BooleanDataResponse
        • PlaceBulkPickupLocation
        • ShipmentAddress
        • PlaceBulkShipment
        • ShipmentRecipient
        • PlaceBulkAcceptedOrder
        • ShipmentRetailerAddress
        • PlaceBulkDeniedOrder
        • ShipmentRetailer
        • BulkOrderResponseData
        • ShipmentDriver
        • ShipmentStatusHistoryEntry
        • DeliverySettings
        • DropOffDetails
        • AllShipmentsItem
        • CitiesResponse
        • AirwayBillResponse
        • WebhookShipmentStatusUpdate
        • WebhookAckResponse
        • PlaceBulkDeliveryAddress
        • PlaceBulkRequest

    AllShipmentsResponse

    {
        "data": [
            {
                "trackingNumber": "string",
                "status": "string",
                "orderDate": "2019-08-24T14:15:22.123Z",
                "expectedDelivery": "2019-08-24T14:15:22.123Z",
                "failMoment": "2019-08-24T14:15:22.123Z",
                "deliverDate": "2019-08-24T14:15:22.123Z",
                "recipient": {
                    "name": "string",
                    "mobileNumber": "string",
                    "address": {
                        "postalCode": "string",
                        "location": "string",
                        "street1": "string",
                        "street2": "string",
                        "streetNumber": "string",
                        "latitude": 0,
                        "longitude": 0,
                        "rdi": 0
                    },
                    "property1": "string",
                    "property2": "string"
                },
                "retailer": {
                    "id": "string",
                    "name": "string",
                    "logo": "string",
                    "externalLocationId": "string",
                    "address": {
                        "postalCode": "string",
                        "location": "string",
                        "street1": "string",
                        "street2": "string",
                        "streetNumber": "string",
                        "latitude": 0,
                        "longitude": 0,
                        "property1": "string",
                        "property2": "string"
                    },
                    "property1": "string",
                    "property2": "string"
                },
                "driver": {
                    "idNumber": "string",
                    "name": "string",
                    "phone": "string",
                    "property1": "string",
                    "property2": "string"
                },
                "property1": "string",
                "property2": "string"
            }
        ],
        "totalRecords": 0,
        "displayStart": 0,
        "displayLength": 0
    }
    Built with