curl --location --request POST '/products/digital' \
--header 'Accept: application/json' \
--header 'Accept-Language: {{lang}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name_ar": "منتج رقمي كامل",
"name_en": "Full Digital Product",
"summery_ar": "ملخص المنتج الرقمي الكامل",
"summery_en": "Full digital product summary",
"description_ar": "وصف تفصيلي للمنتج الرقمي",
"description_en": "Detailed description of the digital product",
"sale_price": 99.99,
"price": 129.99,
"cost": 20.00,
"sku": "DIGI-001",
"slug": "full-digital-product",
"status_id": 1,
"image_id": 741,
"product_gallery": [
735,
736,
739
],
"brand_id": 1,
"badge_id": 2,
"category": [
1,
2
],
"sub_category": [
2,
1
],
"child_category": [
1
],
"tags": [
"digital",
"premium",
"full"
],
"min_purchase": 1,
"max_purchase": 5,
"is_refundable": false,
"is_inventory_warning": false,
"policy_description": "No returns on digital products.",
"video_source": "youtube",
"video_id": "dQw4w9WgXcQ",
"general_title": "Full Digital Product SEO Title",
"general_description": "Full digital product SEO description",
"facebook_title": "Check this digital product on Facebook",
"facebook_description": "Amazing digital product on Facebook",
"facebook_image": 742,
"twitter_title": "Check this digital product on Twitter",
"twitter_description": "Amazing digital product on Twitter",
"twitter_image": 743,
"product_options": [
{
"type": "radio",
"title": {
"ar": "الحجم",
"en": "Size"
},
"subTitle": {
"ar": "",
"en": ""
},
"isRequired": true,
"multiSelect": false,
"options": {
"ar": {
"صغير": 0,
"كبير": 10
},
"en": {
"Small": 0,
"Large": 10
}
}
}
],
"related_products": [
2
],
"is_licensable": true,
"promotional_price": 79.99,
"free_date": "2024-12-01",
"promotional_date": "2024-11-01",
"release_date": "2024-01-01",
"update_date": "2024-06-01",
"additional_information": {
"platform": "Windows, Mac, Linux",
"language": "English, Arabic",
"version": "2.0"
},
"metadata": {
"author": "John Doe",
"category": "Software"
},
"digital_type": "digital_cards",
"entry_code_method": "separate_code",
"separate_digital_cards": [
"PREM-CODE-001",
"PREM-CODE-002",
"PREM-CODE-003"
]
}'