1.
Register pickup locationsUse the Locations API to create or update pickup locations such as stores, warehouses, fulfillment centers, or 3PL facilities.
2.
Store the externalLocationIdSave the externalLocationId for each pickup location and reuse it when requesting rates or creating shipments.
3.
Check rates and service availabilityUse the Rates endpoint before order creation to confirm available service options, pickup timing, delivery timing, and delivery availability.
4.
Use Create Bulk Orders to create one or more shipments. For production integrations, Flype recommends identifying the pickup origin using externalLocationId.
5.
Use Shipment Details for full shipment information, or Shipment Last Status for the latest status only.
6.
Provide Flype with a webhook URL so shipment status updates can be sent to your system automatically.
Rates
Checks available Flype delivery service options before order creation. The endpoint evaluates pickup origin, destination address, package details, service coverage, cutoff time, and operating rules.
Create Bulk Orders
Creates one or more shipments in a single request. Each order is processed individually, so the response may include both accepted and denied orders.
All Shipments
Returns a paginated list of shipments filtered by status, creation date, and pagination parameters.
Shipments Count
Returns summary counts of shipments grouped by operational status. Useful for dashboards, reporting, and operational monitoring.
Shipment Details
Returns full shipment information, including recipient details, pickup/merchant information, delivery settings, driver information when available, and tracking history.
Shipment Last Status
Returns only the most recent status for a shipment. Use this when full shipment details are not needed.
Cancel Shipment
Cancels a shipment before it has been picked up or entered the active delivery flow.
Get Shipping Label
Retrieves the generated shipping label for a shipment.
Webhook
Describes the shipment status update notifications that Flype sends to the partner’s webhook endpoint.
Locations
Allows partners to create, update, list, and retrieve saved pickup locations.
externalLocationId identifies the physical pickup origin, such as a store, warehouse, fulfillment center, or 3PL facility.
merchantName identifies the customer-facing merchant or brand associated with the shipment.
1.
externalLocationId - recommended for productionUse a saved pickup location identifier shared between your system and Flype. This is the preferred method for stores, warehouses, aggregators, and 3PLs.
2.
postalCode only - limited fallbackUse only when Flype has pre-configured a single pickup location for the provided postal code.
3.
full pickupLocation object - fallbackProvide the full pickup address when a saved pickup location is not available.
Rates does not create a shipment.
Rates does not reserve capacity.
If service is available, the response returns one or more available service options.
If service is unavailable, the response should explain why no service option is available.
Availability may depend on pickup location, destination coverage, cutoff time, package details, operating days, and routing capacity.
If an order is valid, it is returned in acceptedOrders.
If an order cannot be created, it is returned in deniedOrders with the reason for rejection.
Use a unique shipperRef for every order.
Use the returned trackingNumber as the primary Flype shipment reference.
Exact timestamps are returned in UTC ISO 8601 format.
Local delivery dates, when returned, use YYYY-MM-DD format.
Delivery availability may depend on cutoff times, pickup schedules, operating days, destination coverage, and routing capacity.
Creating a pickup location does not automatically create a shipment.
Checking rates does not reserve capacity or create a shipment.
Shipment creation may return accepted and denied orders in the same response.
trackingNumber is the main Flype shipment reference after an order is created.
shipperRef is the partner-provided order or shipment reference.
externalLocationId identifies the pickup origin and may be shared by multiple merchants.
merchantName may be customer-facing and may be used in tracking or text message updates.
Create or confirm pickup locations before creating shipments.
Use externalLocationId whenever possible for reliable pickup matching.
Use a unique shipperRef for every order.
Provide accurate recipient phone numbers so delivery messages and coordination can work correctly.
Provide latitude and longitude when available to improve address accuracy and routing.
Use Rates before Create Bulk Orders to confirm service availability and expected timing.
Use webhooks for automatic shipment status updates instead of repeatedly polling shipment endpoints.