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. Meals Plans
  • Getting Started
  • Merchant Account
    • Merchant Wallet
      • Wallet Details
      • Charge Wallet
    • Merchant Settings
    • List Bank Accounts
    • Update Merchant Settings
    • Organization Config
  • Customers
    • Locations
      • List Customer Locations
      • Customer Location Details
      • Create Customer Location
    • Memberships
      • List Customer Memberships
    • Customer Order Statistics
    • List Customers
    • Customer Details
    • Create Customer
    • Update Customer
  • Wallets
    • Customer Wallet Details
    • Deposit Points
    • Deposit Cashback
    • Redeem from Wallet
  • Vouchers
    • Get Voucher Discount
    • Update Voucher Usage
  • Items
    • Item Config Details
    • Update Item Config
    • List Items
    • Item Details
    • Create Item
    • Update Item
    • Delete Item
    • Reserve an item
    • Record Item Purchase
    • Bulk Update Items
    • Bulk Update Item Prices
  • Item Categories
    • List Item Categories
    • Item Category Details
    • Create Category
    • Update Category
    • Delete Category
  • Item Tags
    • List Item Tags
    • Create Tag
    • Update Tag
    • Delete Tag
  • Item Images
    • Create Item Image
    • Upadte Item Image
    • Delete Item Image
  • Item Discounts
    • Create Item Discount
    • Upadte Item Discount
    • Delete Item Discount
  • Item Bundles
    • List Bundle Categories
    • Bundle Category Details
    • Create Bundle Category
    • Update Bundle Category
    • Delete Bundle Category
  • Item Modifiers
    • List Modifier Categories
    • Modifier Category Details
    • Create Modifier Category
    • Update Modifier Category
    • Delete Modifier Category
  • Carts
    • List Carts
    • Cart Details
  • Orders
    • Checkout Config Details
    • Update Checkout Config
    • List Orders
    • Order Details
    • List Recurring Purchases
    • Recurring Purchase Details
    • Recurring Purchase Details
  • Invoices
    • Invoice Config Details
    • Update Invoice Config
    • List Invoices
    • Invoice Details
    • Refund Invoice
  • Transactions
    • List Transactions
    • Transaction Details
    • Capture Bank Transfer Transaction
    • Decline Bank Transfer Transaction
  • Subscriptions
    • List Subscriptions
    • Subscription Details
    • Subscriptions Statistics
    • Cancel Subscription Auto Renewal
    • Cancel Subscription
    • Increment Subscription Usage
    • Decrement Subscription Usage
    • Bulk Pause Subscriptions
    • Bulk Resume Subscriptions
    • Create Subscription Update
    • Cancel Subscription Update
  • Fulfillments
    • Fulfillment Overview
    • List Fulfillments
    • Fulfillment Details
    • Update Fulfillment Details
  • Tickets
    • List Tickets
    • Bulk Update Tickets
    • Validate Token and Check in Ticket
  • Shipments
    • Shipping Config Details
    • Update Shipping Config
    • Shipping Labels Details
    • Purchase Shipment Labels
    • Create Shipment
    • Cancel Shipment
    • Create Return Shipment
  • Pickup Locations
    • List Pickup Locations
    • Pickup Location Details
    • Create Pickup Location
    • Update Pickup Location Details
    • Delete Pickup Location
  • Couriers
    • List Couriers
    • Get Active Couriers
    • Get Couriers Prices
    • Courier Details
    • Create Custom Courier
    • Update Custom Courier Details
    • Delete Custom Courier
  • Geo & Places
    • List Countires
    • List Regions
    • List Cities
    • List Districts
  • Webhooks
    • List Webhooks
    • Create Webhook
    • Update Webhook Details
    • Delete Webhook
    • List Webhook Logs
    • Test Webhook
    • Delete Webhook By URL
  • Sales Channels
    • Meals
      • List Provider Meal Plans
      • Update Meals Plans Listings
      • List Provider Meals Orders
      • Provider Meals Order Details
      • List Provider Meals Subscriptions
      • Provider Meals Subscription Details
    • Sales Channel Profile Details
    • List Sales Channel Connections
    • Accept Sales Channel Connection Request
    • Reject Sales Channel Connection Request
    • Activate Sales Channel Connection
    • Deactivate Sales Channel Connection
    • Delete Sales Channel Connection Request
  • Notifications
    • Send Notification
  • Meals Plans
    • List Plan Tags
      GET
    • List Plans
      POST
    • Plan Details
      GET
    • Menu Details
      GET
  • Meals Logistics
    • City Details
    • Captain Details
    • Branch Details
    • List Supported Windows
    • List Captains
    • Bulk Update SubOrders
  1. Meals Plans

