curl --location 'https://api.techrar.com/order/v1/merchant/fulfillments/tickets/?search=&search=&page=1&page_size=5&order_by=' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>'{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": 102765,
"created_at": "2025-08-03T12:27:02.180482+03:00",
"invoice_item_id": 570,
"item": {
"id": 127,
"custom_fields": {
"pgm_payment_plan_name": "GOLDEN PAYMENTPLAN",
"pgm_plan_class_type_name": "Mindfulness",
"pgm_product_id": 15,
"pgm_product_class_type_name": "Mindfulness"
},
"images": [],
"discount": {
"is_applied": false,
"is_trial_applied": false,
"is_usage_price": false,
"price_after_discount_no_trial": 1.0,
"price_after_discount": 1.0
},
"stock": {
"in_stock": true,
"qty": 1
},
"modifiers": [
{
"id": 371,
"ordering": 0,
"name_en": "time",
"name_ar": "time",
"values": [
{
"id": 928,
"ordering": 0,
"name_en": "19:35:00 - 22:35:00",
"name_ar": "19:35:00 - 22:35:00"
},
{
"id": 318,
"ordering": 0,
"name_en": "07:35:00 - 10:35:00",
"name_ar": "07:35:00 - 10:35:00"
}
]
}
],
"variants": [
{
"id": 127,
"custom_fields": {
"pgm_payment_plan_name": "GOLDEN PAYMENTPLAN",
"pgm_plan_class_type_name": "Mindfulness",
"pgm_product_id": 15,
"pgm_product_class_type_name": "Mindfulness"
},
"images": [],
"discount": {
"is_applied": false,
"is_trial_applied": false,
"is_usage_price": false,
"price_after_discount_no_trial": 1.0,
"price_after_discount": 1.0
},
"stock": {
"in_stock": true,
"qty": 1
},
"plan_config": null,
"off_days": [],
"off_dates": [],
"variant_title_en": "19:35:00 - 22:35:00",
"variant_title_ar": "19:35:00 - 22:35:00",
"modifier_values": [
928
],
"app_id": 86,
"ordering": 0,
"type": "booking",
"service_type": "access",
"sku": "17523163231441593",
"price": 1.0,
"name_en": "Booking",
"name_ar": "Booking",
"description_en": "",
"description_ar": "",
"is_plan_only": false,
"is_plan_enabled": false,
"served_from_date": "2025-07-01",
"served_to_date": "2025-08-31",
"served_from_time": "10:00:00",
"served_to_time": "11:00:00",
"weight": 0.0
},
{
"id": 128,
"custom_fields": null,
"images": [],
"discount": {
"is_applied": false,
"is_trial_applied": false,
"is_usage_price": false,
"price_after_discount_no_trial": 2.0,
"price_after_discount": 2.0
},
"stock": {
"in_stock": true,
"qty": 1
},
"plan_config": null,
"off_days": [],
"off_dates": [],
"variant_title_en": "07:35:00 - 10:35:00",
"variant_title_ar": "07:35:00 - 10:35:00",
"modifier_values": [
318
],
"app_id": 86,
"ordering": 0,
"type": "booking",
"service_type": "access",
"sku": "1752316480842",
"price": 2.0,
"name_en": "Booking",
"name_ar": "Booking",
"description_en": "",
"description_ar": "",
"is_plan_only": false,
"is_plan_enabled": false,
"served_from_date": "2025-07-26",
"served_to_date": "2025-07-27",
"served_from_time": "07:35:00",
"served_to_time": "10:35:00",
"weight": 0.0
}
],
"varies_on": "time",
"bundle_categories": [],
"plan_config": null,
"off_days": [],
"off_dates": [],
"app_id": 86,
"ordering": 0,
"type": "booking",
"service_type": "access",
"sku": "17523163231441593",
"price": 1.0,
"name_en": "Booking",
"name_ar": "Booking",
"description_en": "",
"description_ar": "",
"is_plan_only": false,
"is_plan_enabled": false,
"served_from_date": "2025-07-01",
"served_to_date": "2025-08-31",
"served_from_time": "10:00:00",
"served_to_time": "11:00:00",
"weight": 0.0,
"categories": [
16
]
},
"name_en": "Booking",
"name_ar": "Booking",
"status": "pending",
"total_amount": 0.0,
"date": "2025-08-03",
"time": null,
"customer_name": null,
"customer_email": null,
"customer_phone": null
}
]
}