Dettaglioauto SA - API Collection V1
  1. Catalog
Dettaglioauto SA - API Collection V1
  • Vehicle Size
    • List Vehicle Sizes
      GET
  • Catalog
    • List categories with services
      GET
  • Region
    • List regions
      GET
  • Branch
    • List Branches
      GET
  • Branch Times
    • List Days
      GET
    • List Hours
      GET
  • Booking
    • Store Booking
      POST
    • List Bookings
      GET
  • Payment
    • Get Payment Details
      GET
  • Coupon
    • Apply Coupon
      POST
  • Cart
    • Initialize Cart
      POST
    • Add To Cart
      POST
    • Get Cart
      GET
    • Remove Cart Item
      DELETE
    • Clear Cart
      DELETE
  1. Catalog

List categories with services

GET
/v1/catalog

Request

Query Params

Header Params

Body Params multipart/form-data

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://dev.your-api-server.com/v1/catalog?vehicle_size_uuid={{vehicle_size_uuid}}' \
--header 'Customer-Key: {{Customer-Key}}' \
--header 'Secret-Key: {{Secret-Key}}' \
--header 'Accept-Language: {{Accept-Language}}'
Response Response Example
{
    "success": true,
    "message": "success",
    "data": {
        "catalog": [
            {
                "identifier": "best_sellers",
                "name": "الأكثر مبيعاً",
                "image": "https://staging.dettaglioauto.app/storage/uploads/categories/175716066768bc24dbd76ab.svg",
                "services": [
                    {
                        "uuid": "59677c8a-ca08-473b-91e9-ce41701ddc3c",
                        "name": "العازل الحراري",
                        "description": [
                            "عازل بتقنية النانو سيراميك",
                            "نسبة العزل تصل إلى 65 %",
                            "عزل الاشعة فوق البنفسجية 99.6 %",
                            "عزل الاشعة تحت الحمراء 94 %",
                            "العزل يشمل زجاج السيارة الجانبي، الخلفي والأمامي"
                        ],
                        "warranty": "ضمان 5 سنوات",
                        "pricing": {
                            "price": "1200.00",
                            "old_price": "0.00",
                            "currency": "ريال"
                        },
                        "duration": 6, // means 6 hours
                        "image": "https://staging.dettaglioauto.app/storage/uploads/services/175714770468bbf238e93da.webp",
                        "icon": "https://staging.dettaglioauto.app/storage/uploads/services/null",
                        "category_identifier": "thermal-tint,best_sellers",
                        "type": "basic",
                        "is_sub_service": 0,
                        "sub_services_uuids": [],
                        "additional_services": [
                            {
                                "uuid": "3f162d31-aa2a-4c65-83ea-b6bcaa192362",
                                "name": "بخار خارجي",
                                "description": [
                                    "أحدث طريقة لغسيل السيارات بالبخار ومواد ديتاليواوتو الصديقة للبيئة"
                                ],
                                "warranty": "null",
                                "category_identifier": "addtional",
                                "pricing": {
                                    "price": "125.00",
                                    "old_price": "0.00",
                                    "currency": "ريال"
                                },
                                "duration": 2,
                                "image": "https://staging.dettaglioauto.app/storage/uploads/services/175714725068bbf07281bbb.webp",
                                "icon": "https://staging.dettaglioauto.app/storage/uploads/services/17378174036794fd3b7a9ab.svg"
                            },
                            {
                                "uuid": "11907e41-5019-4d2b-abe3-602f43572633",
                                "name": "تلميع ساطع سريع",
                                "description": [
                                    "تلميع ناعم",
                                    "الخدمة خاصة للسيارات الجديدة"
                                ],
                                "warranty": "null",
                                "category_identifier": "addtional",
                                "pricing": {
                                    "price": "350.00",
                                    "old_price": null,
                                    "currency": "ريال"
                                },
                                "duration": 4,
                                "image": "https://staging.dettaglioauto.app/storage/uploads/services/175690590168b841ad2a775.webp",
                                "icon": "https://staging.dettaglioauto.app/storage/uploads/services/173781846867950164e3a80.svg"
                            },
                            {
                                "uuid": "8b41ff98-469f-4183-be69-4c36489d9ea9",
                                "name": "تنظيف المحرك",
                                "description": [
                                    "تنظيف المحرك بالكامل بالبخار باستخدام أدوات وتقنيات ديتاليواوتو الحصرية لضمان عدم وجود أي ضرر من الأتربة والزيوت المتراكمة."
                                ],
                                "warranty": "null",
                                "category_identifier": "addtional",
                                "pricing": {
                                    "price": "100.00",
                                    "old_price": null,
                                    "currency": "ريال"
                                },
                                "duration": 1,
                                "image": "https://staging.dettaglioauto.app/storage/uploads/services/175690874468b84cc866625.webp",
                                "icon": "https://staging.dettaglioauto.app/storage/uploads/services/1737819126679503f63a6c5.svg"
                            },
                            {
                                "uuid": "5b786e2b-7029-4a61-8e8
Modified at 2025-12-26 13:13:15
Previous
List Vehicle Sizes
Next
List regions
Built with