Plan Details

Developing
GET
https://api.techrar.com/public-api/v1/plans/{plan_id}/

Request

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

Query Params

Header Params

Responses

🟢200OK
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.techrar.com/public-api/v1/plans//?plan_version_id=2445&start_date=2025-10-17' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
    "id": 0,
    "name_en": "string",
    "name_ar": "string",
    "subtitle_en": null,
    "subtitle_ar": null,
    "description_en": null,
    "description_ar": null,
    "plan_tags": [
        {
            "id": 0,
            "ordering": 0,
            "type_en": "string",
            "type_ar": "string",
            "tag_en": "string",
            "tag_ar": "string",
            "description_en": "string",
            "description_ar": "string",
            "image": "string",
            "color": null
        }
    ],
    "image": "string",
    "image_ar": null,
    "daily_num_of_items": 0,
    "avg_daily_meal_calories": 0,
    "start_after": 0,
    "special_product_selection_limit": null,
    "featured_title_en": null,
    "featured_title_ar": null,
    "is_featured": true,
    "is_marketplace_featured": true,
    "is_marketplace_active": true,
    "supported_service": null,
    "gender": null,
    "subscription_type": "string",
    "menu_id": 0,
    "repetition": 0,
    "start_date": "string",
    "skip_option_selection": true,
    "size": {
        "id": 0,
        "title": "string",
        "protein_amount": 0,
        "carb_amount": null,
        "unit": "string"
    },
    "versions": [
        {
            "id": 0,
            "custom_fields": null,
            "min_start_date": "string",
            "max_start_date": "string",
            "off_days": [
                "string"
            ],
            "ordering": 0,
            "num_of_days": 0,
            "total_num_of_items": 0,
            "delivery_price": 0,
            "original_price": 0,
            "discount_percentage": 0,
            "duration": null,
            "pause_credits": null,
            "num_of_pause_attempts": null,
            "min_of_pause_days": null
        }
    ],
    "restaurant": {
        "id": 0,
        "name_en": "string",
        "name_ar": "string",
        "logo": "string"
    },
    "dates": [
        "string"
    ],
    "masters": [
        {
            "id": 0,
            "app_id": null,
            "created_at": "string",
            "modified_at": "string",
            "deleted_at": null,
            "is_deleted": true,
            "ordering": 0,
            "restaurant_name": "string",
            "day": "string",
            "repetition_counter": 0,
            "master_id": null,
            "plan": 0,
            "restaurant": 0,
            "plan_categories": [
                {
                    "id": 0,
                    "app_id": null,
                    "created_at": "string",
                    "modified_at": "string",
                    "deleted_at": null,
                    "is_deleted": true,
                    "ordering": 0,
                    "name_en": "string",
                    "name_ar": "string",
                    "is_multi_select": true,
                    "max_selected_options": 0,
                    "category_master_id": null,
                    "plan_date": 0,
                    "options": [
                        {
                            "id": 0,
                            "app_id": null,
                            "created_at": "string",
                            "modified_at": "string",
                            "deleted_at": null,
                            "is_deleted": true,
                            "ordering": 0,
                            "is_recommended": true,
                            "is_active": true,
                            "plan_category": 0,
                            "product": {
                                "id": 0,
                                "app_id": null,
                                "created_at": "string",
                                "modified_at": "string",
                                "deleted_at": null,
                                "is_deleted": true,
                                "ordering": 0,
                                "name_ar": "string",
                                "name_en": "string",
                                "original_price": 0,
                                "discount_percentage": 0,
                                "original_image": "string",
                                "image": "string",
                                "nutritions": {
                                    "id": 0,
                                    "app_id": null,
                                    "created_at": "string",
                                    "modified_at": "string",
                                    "deleted_at": null,
                                    "is_deleted": true,
                                    "ordering": 0,
                                    "calories": 0,
                                    "carbs": 0,
                                    "fat": 0,
                                    "protein": 0,
                                    "product": 0
                                },
                                "restaurant_id": 0,
                                "is_sub": true,
                                "description_ar": "string",
                                "description_en": "string",
                                "category_id": 0,
                                "is_active": true,
                                "is_special": true,
                                "in_stock": true,
                                "allergies": [
                                    "string"
                                ],
                                "tags": [
                                    "string"
                                ],
                                "allergens_dislikes": [
                                    "string"
                                ],
                                "variant": [
                                    "string"
                                ]
                            }
                        }
                    ]
                }
            ]
        }
    ]
}
Modified at 2025-10-21 07:03:14
Previous
List Plans
Next
Menu Details
Built with