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
        • Parcel

    Parcel

    Describes the physical package or packages that will be picked up and delivered. Each array object represents one packed package.

    {
        "weight": 0,
        "dimensions": {
            "length": 0,
            "width": 0,
            "height": 0
        }
    }
    Built with