1. Service
Tjar
  • 🗂️ Overview
  • 🚀 Start Here
  • Orders
    • List Orders
      GET
    • Get Order Details
      GET
    • Order Statuses
      GET
    • Create Order
      POST
    • Change Order Status
      POST
  • Products
    • Digital
      • Create Digital Product
      • Get Digital Product Details
      • Update Digital Product
    • Booking
      • Get Booking Product Details
      • Create Booking Product
      • Update Booking Product
    • Service
      • Get Service Product
        GET
      • Create Service Product
        POST
      • Update Service Product
        PATCH
    • List All Products
      GET
    • Get Product Details
      GET
    • Create Product
      POST
    • Update Product
      PATCH
    • Delete Product
      DELETE
  • Media
    • Upload Media
      POST
    • Upload Multiple Media
      POST
    • Update Media
      POST
  • Webhook
    • List Webhooks
      GET
    • Register Webhook
      POST
    • Update Webhook
      PUT
    • Delete Webhook
      DELETE
    • Verify Signature
      POST
    • Refresh Secret
      POST
    • Webhook Events
      GET
  • Abandoned Cart
    • List Abandoned Carts
    • Get Abandoned Cart Details
    • Send Reminder
  1. Service

Get Service Product

Developing
GET
/products/service/{identifier}
Last modified:2026-03-18 21:25:15

Request

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

Header Params

Responses

🟢200Success
application/json
Body

🟠404Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/products/service/128' \
--header 'Accept: application/json' \
--header 'Accept-Language: {{lang}}' \
--header 'Authorization: Bearer <token>'
Response Response Example
200 - OK
{
    "status": "success",
    "message": "Service product details retrieved successfully",
    "data": {
        "id": 128,
        "identifier": 128,
        "name": {
            "ar": "خدمة تطوير المواقع",
            "en": "Web Development Service"
        },
        "summary": {
            "ar": "خدمة تطوير المواقع الإلكترونية المتخصصة",
            "en": "Professional web development service"
        },
        "description": {
            "ar": "وصف تفصيلي لخدمة تطوير المواقع الإلكترونية باللغة العربية مع جميع التفاصيل التقنية والمميزات",
            "en": "Detailed description of web development service in English with all technical details and features"
        },
        "type": "service",
        "price": 10,
        "sale_price": 10,
        "is_refundable": true,
        "min_purchase": 1,
        "max_purchase": null,
        "image": "http://b56tf.store.test/assets/img/no-image.jpg",
        "is_published": true,
        "ratings": null,
        "created_at": "2025-09-03 15:12:29",
        "updated_at": "2025-11-05 04:42:46",
        "product_options": [
            {
                "type": "radio",
                "title": {
                    "ar": "نوع الخدمة:"
                },
                "sub_title": {
                    "ar": "اختر نوع الخدمة المطلوبة"
                },
                "options": {
                    "ar": {
                        "تطبيق ويب": 800,
                        "موقع مخصص": 0,
                        "متجر إلكتروني": 500
                    }
                },
                "is_required": true,
                "multi_select": false
            },
            {
                "type": "select",
                "title": {
                    "ar": "الجدول الزمني:"
                },
                "sub_title": {
                    "ar": "الجدول الزمني:"
                },
                "options": {
                    "ar": {
                        "شهرين": 0,
                        "شهر واحد": 200,
                        "ثلاثة أشهر": -100
                    }
                },
                "is_required": false,
                "multi_select": false
            },
            {
                "type": "checkbox",
                "title": {
                    "ar": "الصيانة:"
                },
                "sub_title": {
                    "ar": "الجدول الزمني:"
                },
                "options": {
                    "ar": {
                        "صيانة شهرية": 100,
                        "نسخ احتياطية": 30,
                        "تحديثات أمنية": 50
                    }
                },
                "is_required": false,
                "multi_select": false
            }
        ],
        "brand": {
            "id": 2,
            "title": "",
            "name": {
                "ar": "Brand B",
                "en": "Brand B"
            },
            "description": {
                "ar": "Brand A",
                "en": "Brand A"
            },
            "logo": "http://b56tf.store.test/assets/tenant/uploads/media-uploader/b56tf/download1748277198.jpg",
            "banner": "http://b56tf.store.test/assets/tenant/uploads/media-uploader/b56tf/download1748277198.jpg"
        },
        "tags": [
            {
                "id": 239,
                "tag_name": "web development"
            },
            {
                "id": 240,
                "tag_name": "custom website"
            },
            {
                "id": 241,
                "tag_name": "responsive"
            },
            {
                "id": 242,
                "tag_name": "php"
            },
            {
                "id": 243,
                "tag_name": "mysql"
            }
        ],
        "categories": [
            {
                "id": 2,
                "name": {
                    "ar": "Pakaian",
                    "en": "Pakaian"
                },
                "description": {
                    "ar": "Pakaian",
                    "en": "Pakaian"
                },
                "image": "http://b56tf.store.test/assets/img/no-image.jpg"
            }
        ],
        "sub_categories": [],
        "child_categories": [],
        "inventory": {
            "id": 120,
            "sku": "WEB-DEV-001",
            "stock_count": -1,
            "sold_count": 0
        },
        "return_policy": {
            "id": 93,
            "shipping_return_description": "Digital service delivery via secure file transfer and project handover documentation"
        },
        "gallery": [
            {
                "image": "http://b56tf.store.test/assets/tenant/uploads/media-uploader/b56tf/maksssksksss2541759309230.png"
            },
            {
                "image": "http://b56tf.store.test/assets/tenant/uploads/media-uploader/b56tf/maksssksksss6031759309230.png"
            },
            {
                "image": "http://b56tf.store.test/assets/tenant/uploads/media-uploader/b56tf/maksssksksss7951759309231.png"
            },
            {
                "image": "http://b56tf.store.test/assets/tenant/uploads/media-uploader/b56tf/0d074480-2a2e-47bb-b664-4ca961be6beb1759309249.jpg"
            },
            {
                "image": "http://b56tf.store.test/assets/tenant/uploads/media-uploader/b56tf/1b5ccae4-0e3c-433b-96fd-c63d591062ad1759309249.jpg"
            }
        ],
        "meta_data": {
            "id": 146,
            "title": "Professional Web Development Service - Custom Solutions",
            "description": "Get professional web development services with modern technologies and responsive design",
            "image": "http://b56tf.store.test/assets/img/no-image.jpg",
            "fb_title": "Professional Web Development Services",
            "fb_description": "Custom web development solutions for your business needs",
            "fb_image": "http://b56tf.store.test/assets/tenant/uploads/media-uploader/b56tf/bola-masker1746197733.jpg",
            "tw_title": "Web Development Service",
            "tw_description": "Professional custom website development",
            "tw_image": "http://b56tf.store.test/assets/tenant/uploads/media-uploader/b56tf/manutd1746199264.jpg"
        },
        "service_meta_data": {
            "id": 41,
            "preview_link": "https://www.youtube.com/watch?v=JqGBYedb8SI&list=RDJqGBYedb8SI&start_radio=1&pp=oAcB",
            "release_date": "2024-10-01",
            "update_date": "2024-10-15"
        }
    }
}
Modified at 2026-03-18 21:25:15
Previous
Update Booking Product
Next
Create Service Product
Built with