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. Offerings & Listings
  • GETTING STARTED
    • Marketplaces Overview
    • Account Setup
    • Authentication
    • Webhooks
    • Sales Channel Profile
  • Offerings & Listings
    • Display Providers
    • Plan Categories
    • Plans & Versions
    • Display Menus
  • Customer Profiles
    • Authenticating Customers
    • Customer Profile
    • Customer Location
  • Placing Orders
    • Place Subscription Order
    • Order Payment
  • Subscriptions
    • Subscription Lifecycle
    • Subscription Management
  • Complaints
    • Complaint Lifecycle
    • Complaint Management
  1. Offerings & Listings

Plan Categories

Organize provider plans into categories for easier browsing in your marketplace.

Overview#

Plan categories (also called plan tags) allow you to group similar meal plans together. For example, you might create categories like "Keto Plans", "Family Meals", or "Lunch Plans". This is an optional feature that helps customers find relevant plans faster.

How It Works#

1
Create Categories in Portal
Log in to your Techrar merchant portal and navigate to Sales Channel → Tags to create your categories.
Categories are completely customizable. Create categories that match your marketplace's organization style.
CleanShot 2025-11-23 at 10.12.37.png
2
Assign Plans to Categories
Once you create categories, you can assign your providers' plans to specific categories.
Coming Soon
We are working on a request-based plans listing that allows your providers to request listing plans under specific categories.
CleanShot 2025-11-23 at 10.12.25.png
3
Fetch Categories via API
Use the List Plan Tags endpoint to retrieve all your categories and display them in your app.
4
Filter Plans by Category
When listing provider plans, filter by category to show only relevant plans to your customers. More in the next step Plans & Menus.

Fetch Plan Categories#

Endpoint: List Plan Tags
Use this endpoint to retrieve all plan categories you've created.
Response Example:
[
    {
        "id": 23,
        "type_en": "promotion",
        "type_ar": "promotion",
        "tag_en": "BALANCED",
        "tag_ar": "وجبات متوازنة",
        "description_en": "Comfy",
        "description_ar": "كومفي",
        "is_featured": false,
        "image": null,
        "color": "#FBE800"
    },
    {
        "id": 50,
        "type_en": "promotion",
        "type_ar": "promotion",
        "tag_en": "Weight Loss",
        "tag_ar": "انقاص الوزن",
        "description_en": "Low Carb",
        "description_ar": "قليلة الكاربوهيدرات",
        "is_featured": false,
        "image": null,
        "color": "#eae6dc"
    }
]
Modified at 2025-11-23 07:20:12
Previous
Display Providers
Next
Plans & Versions
Built with