1. Digital
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
        POST
      • Get Digital Product Details
        GET
      • Update Digital Product
        PATCH
    • Booking
      • Get Booking Product Details
      • Create Booking Product
      • Update Booking Product
    • Service
      • Get Service Product
      • Create Service Product
      • Update Service Product
    • 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. Digital

Get Digital Product Details

Developing
GET
/products/digital/{identifier}
Last modified:2026-03-06 18:32: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/digital/199' \
--header 'Accept: application/json' \
--header 'Accept-Language: {{lang}}' \
--header 'Authorization: Bearer <token>'
Response Response Example
200 - Example 1
{
    "status": "success",
    "message": "Digital product details retrieved successfully",
    "data": {
        "id": 198,
        "identifier": 198,
        "name": {
            "ar": "منتج رقمي كامل",
            "en": "Full Digital Product"
        },
        "summary": {
            "ar": "ملخص المنتج الرقمي الكامل",
            "en": "Full digital product summary"
        },
        "description": {
            "ar": "وصف تفصيلي للمنتج الرقمي",
            "en": "Detailed description of the digital product"
        },
        "type": "digital",
        "price": 129.99,
        "sale_price": 99.99,
        "is_refundable": false,
        "min_purchase": 1,
        "max_purchase": 5,
        "image": "http://b56tf.store.test/assets/tenant/uploads/media-uploader/b56tf/3-screen-of-tutorial1766840221.png",
        "is_published": true,
        "ratings": null,
        "created_at": "2026-03-06 21:12:42",
        "updated_at": "2026-03-06 21:12:42",
        "product_options": [
            {
                "title": {
                    "ar": "الحجم",
                    "en": "Size"
                },
                "subTitle": {
                    "ar": "",
                    "en": ""
                },
                "type": "radio",
                "isRequired": true,
                "multiSelect": false,
                "options": {
                    "ar": {
                        "صغير": 0,
                        "كبير": 10
                    },
                    "en": {
                        "Small": 0,
                        "Large": 10
                    }
                }
            }
        ],
        "brand": {
            "id": 1,
            "title": "",
            "name": {
                "ar": "Brand A",
                "en": "Brand A"
            },
            "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": 391,
                "tag_name": "digital"
            },
            {
                "id": 392,
                "tag_name": "premium"
            },
            {
                "id": 393,
                "tag_name": "full"
            }
        ],
        "categories": [
            {
                "id": 1,
                "name": {
                    "ar": "Elektronik",
                    "en": "Elektronik"
                },
                "description": {
                    "ar": "Elektronik",
                    "en": "Elektronik"
                },
                "image": "http://b56tf.store.test/assets/img/no-image.jpg"
            },
            {
                "id": 2,
                "name": {
                    "ar": "Pakaian",
                    "en": "Pakaian"
                },
                "description": {
                    "ar": "Pakaian",
                    "en": "Pakaian"
                },
                "image": "http://b56tf.store.test/assets/img/no-image.jpg"
            }
        ],
        "sub_categories": [
            {
                "id": 1,
                "name": {
                    "ar": "Ebook",
                    "en": "Ebook"
                },
                "description": {
                    "ar": "Ebook",
                    "en": "Ebook"
                },
                "image": "http://b56tf.store.test/assets/img/no-image.jpg"
            },
            {
                "id": 2,
                "name": {
                    "ar": "Video Tutorial",
                    "en": "Video Tutorial"
                },
                "description": {
                    "ar": "",
                    "en": ""
                },
                "image": "http://b56tf.store.test/assets/img/no-image.jpg"
            }
        ],
        "child_categories": [
            {
                "id": 1,
                "name": {
                    "ar": "Pengetahuan Umum",
                    "en": "Pengetahuan Umum"
                },
                "description": "",
                "image": "http://b56tf.store.test/assets/img/no-image.jpg"
            }
        ],
        "inventory": {
            "id": 185,
            "sku": "DIGI-001",
            "stock_count": 3,
            "sold_count": 0
        },
        "return_policy": {
            "id": 115,
            "shipping_return_description": "No returns on digital products."
        },
        "gallery": [
            {
                "image": "http://b56tf.store.test/assets/tenant/uploads/media-uploader/b56tf/android1764072325.png"
            },
            {
                "image": "http://b56tf.store.test/assets/tenant/uploads/media-uploader/b56tf/logo-default1764072374.png"
            },
            {
                "image": "http://b56tf.store.test/assets/tenant/uploads/media-uploader/b56tf/1-screen-of-tutorial1766840182.png"
            }
        ],
        "meta_data": {
            "id": 179,
            "title": "Full Digital Product SEO Title",
            "description": "Full digital product SEO description",
            "image": "http://b56tf.store.test/assets/img/no-image.jpg",
            "fb_title": "Check this digital product on Facebook",
            "fb_description": "Amazing digital product on Facebook",
            "fb_image": "http://b56tf.store.test/assets/tenant/uploads/media-uploader/b56tf/doniakhaled-cv1772226186.pdf",
            "tw_title": "Check this digital product on Twitter",
            "tw_description": "Amazing digital product on Twitter",
            "tw_image": "http://b56tf.store.test/assets/tenant/uploads/media-uploader/b56tf/doniakhaled-cv1772226310.pdf"
        },
        "digital_meta_data": {
            "id": 48,
            "product_id": 198,
            "type": "digital_cards",
            "preview_link": null,
            "file": null,
            "contains_download_link": false,
            "release_date": "2024-01-01",
            "update_date": "2024-06-01",
            "additional_information": {
                "platform": "Windows, Mac, Linux",
                "language": "English, Arabic",
                "version": "2.0"
            },
            "metadata": {
                "digital_type": "digital_cards",
                "entry_code_method": "separate_code",
                "cards": [
                    "PREM-CODE-001",
                    "PREM-CODE-002",
                    "PREM-CODE-003"
                ],
                "card_count": 3
            }
        }
    }
}
Modified at 2026-03-06 18:32:15
Previous
Create Digital Product
Next
Update Digital Product
Built with