techrar docs
Home
Solutions
Solutions
  • eCommerce SaaS
  • Meals SaaS
  • Meals Marketplaces
API
API
  • Merchant APIs
  • Customer App APIs
  • Meals APIs
Techrar Connect
Home
Solutions
Solutions
  • eCommerce SaaS
  • Meals SaaS
  • Meals Marketplaces
API
API
  • Merchant APIs
  • Customer App APIs
  • Meals APIs
Techrar Connect
  1. Fulfillments
  • Customer Account
    • Registration
      • Register Customer
      • Confirm Customer Registration
    • User Authentication
      • Request OTP
      • Get Access Token
      • Refresh Access Token
    • Customer Profile
      • Profile Details
      • Wallet Details
      • Referral Details
      • Update Platform Version
      • Activate/Create FCM Token
      • FCM Token
      • Delete Customer Account
      • Update Language
      • Update Avatar
      • Update Profile
    • Customer Locations
      • List Locations
      • Location Details
      • Create Location
      • Update Location
      • Update Location Image
      • Delete Location
    • List Received Notifications
  • Items
    • List Items
    • Item Details
    • List Item Categories
    • Item Category Details
    • List Modifier Categories
    • Item Config Details
    • List Bundle Categories
  • Orders
    • List Orders
    • Order Details
    • List Recurring Purchases
    • Recurring Purchase Details
    • Recurring Purchase Details
  • Subscriptions
    • List Subscriptions
    • Subscription Details
    • Cancel Subscription Auto Renewal
  • Fulfillments
    • List Fulfillments
      GET
    • Fulfillment Details
      GET
    • Update Fulfillment Details
      PATCH
  • Payment Methods
    • List Payment Methods
    • Delete Payment Method
    • List Enabled Payment Providers
  • Checkout
    • Checkout Config Details
    • Create Cart
    • Update Cart
    • Cart Details
    • List Pickup Locations
    • List Featured Vouchers
    • Get Courier Options
    • Checkout
  • Sales Channels
    • Orders
      • List Channel Subscriptions
      • Channel Subscription Details
      • List Channel Orders
      • Channel Order Details
      • Cancel Channel Subscription
    • Meals Checkout
      • Apply Voucher
      • Redeem
      • Get Discount
      • Place Order
    • List Channel Providers
  • Utilities
    • List Supported Cities
    • Supported City Details
  1. Fulfillments

List Fulfillments

GET
https://api.techrar.com/order/v1/fulfillments/
This endpoint allows you to list all customer fulfillment orders
Filters
You can filter fulfillment orders with almost all the fields in the fulfillment order e.g. service_type, status, ..etc
Light Objects
In most list endpoints, the returned object will be light.
Use the details endpoint to get a detailed object

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Header Params

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.techrar.com/order/v1/fulfillments/?page=1&page_size=5&search=&order_by=' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
    "count": 14,
    "next": "http://localhost/order/v1/fulfillments/?order_by=&page=2&page_size=5&search=",
    "previous": null,
    "results": [
        {
            "id": 298,
            "created_at": "2025-07-13T12:38:04.891591+03:00",
            "order_id": 351,
            "invoice_id": 431,
            "status": "ready_for_pickup",
            "date": null,
            "time": null,
            "service_type": "delivery",
            "location": {
                "id": 2,
                "custom_fields": null,
                "on_demand_supported": false,
                "subscription_supported": false,
                "location_url": "https://maps.google.com/?q=21.5786337,39.1536752",
                "city": {
                    "id": 1,
                    "custom_fields": null,
                    "app_id": null,
                    "created_at": "2022-03-12T16:51:57.964819+03:00",
                    "modified_at": "2023-02-19T18:29:28.335083+03:00",
                    "is_deleted": false,
                    "deleted_at": null,
                    "ordering": 0,
                    "name_ar": "جده",
                    "name_en": "Jeddah",
                    "country_code": "SA",
                    "keywords": "Jeddah,jeddah,جدة,جده",
                    "is_supported": true
                },
                "app_id": null,
                "created_at": "2022-04-13T15:16:55.721015+03:00",
                "modified_at": "2025-01-28T17:13:30.592617+03:00",
                "is_deleted": false,
                "deleted_at": null,
                "ordering": 0,
                "name_ar": "home",
                "name_en": "home",
                "longitude": "39.1536752",
                "latitude": "21.5786337",
                "address1": "6438 ابن عديس، حي السلامة، جدة 23436 3083، السعودية",
                "address2": "جدة",
                "place_id": "ChIJ7SIhYS7bwxURWDIHU_Wzggk",
                "postal_code": "23436",
                "formatted_address": "ابن عديس، 6438 ibn Udays st. - al-salamh-dist jeddah 3083-23436 Villa 16، جدة 23436،، As Salamah, Jeddah 23436, Saudi Arabia",
                "district": "As Salamah",
                "district_ar": null,
                "city_name_en": "Jeddah",
                "city_name_ar": null,
                "route": null,
                "street_number": null,
                "is_synced": true,
                "type": "home",
                "description": "عماره ٢٢، شقه ٣",
                "is_default": false,
                "image": "/media/uploads/location/images/2025/01/28/61ebe418-7fb0-4d4c-9e73-7a417997e713.png",
                "deleted_from": null,
                "zone": 1,
                "customer_profile": 1
            },
            "pickup_location": null,
            "city_en": "Jeddah",
            "city_ar": "جدة",
            "district_en": "As Salamah Dist.",
            "district_ar": "حي السلامة",
            "fulfillments": [
                {
                    "id": 102669,
                    "created_at": "2025-07-13T12:38:04.882318+03:00",
                    "invoice_item_id": 468,
                    "item": {
                        "id": 121,
                        "custom_fields": {
                            "test": "test"
                        },
                        "images": [],
                        "discount": {
                            "is_applied": false,
                            "is_trial_applied": false,
                            "is_usage_price": false,
                            "price_after_discount_no_trial": 12.0,
                            "price_after_discount": 12.0
                        },
                        "stock": {
                            "in_stock": true,
                            "qty": 100
                        },
                        "modifiers": [
                            {
                                "id": 3,
                                "ordering": 0,
                                "name_en": "mod",
                                "name_ar": "mod",
                                "values": [
                                    {
                                        "id": 6,
                                        "ordering": 0,
                                        "name_en": "two",
                                        "name_ar": "two"
                                    },
                                    {
                                        "id": 5,
                                        "ordering": 0,
                                        "name_en": "one",
                                        "name_ar": "one"
                                    }
                                ]
                            }
                        ],
                        "variants": [
                            {
                                "id": 121,
                                "custom_fields": {
       
Modified at 2025-07-14 14:33:30
Previous
Fulfillments
Next
Fulfillment Details
Built with