foodbot-cart-calculations 1.0.63 → 1.0.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/response.json CHANGED
@@ -1,460 +1,3442 @@
1
- {
2
- "status": "success",
3
- "status_code": 201,
4
- "message": "Tax calculated successfully with few details missing",
5
- "missing_optional_fields": [
6
- "order_type",
7
- "restaurant_id",
8
- "branch_id",
9
- "request_id"
10
- ],
11
- "data": {
12
- "isPos": 1,
13
- "order_items": {
14
- "item_details": [
15
- {
16
- "item_id": "dadb6147-f759-49dc-867e-cb9d0aa25d1d",
17
- "category_id": "e46ace5b-8f14-11f0-a5b4-12b5681bf65d",
18
- "item_price": 99,
19
- "quantity": 1,
20
- "item_display_text": "Monch Burge",
21
- "item_name": "Monch Burge",
22
- "tax_rate": 16,
23
- "item_modifiers": [],
24
- "isPackage": 0,
25
- "item_price_with_modifier": 99,
26
- "package_items": [],
27
- "item_event": "new",
28
- "actual_price": 0,
29
- "tax_id": [
30
- {
31
- "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
32
- }
33
- ],
34
- "ieps_tax": {
35
- "status": 0,
36
- "ieps_details": {
37
- "type": "",
38
- "tax_id": 0
39
- }
40
- },
41
- "menu_id": "6bdd9eaf-dd18-4946-8aee-03c0f98db58a",
42
- "item_trx_id": "b2A8B3vz",
43
- "tax_amount": "0.000000",
44
- "tax_array": [
45
- {
46
- "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
47
- "tax_label": "IVA 16%",
48
- "tax_rate": 16,
49
- "tax_sequence": 1,
50
- "base_price_effected": 0,
51
- "tax_amount": "0.000000",
52
- "base_price": "0.00",
53
- "tax_rate_quantity": 0
54
- }
55
- ],
56
- "tax_amount_modifier": "0.000000",
57
- "total_tax_amount": "0.000000",
58
- "stk_seq_id": 1,
59
- "order_version": 2,
60
- "wa_user_info": {
61
- "user_id": 1000221,
62
- "user_name": "POS Manager"
63
- },
64
- "sync": true,
65
- "pos_user_id": 1000221,
66
- "promotion_discount_modifier": 0,
67
- "point_discount_status": true,
68
- "points_discount": "99.00",
69
- "points_discount_modifier": 0,
70
- "promotion_discount": 0,
71
- "total_item_cost": "0.00"
72
- },
73
- {
74
- "item_id": "dadb6147-f759-49dc-867e-cb9d0aa25d1d",
75
- "category_id": "e46ace5b-8f14-11f0-a5b4-12b5681bf65d",
76
- "item_price": 99,
77
- "quantity": 1,
78
- "item_display_text": "Monch Burge",
79
- "item_name": "Monch Burge",
80
- "tax_rate": 16,
81
- "item_modifiers": [],
82
- "isPackage": 0,
83
- "item_price_with_modifier": 99,
84
- "package_items": [],
85
- "item_event": "new",
86
- "actual_price": 0,
87
- "tax_id": [
88
- {
89
- "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
90
- }
91
- ],
92
- "ieps_tax": {
93
- "status": 0,
94
- "ieps_details": {
95
- "type": "",
96
- "tax_id": 0
97
- }
98
- },
99
- "menu_id": "6bdd9eaf-dd18-4946-8aee-03c0f98db58a",
100
- "item_trx_id": "0ZQABEmf",
101
- "tax_amount": "0.000000",
102
- "tax_array": [
103
- {
104
- "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
105
- "tax_label": "IVA 16%",
106
- "tax_rate": 16,
107
- "tax_sequence": 1,
108
- "base_price_effected": 0,
109
- "tax_amount": "0.000000",
110
- "base_price": "0.00",
111
- "tax_rate_quantity": 0
112
- }
113
- ],
114
- "tax_amount_modifier": "0.000000",
115
- "total_tax_amount": "0.000000",
116
- "stk_seq_id": 1,
117
- "order_version": 2,
118
- "wa_user_info": {
119
- "user_id": 1000221,
120
- "user_name": "POS Manager"
121
- },
122
- "sync": true,
123
- "pos_user_id": 1000221,
124
- "promotion_discount_modifier": 0,
125
- "point_discount_status": true,
126
- "points_discount": "99.00",
127
- "points_discount_modifier": 0,
128
- "promotion_discount": 0,
129
- "total_item_cost": "0.00"
130
- },
131
- {
132
- "item_id": "dadb6147-f759-49dc-867e-cb9d0aa25d1d",
133
- "category_id": "e46ace5b-8f14-11f0-a5b4-12b5681bf65d",
134
- "item_price": 99,
135
- "quantity": 1,
136
- "item_display_text": "Monch Burge",
137
- "item_name": "Monch Burge",
138
- "tax_rate": 16,
139
- "item_modifiers": [],
140
- "isPackage": 0,
141
- "item_price_with_modifier": 99,
142
- "package_items": [],
143
- "item_event": "new",
144
- "actual_price": 0,
145
- "tax_id": [
146
- {
147
- "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
148
- }
149
- ],
150
- "ieps_tax": {
151
- "status": 0,
152
- "ieps_details": {
153
- "type": "",
154
- "tax_id": 0
155
- }
156
- },
157
- "menu_id": "6bdd9eaf-dd18-4946-8aee-03c0f98db58a",
158
- "item_trx_id": "H11U43p9",
159
- "tax_amount": "0.000000",
160
- "tax_array": [
161
- {
162
- "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
163
- "tax_label": "IVA 16%",
164
- "tax_rate": 16,
165
- "tax_sequence": 1,
166
- "base_price_effected": 0,
167
- "tax_amount": "0.000000",
168
- "base_price": "0.00",
169
- "tax_rate_quantity": 0
170
- }
171
- ],
172
- "tax_amount_modifier": "0.000000",
173
- "total_tax_amount": "0.000000",
174
- "stk_seq_id": 1,
175
- "order_version": 2,
176
- "wa_user_info": {
177
- "user_id": 1000221,
178
- "user_name": "POS Manager"
179
- },
180
- "sync": true,
181
- "pos_user_id": 1000221,
182
- "promotion_discount_modifier": 0,
183
- "point_discount_status": true,
184
- "points_discount": "99.00",
185
- "points_discount_modifier": 0,
186
- "promotion_discount": 0,
187
- "total_item_cost": "0.00"
188
- },
189
- {
190
- "menu_id": "6bdd9eaf-dd18-4946-8aee-03c0f98db58a",
191
- "item_id": "9e90ef00-c1cd-43f4-a204-d9e3e00ed1da",
192
- "category_id": "100ff5ec-5e3e-11f0-b5e1-1228d12cd9c5",
193
- "item_price": 70,
194
- "item_price_with_modifier": 74,
195
- "quantity": 1,
196
- "item_display_text": "Large Pizza",
197
- "item_name": "Large Pizza",
198
- "tax_rate": 16,
199
- "item_modifiers": [
200
- {
201
- "modifier_category_id": "cf9b55fc-268b-4ad9-bf6a-c77cf173acb9",
202
- "modifer_cat": "cf9b55fc-268b-4ad9-bf6a-c77cf173acb9",
203
- "modifier_caetgory_name": "Pizza modifiers",
204
- "modifier_item_id": "59bcebc1-1ac4-4779-a64d-cd14a1f2f55b",
205
- "modifier_category_sequence": "0",
206
- "modifier_sequence": "0undefined",
207
- "modifier_item_price": 1,
208
- "modifier_item_name": "Modifier 2",
209
- "is_tax_rate_same": 1,
210
- "tax_rate": 16,
211
- "quantity": 1,
212
- "item_id": "9e90ef00-c1cd-43f4-a204-d9e3e00ed1da",
213
- "tax_id": [
214
- {
215
- "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
216
- }
217
- ],
218
- "modifier_trx_id": "uDW4x89i",
219
- "linked_product": "",
220
- "tax_amount": "0.000000",
221
- "tax_array": [
222
- {
223
- "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
224
- "tax_label": "IVA 16%",
225
- "tax_rate": 16,
226
- "tax_sequence": 1,
227
- "base_price_effected": 0,
228
- "tax_amount": "0.000000",
229
- "base_price": "0.00",
230
- "tax_rate_quantity": 0
231
- }
232
- ],
233
- "stk_seq_id": 2,
234
- "points_discount": "1.00"
235
- },
236
- {
237
- "modifier_category_id": "cf9b55fc-268b-4ad9-bf6a-c77cf173acb9",
238
- "modifer_cat": "cf9b55fc-268b-4ad9-bf6a-c77cf173acb9",
239
- "modifier_caetgory_name": "Pizza modifiers",
240
- "modifier_item_id": "daf7c6c9-0c31-43b9-a526-d40d192c6b5a",
241
- "modifier_category_sequence": "0",
242
- "modifier_sequence": "0undefined",
243
- "modifier_item_price": 1,
244
- "modifier_item_name": "Modifier 3",
245
- "is_tax_rate_same": 1,
246
- "tax_rate": 16,
247
- "quantity": 2,
248
- "item_id": "9e90ef00-c1cd-43f4-a204-d9e3e00ed1da",
249
- "tax_id": [
250
- {
251
- "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
252
- }
253
- ],
254
- "modifier_trx_id": "EC0J76AH",
255
- "linked_product": "",
256
- "tax_amount": "0.000000",
257
- "tax_array": [
258
- {
259
- "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
260
- "tax_label": "IVA 16%",
261
- "tax_rate": 16,
262
- "tax_sequence": 1,
263
- "base_price_effected": 0,
264
- "tax_amount": "0.000000",
265
- "base_price": "0.00",
266
- "tax_rate_quantity": 0
267
- }
268
- ],
269
- "stk_seq_id": 2,
270
- "points_discount": "2.00"
271
- },
272
- {
273
- "modifier_category_id": "cf9b55fc-268b-4ad9-bf6a-c77cf173acb9",
274
- "modifer_cat": "cf9b55fc-268b-4ad9-bf6a-c77cf173acb9",
275
- "modifier_caetgory_name": "Pizza modifiers",
276
- "modifier_item_id": "35bf8105-f454-4d5a-a905-660c19740710",
277
- "modifier_category_sequence": "0",
278
- "modifier_sequence": "0undefined",
279
- "modifier_item_price": 1,
280
- "modifier_item_name": "Modifier 4",
281
- "is_tax_rate_same": 1,
282
- "tax_rate": 16,
283
- "quantity": 1,
284
- "item_id": "9e90ef00-c1cd-43f4-a204-d9e3e00ed1da",
285
- "tax_id": [
286
- {
287
- "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
288
- }
289
- ],
290
- "modifier_trx_id": "EpWpPRku",
291
- "linked_product": "",
292
- "tax_amount": "0.000000",
293
- "tax_array": [
294
- {
295
- "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
296
- "tax_label": "IVA 16%",
297
- "tax_rate": 16,
298
- "tax_sequence": 1,
299
- "base_price_effected": 0,
300
- "tax_amount": "0.000000",
301
- "base_price": "0.00",
302
- "tax_rate_quantity": 0
303
- }
304
- ],
305
- "stk_seq_id": 2,
306
- "points_discount": "1.00"
307
- }
308
- ],
309
- "isPackage": 0,
310
- "package_items": [],
311
- "actual_price": 0,
312
- "item_event": "new",
313
- "tax_id": [
314
- {
315
- "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
316
- }
317
- ],
318
- "ieps_tax": {
319
- "status": 0,
320
- "ieps_details": {
321
- "type": "",
322
- "tax_id": 0
323
- }
324
- },
325
- "item_trx_id": "AIbvQuCt",
326
- "special_instruction": "",
327
- "tax_amount": "0.000000",
328
- "tax_array": [
329
- {
330
- "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
331
- "tax_label": "IVA 16%",
332
- "tax_rate": 16,
333
- "tax_sequence": 1,
334
- "base_price_effected": 0,
335
- "tax_amount": "0.000000",
336
- "base_price": "0.00",
337
- "tax_rate_quantity": 0
338
- }
339
- ],
340
- "tax_amount_modifier": "0.000000",
341
- "total_tax_amount": "0.000000",
342
- "stk_seq_id": 2,
343
- "order_version": 3,
344
- "wa_user_info": {
345
- "user_id": 1000221,
346
- "user_name": "POS Manager"
347
- },
348
- "sync": true,
349
- "pos_user_id": 1000221,
350
- "promotion_discount_modifier": 0,
351
- "point_discount_status": true,
352
- "points_discount": "70.00",
353
- "points_discount_modifier": "4.00",
354
- "promotion_discount": 0,
355
- "total_item_cost": "0.00"
356
- }
357
- ],
358
- "total": "371.00",
359
- "discount": "0.00",
360
- "points_redeem_message": "",
361
- "service_discount": 0,
362
- "is_service_discount": false,
363
- "delivery_discount": 0,
364
- "is_delivery_discount": false,
365
- "store_value": "371.00",
366
- "point_discount_amount": "371.00",
367
- "points_discount": "371.00",
368
- "cartTotal": "0.00",
369
- "tax_amount": "0.000000",
370
- "merged_tax_array": [
371
- {
372
- "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
373
- "tax_label": "IVA 16%",
374
- "tax_rate": 16,
375
- "tax_sequence": 1,
376
- "base_price_effected": 0,
377
- "tax_amount": "0.000000",
378
- "base_price": "0.000000",
379
- "tax_rate_quantity": 0
380
- }
381
- ],
382
- "cart_total_with_tax": "0.00",
383
- "sub_total": "0.00",
384
- "total_after_tax": "0.00",
385
- "final_amount": "NaN",
386
- "cash_expected": "NaN"
387
- },
388
- "tax_settings": [
389
- {
390
- "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
391
- "tax_label": "IVA 16%",
392
- "tax_rate": 16,
393
- "tax_sequence": 1,
394
- "base_price_effected": 0
395
- },
396
- {
397
- "tax_id": "21036b00-bdb4-4485-aaba-d088a721a67f",
398
- "tax_label": "IVA 8%",
399
- "tax_rate": 8,
400
- "tax_sequence": 1,
401
- "base_price_effected": 0
402
- },
403
- {
404
- "tax_id": "e47296aa-b5ae-449f-ab5f-ff50f43a648a",
405
- "tax_label": "Sin IVA",
406
- "tax_rate": 0,
407
- "tax_sequence": 3,
408
- "base_price_effected": 0
409
- },
410
- {
411
- "tax_id": "21036b00-bdb4-4485-aaba-d088a721a67f1",
412
- "tax_label": "IEPS 8%",
413
- "tax_rate": 8,
414
- "tax_sequence": 2,
415
- "base_price_effected": 0
416
- }
417
- ],
418
- "tax_type": 2,
419
- "store_value": "371.00",
420
- "store_value_without_roundoff": "84859.00",
421
- "loyalty_points_details": {
422
- "points": "84859.00",
423
- "redeemable": "yes",
424
- "store_value": "84859.00",
425
- "redeem_categories": [
426
- {
427
- "product_id": "All",
428
- "category_id": "All"
429
- }
430
- ],
431
- "original_store_value": "84859.00",
432
- "point_amount": 371,
433
- "status": true,
434
- "points_redeemed": 371
435
- },
436
- "user_detais": {
437
- "customer_id": 12,
438
- "member_id": "0a424756-9357-4a3d-a595-9b33ef1961fe",
439
- "first_name": "MD",
440
- "last_name": "Talib",
441
- "phone_number": "9899429030",
442
- "country_code": "91",
443
- "fb_sender_id": "9899429030",
444
- "created_on": "2024-12-23 06:15:35",
445
- "reward_plan_name": " Chocolate Crumble",
446
- "reward_plan_id": "13",
447
- "calling_code": "+52",
448
- "name": "MD Talib",
449
- "mobile": "9899429030"
450
- },
451
- "tip_type": "",
452
- "tip_value": "",
453
- "delivery_cost": 0,
454
- "service_amount": 0,
455
- "discount": "0.00",
456
- "final_amount": 0,
457
- "cash_expected": 0,
458
- "tip_amount": "0.00"
459
- }
1
+ {
2
+ "status": "success",
3
+ "status_code": 201,
4
+ "message": "Tax calculated successfully with few details missing",
5
+ "missing_optional_fields": [
6
+ "order_type",
7
+ "restaurant_id",
8
+ "branch_id",
9
+ "request_id"
10
+ ],
11
+ "data": {
12
+ "isPos": 1,
13
+ "order_items": {
14
+ "item_details": [
15
+ {
16
+ "item_display_text": "Flauta individual",
17
+ "item_price": 35,
18
+ "category_id": 3452,
19
+ "order_details_id": "0b162b91-020e-47b4-937b-77e162d7a9b5",
20
+ "order_id": 1224105007766,
21
+ "restaurant_id": 1224,
22
+ "item_id": "18006",
23
+ "special_instruction": "",
24
+ "quantity": 1,
25
+ "is_package": 0,
26
+ "date_time": "2025-11-15 00:34:21",
27
+ "item_cost": 35,
28
+ "item_modifier_cost": 0,
29
+ "redeem_promotion_id": 1582,
30
+ "net_cost": 0,
31
+ "net_tax": 0,
32
+ "tax_amount": "3.310000",
33
+ "total_after_tax": 0,
34
+ "purchased_points": 0,
35
+ "package_items": null,
36
+ "status": 1,
37
+ "item_trx_id": "4e7a-3d6c-fc4f",
38
+ "isPackage": 0,
39
+ "cetegoryModifier": [
40
+ [
41
+ {
42
+ "linked_menu_item": 0,
43
+ "modifier_item_name": "Frijoles",
44
+ "modifier_caetgory_name": "Guiso flautas",
45
+ "modifier_category_id": 4305,
46
+ "modifier_item_price": 0,
47
+ "modifier_details_id": 57264823,
48
+ "order_id": 1224105007766,
49
+ "order_details_id": "0b162b91-020e-47b4-937b-77e162d7a9b5",
50
+ "modifier_item_id": "25890",
51
+ "modifier_cost": 0,
52
+ "tax_amount": 0,
53
+ "total_after_tax": 0,
54
+ "quantity": 1,
55
+ "item_quantity": 1,
56
+ "item_id": "18006",
57
+ "date_time": "2025-11-15 00:34:21",
58
+ "status": 1,
59
+ "package_order_details_id": "",
60
+ "points_discount": 0,
61
+ "linked_product": ""
62
+ }
63
+ ],
64
+ [
65
+ {
66
+ "linked_menu_item": 0,
67
+ "modifier_item_name": "Sin Salsas",
68
+ "modifier_caetgory_name": "Salsa Flauta 1 ",
69
+ "modifier_category_id": 4306,
70
+ "modifier_item_price": 0,
71
+ "modifier_details_id": 57264824,
72
+ "order_id": 1224105007766,
73
+ "order_details_id": "0b162b91-020e-47b4-937b-77e162d7a9b5",
74
+ "modifier_item_id": "37376",
75
+ "modifier_cost": 0,
76
+ "tax_amount": 0,
77
+ "total_after_tax": 0,
78
+ "quantity": 1,
79
+ "item_quantity": 1,
80
+ "item_id": "18006",
81
+ "date_time": "2025-11-15 00:34:21",
82
+ "status": 1,
83
+ "package_order_details_id": "",
84
+ "points_discount": 0,
85
+ "linked_product": ""
86
+ }
87
+ ],
88
+ [
89
+ {
90
+ "linked_menu_item": 0,
91
+ "modifier_item_name": "Sin lechuga",
92
+ "modifier_caetgory_name": "Sin flautas",
93
+ "modifier_category_id": 4307,
94
+ "modifier_item_price": 0,
95
+ "modifier_details_id": 57264825,
96
+ "order_id": 1224105007766,
97
+ "order_details_id": "0b162b91-020e-47b4-937b-77e162d7a9b5",
98
+ "modifier_item_id": "25907",
99
+ "modifier_cost": 0,
100
+ "tax_amount": 0,
101
+ "total_after_tax": 0,
102
+ "quantity": 1,
103
+ "item_quantity": 1,
104
+ "item_id": "18006",
105
+ "date_time": "2025-11-15 00:34:21",
106
+ "status": 1,
107
+ "package_order_details_id": "",
108
+ "points_discount": 0,
109
+ "linked_product": ""
110
+ }
111
+ ]
112
+ ],
113
+ "tax_id": [
114
+ {
115
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
116
+ }
117
+ ],
118
+ "ieps_tax": {
119
+ "status": 0
120
+ },
121
+ "brand_id": "559aed7f-c2ee-4a7f-9876-a280eb0b8245",
122
+ "menu_id": 678,
123
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
124
+ "item_price_with_modifier": "35.00",
125
+ "item_modifiers": [
126
+ {
127
+ "linked_menu_item": 0,
128
+ "modifier_item_name": "Frijoles",
129
+ "modifier_caetgory_name": "Guiso flautas",
130
+ "modifier_category_id": 4305,
131
+ "modifier_item_price": 0,
132
+ "modifier_details_id": 57264823,
133
+ "order_id": 1224105007766,
134
+ "order_details_id": "0b162b91-020e-47b4-937b-77e162d7a9b5",
135
+ "modifier_item_id": "25890",
136
+ "modifier_cost": 0,
137
+ "tax_amount": "0.000000",
138
+ "total_after_tax": 0,
139
+ "quantity": 1,
140
+ "item_quantity": 1,
141
+ "item_id": "18006",
142
+ "date_time": "2025-11-15 00:34:21",
143
+ "status": 1,
144
+ "package_order_details_id": "",
145
+ "linked_product": "",
146
+ "tax_id": [
147
+ {
148
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
149
+ }
150
+ ],
151
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
152
+ "is_tax_rate_same": 1,
153
+ "modifer_cat": 4305,
154
+ "redeem_promotion_id": 1582,
155
+ "tax_array": [
156
+ {
157
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
158
+ "tax_label": "IVA 16%",
159
+ "tax_rate": 16,
160
+ "tax_sequence": 1,
161
+ "base_price_effected": 0,
162
+ "tax_amount": "0.000000",
163
+ "base_price": "0.00",
164
+ "tax_rate_quantity": 0
165
+ }
166
+ ],
167
+ "promotion_discount": "0.00"
168
+ },
169
+ {
170
+ "linked_menu_item": 0,
171
+ "modifier_item_name": "Sin Salsas",
172
+ "modifier_caetgory_name": "Salsa Flauta 1 ",
173
+ "modifier_category_id": 4306,
174
+ "modifier_item_price": 0,
175
+ "modifier_details_id": 57264824,
176
+ "order_id": 1224105007766,
177
+ "order_details_id": "0b162b91-020e-47b4-937b-77e162d7a9b5",
178
+ "modifier_item_id": "37376",
179
+ "modifier_cost": 0,
180
+ "tax_amount": "0.000000",
181
+ "total_after_tax": 0,
182
+ "quantity": 1,
183
+ "item_quantity": 1,
184
+ "item_id": "18006",
185
+ "date_time": "2025-11-15 00:34:21",
186
+ "status": 1,
187
+ "package_order_details_id": "",
188
+ "linked_product": "",
189
+ "tax_id": [
190
+ {
191
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
192
+ }
193
+ ],
194
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
195
+ "is_tax_rate_same": 1,
196
+ "modifer_cat": 4306,
197
+ "redeem_promotion_id": 1582,
198
+ "tax_array": [
199
+ {
200
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
201
+ "tax_label": "IVA 16%",
202
+ "tax_rate": 16,
203
+ "tax_sequence": 1,
204
+ "base_price_effected": 0,
205
+ "tax_amount": "0.000000",
206
+ "base_price": "0.00",
207
+ "tax_rate_quantity": 0
208
+ }
209
+ ],
210
+ "promotion_discount": "0.00"
211
+ },
212
+ {
213
+ "linked_menu_item": 0,
214
+ "modifier_item_name": "Sin lechuga",
215
+ "modifier_caetgory_name": "Sin flautas",
216
+ "modifier_category_id": 4307,
217
+ "modifier_item_price": 0,
218
+ "modifier_details_id": 57264825,
219
+ "order_id": 1224105007766,
220
+ "order_details_id": "0b162b91-020e-47b4-937b-77e162d7a9b5",
221
+ "modifier_item_id": "25907",
222
+ "modifier_cost": 0,
223
+ "tax_amount": "0.000000",
224
+ "total_after_tax": 0,
225
+ "quantity": 1,
226
+ "item_quantity": 1,
227
+ "item_id": "18006",
228
+ "date_time": "2025-11-15 00:34:21",
229
+ "status": 1,
230
+ "package_order_details_id": "",
231
+ "linked_product": "",
232
+ "tax_id": [
233
+ {
234
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
235
+ }
236
+ ],
237
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
238
+ "is_tax_rate_same": 1,
239
+ "modifer_cat": 4307,
240
+ "redeem_promotion_id": 1582,
241
+ "tax_array": [
242
+ {
243
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
244
+ "tax_label": "IVA 16%",
245
+ "tax_rate": 16,
246
+ "tax_sequence": 1,
247
+ "base_price_effected": 0,
248
+ "tax_amount": "0.000000",
249
+ "base_price": "0.00",
250
+ "tax_rate_quantity": 0
251
+ }
252
+ ],
253
+ "promotion_discount": "0.00"
254
+ }
255
+ ],
256
+ "promotion_discount_modifier": "11.00",
257
+ "tax_array": [
258
+ {
259
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
260
+ "tax_label": "IVA 16%",
261
+ "tax_rate": 16,
262
+ "tax_sequence": 1,
263
+ "base_price_effected": 0,
264
+ "tax_amount": "3.310000",
265
+ "base_price": "20.69",
266
+ "tax_rate_quantity": 0
267
+ }
268
+ ],
269
+ "tax_amount_modifier": "3.310000",
270
+ "total_tax_amount": "3.310000",
271
+ "total_item_cost": 24,
272
+ "per_item_cost": 24,
273
+ "promotion_discount": "11.00",
274
+ "item_event": "update"
275
+ },
276
+ {
277
+ "item_display_text": "Sopa de tortilla",
278
+ "item_price": 58,
279
+ "category_id": 3451,
280
+ "order_details_id": "1b283168-5e3d-4130-8546-6a3b8b7bb3e7",
281
+ "order_id": 1224105007766,
282
+ "restaurant_id": 1224,
283
+ "item_id": "18003",
284
+ "special_instruction": "",
285
+ "quantity": 1,
286
+ "is_package": 0,
287
+ "date_time": "2025-11-15 00:34:21",
288
+ "item_cost": 58,
289
+ "item_modifier_cost": 0,
290
+ "redeem_promotion_id": 1582,
291
+ "net_cost": 0,
292
+ "net_tax": 0,
293
+ "tax_amount": "0.000000",
294
+ "total_after_tax": 0,
295
+ "purchased_points": 0,
296
+ "package_items": null,
297
+ "status": 1,
298
+ "item_trx_id": "ead8-c874-8f64",
299
+ "isPackage": 0,
300
+ "tax_id": [
301
+ {
302
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
303
+ }
304
+ ],
305
+ "ieps_tax": {
306
+ "status": 0
307
+ },
308
+ "brand_id": "559aed7f-c2ee-4a7f-9876-a280eb0b8245",
309
+ "menu_id": 678,
310
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
311
+ "item_price_with_modifier": "58.00",
312
+ "item_modifiers": [],
313
+ "promotion_discount_modifier": "58.00",
314
+ "tax_array": [
315
+ {
316
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
317
+ "tax_label": "IVA 16%",
318
+ "tax_rate": 16,
319
+ "tax_sequence": 1,
320
+ "base_price_effected": 0,
321
+ "tax_amount": "0.000000",
322
+ "base_price": "0.00",
323
+ "tax_rate_quantity": 0
324
+ }
325
+ ],
326
+ "tax_amount_modifier": "0.000000",
327
+ "total_tax_amount": "0.000000",
328
+ "total_item_cost": 0,
329
+ "per_item_cost": 0,
330
+ "promotion_discount": "58.00",
331
+ "item_event": "update"
332
+ },
333
+ {
334
+ "item_display_text": "Orden de 2 Flautas",
335
+ "item_price": 70,
336
+ "category_id": 3452,
337
+ "order_details_id": "20480f72-5fb7-4410-85ed-894c69e81d01",
338
+ "order_id": 1224105007766,
339
+ "restaurant_id": 1224,
340
+ "item_id": "25457",
341
+ "special_instruction": "",
342
+ "quantity": 1,
343
+ "is_package": 0,
344
+ "date_time": "2025-11-15 00:34:21",
345
+ "item_cost": 70,
346
+ "item_modifier_cost": 0,
347
+ "redeem_promotion_id": 1582,
348
+ "net_cost": 0,
349
+ "net_tax": 0,
350
+ "tax_amount": "0.000000",
351
+ "total_after_tax": 0,
352
+ "purchased_points": 0,
353
+ "package_items": null,
354
+ "status": 1,
355
+ "item_trx_id": "a160-c4cd-ed9f",
356
+ "isPackage": 0,
357
+ "cetegoryModifier": [
358
+ [
359
+ {
360
+ "linked_menu_item": 0,
361
+ "modifier_item_name": "Chicharrón",
362
+ "modifier_caetgory_name": "Guiso flauta 2 ",
363
+ "modifier_category_id": 4330,
364
+ "modifier_item_price": 0,
365
+ "modifier_details_id": 57264836,
366
+ "order_id": 1224105007766,
367
+ "order_details_id": "20480f72-5fb7-4410-85ed-894c69e81d01",
368
+ "modifier_item_id": "26002",
369
+ "modifier_cost": 0,
370
+ "tax_amount": 0,
371
+ "total_after_tax": 0,
372
+ "quantity": 1,
373
+ "item_quantity": 1,
374
+ "item_id": "25457",
375
+ "date_time": "2025-11-15 00:34:21",
376
+ "status": 1,
377
+ "package_order_details_id": "",
378
+ "points_discount": 0,
379
+ "linked_product": ""
380
+ },
381
+ {
382
+ "linked_menu_item": 0,
383
+ "modifier_item_name": "Papa con chorizo",
384
+ "modifier_caetgory_name": "Guiso flauta 2 ",
385
+ "modifier_category_id": 4330,
386
+ "modifier_item_price": 0,
387
+ "modifier_details_id": 57264837,
388
+ "order_id": 1224105007766,
389
+ "order_details_id": "20480f72-5fb7-4410-85ed-894c69e81d01",
390
+ "modifier_item_id": "25971",
391
+ "modifier_cost": 0,
392
+ "tax_amount": 0,
393
+ "total_after_tax": 0,
394
+ "quantity": 1,
395
+ "item_quantity": 1,
396
+ "item_id": "25457",
397
+ "date_time": "2025-11-15 00:34:21",
398
+ "status": 1,
399
+ "package_order_details_id": "",
400
+ "points_discount": 0,
401
+ "linked_product": ""
402
+ }
403
+ ],
404
+ [
405
+ {
406
+ "linked_menu_item": 0,
407
+ "modifier_item_name": "Poblanita (mole poblano)",
408
+ "modifier_caetgory_name": "Salsa y cubiertas 2",
409
+ "modifier_category_id": 6065,
410
+ "modifier_item_price": 8,
411
+ "modifier_details_id": 57264838,
412
+ "order_id": 1224105007766,
413
+ "order_details_id": "20480f72-5fb7-4410-85ed-894c69e81d01",
414
+ "modifier_item_id": "37285",
415
+ "modifier_cost": 8,
416
+ "tax_amount": 0,
417
+ "total_after_tax": 0,
418
+ "quantity": 2,
419
+ "item_quantity": 1,
420
+ "item_id": "25457",
421
+ "date_time": "2025-11-15 00:34:21",
422
+ "status": 1,
423
+ "package_order_details_id": "",
424
+ "points_discount": 0,
425
+ "linked_product": ""
426
+ }
427
+ ]
428
+ ],
429
+ "tax_id": [
430
+ {
431
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
432
+ }
433
+ ],
434
+ "ieps_tax": {
435
+ "status": 0
436
+ },
437
+ "brand_id": "559aed7f-c2ee-4a7f-9876-a280eb0b8245",
438
+ "menu_id": 678,
439
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
440
+ "item_price_with_modifier": "78.00",
441
+ "item_modifiers": [
442
+ {
443
+ "linked_menu_item": 0,
444
+ "modifier_item_name": "Chicharrón",
445
+ "modifier_caetgory_name": "Guiso flauta 2 ",
446
+ "modifier_category_id": 4330,
447
+ "modifier_item_price": 0,
448
+ "modifier_details_id": 57264836,
449
+ "order_id": 1224105007766,
450
+ "order_details_id": "20480f72-5fb7-4410-85ed-894c69e81d01",
451
+ "modifier_item_id": "26002",
452
+ "modifier_cost": 0,
453
+ "tax_amount": "0.000000",
454
+ "total_after_tax": 0,
455
+ "quantity": 1,
456
+ "item_quantity": 1,
457
+ "item_id": "25457",
458
+ "date_time": "2025-11-15 00:34:21",
459
+ "status": 1,
460
+ "package_order_details_id": "",
461
+ "linked_product": "",
462
+ "tax_id": [
463
+ {
464
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
465
+ }
466
+ ],
467
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
468
+ "is_tax_rate_same": 1,
469
+ "modifer_cat": 4330,
470
+ "redeem_promotion_id": 1582,
471
+ "tax_array": [
472
+ {
473
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
474
+ "tax_label": "IVA 16%",
475
+ "tax_rate": 16,
476
+ "tax_sequence": 1,
477
+ "base_price_effected": 0,
478
+ "tax_amount": "0.000000",
479
+ "base_price": "0.00",
480
+ "tax_rate_quantity": 0
481
+ }
482
+ ],
483
+ "promotion_discount": "0.00"
484
+ },
485
+ {
486
+ "linked_menu_item": 0,
487
+ "modifier_item_name": "Papa con chorizo",
488
+ "modifier_caetgory_name": "Guiso flauta 2 ",
489
+ "modifier_category_id": 4330,
490
+ "modifier_item_price": 0,
491
+ "modifier_details_id": 57264837,
492
+ "order_id": 1224105007766,
493
+ "order_details_id": "20480f72-5fb7-4410-85ed-894c69e81d01",
494
+ "modifier_item_id": "25971",
495
+ "modifier_cost": 0,
496
+ "tax_amount": "0.000000",
497
+ "total_after_tax": 0,
498
+ "quantity": 1,
499
+ "item_quantity": 1,
500
+ "item_id": "25457",
501
+ "date_time": "2025-11-15 00:34:21",
502
+ "status": 1,
503
+ "package_order_details_id": "",
504
+ "linked_product": "",
505
+ "tax_id": [
506
+ {
507
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
508
+ }
509
+ ],
510
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
511
+ "is_tax_rate_same": 1,
512
+ "modifer_cat": 4330,
513
+ "redeem_promotion_id": 1582,
514
+ "tax_array": [
515
+ {
516
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
517
+ "tax_label": "IVA 16%",
518
+ "tax_rate": 16,
519
+ "tax_sequence": 1,
520
+ "base_price_effected": 0,
521
+ "tax_amount": "0.000000",
522
+ "base_price": "0.00",
523
+ "tax_rate_quantity": 0
524
+ }
525
+ ],
526
+ "promotion_discount": "0.00"
527
+ },
528
+ {
529
+ "linked_menu_item": 0,
530
+ "modifier_item_name": "Poblanita (mole poblano)",
531
+ "modifier_caetgory_name": "Salsa y cubiertas 2",
532
+ "modifier_category_id": 6065,
533
+ "modifier_item_price": 8,
534
+ "modifier_details_id": 57264838,
535
+ "order_id": 1224105007766,
536
+ "order_details_id": "20480f72-5fb7-4410-85ed-894c69e81d01",
537
+ "modifier_item_id": "37285",
538
+ "modifier_cost": 8,
539
+ "tax_amount": "0.000000",
540
+ "total_after_tax": 0,
541
+ "quantity": 2,
542
+ "item_quantity": 1,
543
+ "item_id": "25457",
544
+ "date_time": "2025-11-15 00:34:21",
545
+ "status": 1,
546
+ "package_order_details_id": "",
547
+ "linked_product": "",
548
+ "tax_id": [
549
+ {
550
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
551
+ }
552
+ ],
553
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
554
+ "is_tax_rate_same": 1,
555
+ "modifer_cat": 6065,
556
+ "redeem_promotion_id": 1582,
557
+ "tax_array": [
558
+ {
559
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
560
+ "tax_label": "IVA 16%",
561
+ "tax_rate": 16,
562
+ "tax_sequence": 1,
563
+ "base_price_effected": 0,
564
+ "tax_amount": "0.000000",
565
+ "base_price": "0.00",
566
+ "tax_rate_quantity": 0
567
+ }
568
+ ],
569
+ "promotion_discount": "16.00"
570
+ }
571
+ ],
572
+ "promotion_discount_modifier": "86.00",
573
+ "tax_array": [
574
+ {
575
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
576
+ "tax_label": "IVA 16%",
577
+ "tax_rate": 16,
578
+ "tax_sequence": 1,
579
+ "base_price_effected": 0,
580
+ "tax_amount": "0.000000",
581
+ "base_price": "0.00",
582
+ "tax_rate_quantity": 0
583
+ }
584
+ ],
585
+ "tax_amount_modifier": "0.000000",
586
+ "total_tax_amount": "0.000000",
587
+ "total_item_cost": -8,
588
+ "per_item_cost": -8,
589
+ "promotion_discount": "70.00",
590
+ "item_event": "update"
591
+ },
592
+ {
593
+ "item_display_text": "Orden de 2 Flautas",
594
+ "item_price": 70,
595
+ "category_id": 3452,
596
+ "order_details_id": "2294373c-b1d9-42b8-be16-79e42fbc066d",
597
+ "order_id": 1224105007766,
598
+ "restaurant_id": 1224,
599
+ "item_id": "25457",
600
+ "special_instruction": "LLEVAR",
601
+ "quantity": 1,
602
+ "is_package": 0,
603
+ "date_time": "2025-11-15 00:34:21",
604
+ "item_cost": 70,
605
+ "item_modifier_cost": 0,
606
+ "redeem_promotion_id": 1582,
607
+ "net_cost": 0,
608
+ "net_tax": 0,
609
+ "tax_amount": "0.000000",
610
+ "total_after_tax": 0,
611
+ "purchased_points": 0,
612
+ "package_items": null,
613
+ "status": 1,
614
+ "item_trx_id": "5E0Tih3P",
615
+ "isPackage": 0,
616
+ "cetegoryModifier": [
617
+ [
618
+ {
619
+ "linked_menu_item": 0,
620
+ "modifier_item_name": "Pollo",
621
+ "modifier_caetgory_name": "Guiso flauta 2 ",
622
+ "modifier_category_id": 4330,
623
+ "modifier_item_price": 0,
624
+ "modifier_details_id": 57264842,
625
+ "order_id": 1224105007766,
626
+ "order_details_id": "2294373c-b1d9-42b8-be16-79e42fbc066d",
627
+ "modifier_item_id": "26005",
628
+ "modifier_cost": 0,
629
+ "tax_amount": 0,
630
+ "total_after_tax": 0,
631
+ "quantity": 1,
632
+ "item_quantity": 1,
633
+ "item_id": "25457",
634
+ "date_time": "2025-11-15 00:34:21",
635
+ "status": 1,
636
+ "package_order_details_id": "",
637
+ "points_discount": 0,
638
+ "linked_product": ""
639
+ },
640
+ {
641
+ "linked_menu_item": 0,
642
+ "modifier_item_name": "Res ",
643
+ "modifier_caetgory_name": "Guiso flauta 2 ",
644
+ "modifier_category_id": 4330,
645
+ "modifier_item_price": 0,
646
+ "modifier_details_id": 57264843,
647
+ "order_id": 1224105007766,
648
+ "order_details_id": "2294373c-b1d9-42b8-be16-79e42fbc066d",
649
+ "modifier_item_id": "26006",
650
+ "modifier_cost": 0,
651
+ "tax_amount": 0,
652
+ "total_after_tax": 0,
653
+ "quantity": 1,
654
+ "item_quantity": 1,
655
+ "item_id": "25457",
656
+ "date_time": "2025-11-15 00:34:21",
657
+ "status": 1,
658
+ "package_order_details_id": "",
659
+ "points_discount": 0,
660
+ "linked_product": ""
661
+ }
662
+ ],
663
+ [
664
+ {
665
+ "linked_menu_item": 0,
666
+ "modifier_item_name": "Poblanita (mole poblano)",
667
+ "modifier_caetgory_name": "Salsa y cubiertas 2",
668
+ "modifier_category_id": 6065,
669
+ "modifier_item_price": 8,
670
+ "modifier_details_id": 57264844,
671
+ "order_id": 1224105007766,
672
+ "order_details_id": "2294373c-b1d9-42b8-be16-79e42fbc066d",
673
+ "modifier_item_id": "37285",
674
+ "modifier_cost": 8,
675
+ "tax_amount": 0,
676
+ "total_after_tax": 0,
677
+ "quantity": 2,
678
+ "item_quantity": 1,
679
+ "item_id": "25457",
680
+ "date_time": "2025-11-15 00:34:21",
681
+ "status": 1,
682
+ "package_order_details_id": "",
683
+ "points_discount": 0,
684
+ "linked_product": ""
685
+ }
686
+ ]
687
+ ],
688
+ "tax_id": [
689
+ {
690
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
691
+ }
692
+ ],
693
+ "ieps_tax": {
694
+ "status": 0
695
+ },
696
+ "brand_id": "559aed7f-c2ee-4a7f-9876-a280eb0b8245",
697
+ "menu_id": 678,
698
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
699
+ "item_price_with_modifier": "78.00",
700
+ "item_modifiers": [
701
+ {
702
+ "linked_menu_item": 0,
703
+ "modifier_item_name": "Pollo",
704
+ "modifier_caetgory_name": "Guiso flauta 2 ",
705
+ "modifier_category_id": 4330,
706
+ "modifier_item_price": 0,
707
+ "modifier_details_id": 57264842,
708
+ "order_id": 1224105007766,
709
+ "order_details_id": "2294373c-b1d9-42b8-be16-79e42fbc066d",
710
+ "modifier_item_id": "26005",
711
+ "modifier_cost": 0,
712
+ "tax_amount": "0.000000",
713
+ "total_after_tax": 0,
714
+ "quantity": 1,
715
+ "item_quantity": 1,
716
+ "item_id": "25457",
717
+ "date_time": "2025-11-15 00:34:21",
718
+ "status": 1,
719
+ "package_order_details_id": "",
720
+ "linked_product": "",
721
+ "tax_id": [
722
+ {
723
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
724
+ }
725
+ ],
726
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
727
+ "is_tax_rate_same": 1,
728
+ "modifer_cat": 4330,
729
+ "redeem_promotion_id": 1582,
730
+ "tax_array": [
731
+ {
732
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
733
+ "tax_label": "IVA 16%",
734
+ "tax_rate": 16,
735
+ "tax_sequence": 1,
736
+ "base_price_effected": 0,
737
+ "tax_amount": "0.000000",
738
+ "base_price": "0.00",
739
+ "tax_rate_quantity": 0
740
+ }
741
+ ],
742
+ "promotion_discount": "0.00"
743
+ },
744
+ {
745
+ "linked_menu_item": 0,
746
+ "modifier_item_name": "Res ",
747
+ "modifier_caetgory_name": "Guiso flauta 2 ",
748
+ "modifier_category_id": 4330,
749
+ "modifier_item_price": 0,
750
+ "modifier_details_id": 57264843,
751
+ "order_id": 1224105007766,
752
+ "order_details_id": "2294373c-b1d9-42b8-be16-79e42fbc066d",
753
+ "modifier_item_id": "26006",
754
+ "modifier_cost": 0,
755
+ "tax_amount": "0.000000",
756
+ "total_after_tax": 0,
757
+ "quantity": 1,
758
+ "item_quantity": 1,
759
+ "item_id": "25457",
760
+ "date_time": "2025-11-15 00:34:21",
761
+ "status": 1,
762
+ "package_order_details_id": "",
763
+ "linked_product": "",
764
+ "tax_id": [
765
+ {
766
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
767
+ }
768
+ ],
769
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
770
+ "is_tax_rate_same": 1,
771
+ "modifer_cat": 4330,
772
+ "redeem_promotion_id": 1582,
773
+ "tax_array": [
774
+ {
775
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
776
+ "tax_label": "IVA 16%",
777
+ "tax_rate": 16,
778
+ "tax_sequence": 1,
779
+ "base_price_effected": 0,
780
+ "tax_amount": "0.000000",
781
+ "base_price": "0.00",
782
+ "tax_rate_quantity": 0
783
+ }
784
+ ],
785
+ "promotion_discount": "0.00"
786
+ },
787
+ {
788
+ "linked_menu_item": 0,
789
+ "modifier_item_name": "Poblanita (mole poblano)",
790
+ "modifier_caetgory_name": "Salsa y cubiertas 2",
791
+ "modifier_category_id": 6065,
792
+ "modifier_item_price": 8,
793
+ "modifier_details_id": 57264844,
794
+ "order_id": 1224105007766,
795
+ "order_details_id": "2294373c-b1d9-42b8-be16-79e42fbc066d",
796
+ "modifier_item_id": "37285",
797
+ "modifier_cost": 8,
798
+ "tax_amount": "0.000000",
799
+ "total_after_tax": 0,
800
+ "quantity": 2,
801
+ "item_quantity": 1,
802
+ "item_id": "25457",
803
+ "date_time": "2025-11-15 00:34:21",
804
+ "status": 1,
805
+ "package_order_details_id": "",
806
+ "linked_product": "",
807
+ "tax_id": [
808
+ {
809
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
810
+ }
811
+ ],
812
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
813
+ "is_tax_rate_same": 1,
814
+ "modifer_cat": 6065,
815
+ "redeem_promotion_id": 1582,
816
+ "tax_array": [
817
+ {
818
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
819
+ "tax_label": "IVA 16%",
820
+ "tax_rate": 16,
821
+ "tax_sequence": 1,
822
+ "base_price_effected": 0,
823
+ "tax_amount": "0.000000",
824
+ "base_price": "0.00",
825
+ "tax_rate_quantity": 0
826
+ }
827
+ ],
828
+ "promotion_discount": "16.00"
829
+ }
830
+ ],
831
+ "promotion_discount_modifier": "86.00",
832
+ "tax_array": [
833
+ {
834
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
835
+ "tax_label": "IVA 16%",
836
+ "tax_rate": 16,
837
+ "tax_sequence": 1,
838
+ "base_price_effected": 0,
839
+ "tax_amount": "0.000000",
840
+ "base_price": "0.00",
841
+ "tax_rate_quantity": 0
842
+ }
843
+ ],
844
+ "tax_amount_modifier": "0.000000",
845
+ "total_tax_amount": "0.000000",
846
+ "total_item_cost": -8,
847
+ "per_item_cost": -8,
848
+ "promotion_discount": "70.00",
849
+ "item_event": "update"
850
+ },
851
+ {
852
+ "item_display_text": "Ahogadas Orden de dos",
853
+ "item_price": 95,
854
+ "category_id": 3453,
855
+ "order_details_id": "2332a0f8-e8b5-42b1-8c61-b1ed343481bd",
856
+ "order_id": 1224105007766,
857
+ "restaurant_id": 1224,
858
+ "item_id": "18029",
859
+ "special_instruction": "Frijol aparte y con verde",
860
+ "quantity": 1,
861
+ "is_package": 0,
862
+ "date_time": "2025-11-15 00:34:21",
863
+ "item_cost": 95,
864
+ "item_modifier_cost": 0,
865
+ "redeem_promotion_id": 1582,
866
+ "net_cost": 0,
867
+ "net_tax": 0,
868
+ "tax_amount": "0.000000",
869
+ "total_after_tax": 0,
870
+ "purchased_points": 0,
871
+ "package_items": null,
872
+ "status": 1,
873
+ "item_trx_id": "2648-44b6-352e",
874
+ "isPackage": 0,
875
+ "cetegoryModifier": [
876
+ [
877
+ {
878
+ "linked_menu_item": 0,
879
+ "modifier_item_name": "Frijoles",
880
+ "modifier_caetgory_name": "Guiso flauta 2 ",
881
+ "modifier_category_id": 4330,
882
+ "modifier_item_price": 0,
883
+ "modifier_details_id": 57264821,
884
+ "order_id": 1224105007766,
885
+ "order_details_id": "2332a0f8-e8b5-42b1-8c61-b1ed343481bd",
886
+ "modifier_item_id": "25969",
887
+ "modifier_cost": 0,
888
+ "tax_amount": 0,
889
+ "total_after_tax": 0,
890
+ "quantity": 1,
891
+ "item_quantity": 1,
892
+ "item_id": "18029",
893
+ "date_time": "2025-11-15 00:34:21",
894
+ "status": 1,
895
+ "package_order_details_id": "",
896
+ "points_discount": 0,
897
+ "linked_product": ""
898
+ },
899
+ {
900
+ "linked_menu_item": 0,
901
+ "modifier_item_name": "Queso ",
902
+ "modifier_caetgory_name": "Guiso flauta 2 ",
903
+ "modifier_category_id": 4330,
904
+ "modifier_item_price": 0,
905
+ "modifier_details_id": 57264822,
906
+ "order_id": 1224105007766,
907
+ "order_details_id": "2332a0f8-e8b5-42b1-8c61-b1ed343481bd",
908
+ "modifier_item_id": "25968",
909
+ "modifier_cost": 0,
910
+ "tax_amount": 0,
911
+ "total_after_tax": 0,
912
+ "quantity": 1,
913
+ "item_quantity": 1,
914
+ "item_id": "18029",
915
+ "date_time": "2025-11-15 00:34:21",
916
+ "status": 1,
917
+ "package_order_details_id": "",
918
+ "points_discount": 0,
919
+ "linked_product": ""
920
+ }
921
+ ]
922
+ ],
923
+ "tax_id": [
924
+ {
925
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
926
+ }
927
+ ],
928
+ "ieps_tax": {
929
+ "status": 0
930
+ },
931
+ "brand_id": "559aed7f-c2ee-4a7f-9876-a280eb0b8245",
932
+ "menu_id": 678,
933
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
934
+ "item_price_with_modifier": "95.00",
935
+ "item_modifiers": [
936
+ {
937
+ "linked_menu_item": 0,
938
+ "modifier_item_name": "Frijoles",
939
+ "modifier_caetgory_name": "Guiso flauta 2 ",
940
+ "modifier_category_id": 4330,
941
+ "modifier_item_price": 0,
942
+ "modifier_details_id": 57264821,
943
+ "order_id": 1224105007766,
944
+ "order_details_id": "2332a0f8-e8b5-42b1-8c61-b1ed343481bd",
945
+ "modifier_item_id": "25969",
946
+ "modifier_cost": 0,
947
+ "tax_amount": "0.000000",
948
+ "total_after_tax": 0,
949
+ "quantity": 1,
950
+ "item_quantity": 1,
951
+ "item_id": "18029",
952
+ "date_time": "2025-11-15 00:34:21",
953
+ "status": 1,
954
+ "package_order_details_id": "",
955
+ "linked_product": "",
956
+ "tax_id": [
957
+ {
958
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
959
+ }
960
+ ],
961
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
962
+ "is_tax_rate_same": 1,
963
+ "modifer_cat": 4330,
964
+ "redeem_promotion_id": 1582,
965
+ "tax_array": [
966
+ {
967
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
968
+ "tax_label": "IVA 16%",
969
+ "tax_rate": 16,
970
+ "tax_sequence": 1,
971
+ "base_price_effected": 0,
972
+ "tax_amount": "0.000000",
973
+ "base_price": "0.00",
974
+ "tax_rate_quantity": 0
975
+ }
976
+ ],
977
+ "promotion_discount": "0.00"
978
+ },
979
+ {
980
+ "linked_menu_item": 0,
981
+ "modifier_item_name": "Queso ",
982
+ "modifier_caetgory_name": "Guiso flauta 2 ",
983
+ "modifier_category_id": 4330,
984
+ "modifier_item_price": 0,
985
+ "modifier_details_id": 57264822,
986
+ "order_id": 1224105007766,
987
+ "order_details_id": "2332a0f8-e8b5-42b1-8c61-b1ed343481bd",
988
+ "modifier_item_id": "25968",
989
+ "modifier_cost": 0,
990
+ "tax_amount": "0.000000",
991
+ "total_after_tax": 0,
992
+ "quantity": 1,
993
+ "item_quantity": 1,
994
+ "item_id": "18029",
995
+ "date_time": "2025-11-15 00:34:21",
996
+ "status": 1,
997
+ "package_order_details_id": "",
998
+ "linked_product": "",
999
+ "tax_id": [
1000
+ {
1001
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
1002
+ }
1003
+ ],
1004
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
1005
+ "is_tax_rate_same": 1,
1006
+ "modifer_cat": 4330,
1007
+ "redeem_promotion_id": 1582,
1008
+ "tax_array": [
1009
+ {
1010
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
1011
+ "tax_label": "IVA 16%",
1012
+ "tax_rate": 16,
1013
+ "tax_sequence": 1,
1014
+ "base_price_effected": 0,
1015
+ "tax_amount": "0.000000",
1016
+ "base_price": "0.00",
1017
+ "tax_rate_quantity": 0
1018
+ }
1019
+ ],
1020
+ "promotion_discount": "0.00"
1021
+ }
1022
+ ],
1023
+ "promotion_discount_modifier": "95.00",
1024
+ "tax_array": [
1025
+ {
1026
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
1027
+ "tax_label": "IVA 16%",
1028
+ "tax_rate": 16,
1029
+ "tax_sequence": 1,
1030
+ "base_price_effected": 0,
1031
+ "tax_amount": "0.000000",
1032
+ "base_price": "0.00",
1033
+ "tax_rate_quantity": 0
1034
+ }
1035
+ ],
1036
+ "tax_amount_modifier": "0.000000",
1037
+ "total_tax_amount": "0.000000",
1038
+ "total_item_cost": 0,
1039
+ "per_item_cost": 0,
1040
+ "promotion_discount": "95.00",
1041
+ "item_event": "update"
1042
+ },
1043
+ {
1044
+ "item_display_text": "Orden de 2 Flautas",
1045
+ "item_price": 70,
1046
+ "category_id": 3452,
1047
+ "order_details_id": "291b6348-fb6c-42e2-a25e-8a80b860c36f",
1048
+ "order_id": 1224105007766,
1049
+ "restaurant_id": 1224,
1050
+ "item_id": "25457",
1051
+ "special_instruction": "",
1052
+ "quantity": 1,
1053
+ "is_package": 0,
1054
+ "date_time": "2025-11-15 00:34:21",
1055
+ "item_cost": 70,
1056
+ "item_modifier_cost": 0,
1057
+ "redeem_promotion_id": 1582,
1058
+ "net_cost": 0,
1059
+ "net_tax": 0,
1060
+ "tax_amount": "0.000000",
1061
+ "total_after_tax": 0,
1062
+ "purchased_points": 0,
1063
+ "package_items": null,
1064
+ "status": 1,
1065
+ "item_trx_id": "253e-50c4-8c79",
1066
+ "isPackage": 0,
1067
+ "cetegoryModifier": [
1068
+ [
1069
+ {
1070
+ "linked_menu_item": 0,
1071
+ "modifier_item_name": "Pollo",
1072
+ "modifier_caetgory_name": "Guiso flauta 2 ",
1073
+ "modifier_category_id": 4330,
1074
+ "modifier_item_price": 0,
1075
+ "modifier_details_id": 57264826,
1076
+ "order_id": 1224105007766,
1077
+ "order_details_id": "291b6348-fb6c-42e2-a25e-8a80b860c36f",
1078
+ "modifier_item_id": "26005",
1079
+ "modifier_cost": 0,
1080
+ "tax_amount": 0,
1081
+ "total_after_tax": 0,
1082
+ "quantity": 2,
1083
+ "item_quantity": 1,
1084
+ "item_id": "25457",
1085
+ "date_time": "2025-11-15 00:34:21",
1086
+ "status": 1,
1087
+ "package_order_details_id": "",
1088
+ "points_discount": 0,
1089
+ "linked_product": ""
1090
+ }
1091
+ ],
1092
+ [
1093
+ {
1094
+ "linked_menu_item": 0,
1095
+ "modifier_item_name": "Sin Salsa",
1096
+ "modifier_caetgory_name": "Salsa y cubiertas 2",
1097
+ "modifier_category_id": 6065,
1098
+ "modifier_item_price": 0,
1099
+ "modifier_details_id": 57264827,
1100
+ "order_id": 1224105007766,
1101
+ "order_details_id": "291b6348-fb6c-42e2-a25e-8a80b860c36f",
1102
+ "modifier_item_id": "37289",
1103
+ "modifier_cost": 0,
1104
+ "tax_amount": 0,
1105
+ "total_after_tax": 0,
1106
+ "quantity": 2,
1107
+ "item_quantity": 1,
1108
+ "item_id": "25457",
1109
+ "date_time": "2025-11-15 00:34:21",
1110
+ "status": 1,
1111
+ "package_order_details_id": "",
1112
+ "points_discount": 0,
1113
+ "linked_product": ""
1114
+ }
1115
+ ]
1116
+ ],
1117
+ "tax_id": [
1118
+ {
1119
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
1120
+ }
1121
+ ],
1122
+ "ieps_tax": {
1123
+ "status": 0
1124
+ },
1125
+ "brand_id": "559aed7f-c2ee-4a7f-9876-a280eb0b8245",
1126
+ "menu_id": 678,
1127
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
1128
+ "item_price_with_modifier": "70.00",
1129
+ "item_modifiers": [
1130
+ {
1131
+ "linked_menu_item": 0,
1132
+ "modifier_item_name": "Pollo",
1133
+ "modifier_caetgory_name": "Guiso flauta 2 ",
1134
+ "modifier_category_id": 4330,
1135
+ "modifier_item_price": 0,
1136
+ "modifier_details_id": 57264826,
1137
+ "order_id": 1224105007766,
1138
+ "order_details_id": "291b6348-fb6c-42e2-a25e-8a80b860c36f",
1139
+ "modifier_item_id": "26005",
1140
+ "modifier_cost": 0,
1141
+ "tax_amount": "0.000000",
1142
+ "total_after_tax": 0,
1143
+ "quantity": 2,
1144
+ "item_quantity": 1,
1145
+ "item_id": "25457",
1146
+ "date_time": "2025-11-15 00:34:21",
1147
+ "status": 1,
1148
+ "package_order_details_id": "",
1149
+ "linked_product": "",
1150
+ "tax_id": [
1151
+ {
1152
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
1153
+ }
1154
+ ],
1155
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
1156
+ "is_tax_rate_same": 1,
1157
+ "modifer_cat": 4330,
1158
+ "redeem_promotion_id": 1582,
1159
+ "tax_array": [
1160
+ {
1161
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
1162
+ "tax_label": "IVA 16%",
1163
+ "tax_rate": 16,
1164
+ "tax_sequence": 1,
1165
+ "base_price_effected": 0,
1166
+ "tax_amount": "0.000000",
1167
+ "base_price": "0.00",
1168
+ "tax_rate_quantity": 0
1169
+ }
1170
+ ],
1171
+ "promotion_discount": "0.00"
1172
+ },
1173
+ {
1174
+ "linked_menu_item": 0,
1175
+ "modifier_item_name": "Sin Salsa",
1176
+ "modifier_caetgory_name": "Salsa y cubiertas 2",
1177
+ "modifier_category_id": 6065,
1178
+ "modifier_item_price": 0,
1179
+ "modifier_details_id": 57264827,
1180
+ "order_id": 1224105007766,
1181
+ "order_details_id": "291b6348-fb6c-42e2-a25e-8a80b860c36f",
1182
+ "modifier_item_id": "37289",
1183
+ "modifier_cost": 0,
1184
+ "tax_amount": "0.000000",
1185
+ "total_after_tax": 0,
1186
+ "quantity": 2,
1187
+ "item_quantity": 1,
1188
+ "item_id": "25457",
1189
+ "date_time": "2025-11-15 00:34:21",
1190
+ "status": 1,
1191
+ "package_order_details_id": "",
1192
+ "linked_product": "",
1193
+ "tax_id": [
1194
+ {
1195
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
1196
+ }
1197
+ ],
1198
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
1199
+ "is_tax_rate_same": 1,
1200
+ "modifer_cat": 6065,
1201
+ "redeem_promotion_id": 1582,
1202
+ "tax_array": [
1203
+ {
1204
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
1205
+ "tax_label": "IVA 16%",
1206
+ "tax_rate": 16,
1207
+ "tax_sequence": 1,
1208
+ "base_price_effected": 0,
1209
+ "tax_amount": "0.000000",
1210
+ "base_price": "0.00",
1211
+ "tax_rate_quantity": 0
1212
+ }
1213
+ ],
1214
+ "promotion_discount": "0.00"
1215
+ }
1216
+ ],
1217
+ "promotion_discount_modifier": "70.00",
1218
+ "tax_array": [
1219
+ {
1220
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
1221
+ "tax_label": "IVA 16%",
1222
+ "tax_rate": 16,
1223
+ "tax_sequence": 1,
1224
+ "base_price_effected": 0,
1225
+ "tax_amount": "0.000000",
1226
+ "base_price": "0.00",
1227
+ "tax_rate_quantity": 0
1228
+ }
1229
+ ],
1230
+ "tax_amount_modifier": "0.000000",
1231
+ "total_tax_amount": "0.000000",
1232
+ "total_item_cost": 0,
1233
+ "per_item_cost": 0,
1234
+ "promotion_discount": "70.00",
1235
+ "item_event": "update"
1236
+ },
1237
+ {
1238
+ "item_display_text": "Arroz rojo ",
1239
+ "item_price": 25,
1240
+ "category_id": 3464,
1241
+ "order_details_id": "4d656367-354f-42c8-85d4-15c8b1337d05",
1242
+ "order_id": 1224105007766,
1243
+ "restaurant_id": 1224,
1244
+ "item_id": "18091",
1245
+ "special_instruction": "",
1246
+ "quantity": 1,
1247
+ "is_package": 0,
1248
+ "date_time": "2025-11-15 00:34:21",
1249
+ "item_cost": 25,
1250
+ "item_modifier_cost": 0,
1251
+ "redeem_promotion_id": 1582,
1252
+ "net_cost": 0,
1253
+ "net_tax": 0,
1254
+ "tax_amount": "0.000000",
1255
+ "total_after_tax": 0,
1256
+ "purchased_points": 0,
1257
+ "package_items": null,
1258
+ "status": 1,
1259
+ "item_trx_id": "0cc7-93af-63a2",
1260
+ "isPackage": 0,
1261
+ "tax_id": [
1262
+ {
1263
+ "tax_id": "e47296aa-b5ae-449f-ab5f-ff50f43a648a"
1264
+ }
1265
+ ],
1266
+ "ieps_tax": {
1267
+ "status": 0
1268
+ },
1269
+ "brand_id": "559aed7f-c2ee-4a7f-9876-a280eb0b8245",
1270
+ "menu_id": 678,
1271
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
1272
+ "item_price_with_modifier": "25.00",
1273
+ "item_modifiers": [],
1274
+ "promotion_discount_modifier": "25.00",
1275
+ "tax_array": [
1276
+ {
1277
+ "tax_id": "e47296aa-b5ae-449f-ab5f-ff50f43a648a",
1278
+ "tax_label": "Sin IVA",
1279
+ "tax_rate": 0,
1280
+ "tax_sequence": 3,
1281
+ "base_price_effected": 0,
1282
+ "tax_amount": "0.000000",
1283
+ "base_price": "0.00",
1284
+ "tax_rate_quantity": 0
1285
+ }
1286
+ ],
1287
+ "tax_amount_modifier": "0.000000",
1288
+ "total_tax_amount": "0.000000",
1289
+ "total_item_cost": 0,
1290
+ "per_item_cost": 0,
1291
+ "promotion_discount": "25.00",
1292
+ "item_event": "update"
1293
+ },
1294
+ {
1295
+ "item_display_text": "Orden de 2 Flautas",
1296
+ "item_price": 70,
1297
+ "category_id": 3452,
1298
+ "order_details_id": "767b9d53-9c5f-4b9f-a1af-1fa1e7860996",
1299
+ "order_id": 1224105007766,
1300
+ "restaurant_id": 1224,
1301
+ "item_id": "25457",
1302
+ "special_instruction": "",
1303
+ "quantity": 1,
1304
+ "is_package": 0,
1305
+ "date_time": "2025-11-15 00:34:21",
1306
+ "item_cost": 70,
1307
+ "item_modifier_cost": 0,
1308
+ "redeem_promotion_id": 1582,
1309
+ "net_cost": 0,
1310
+ "net_tax": 0,
1311
+ "tax_amount": "0.000000",
1312
+ "total_after_tax": 0,
1313
+ "purchased_points": 0,
1314
+ "package_items": null,
1315
+ "status": 1,
1316
+ "item_trx_id": "ab21-17ea-6ac3",
1317
+ "isPackage": 0,
1318
+ "cetegoryModifier": [
1319
+ [
1320
+ {
1321
+ "linked_menu_item": 0,
1322
+ "modifier_item_name": "Picadillo dulce ",
1323
+ "modifier_caetgory_name": "Guiso flauta 2 ",
1324
+ "modifier_category_id": 4330,
1325
+ "modifier_item_price": 0,
1326
+ "modifier_details_id": 57264839,
1327
+ "order_id": 1224105007766,
1328
+ "order_details_id": "767b9d53-9c5f-4b9f-a1af-1fa1e7860996",
1329
+ "modifier_item_id": "26004",
1330
+ "modifier_cost": 0,
1331
+ "tax_amount": 0,
1332
+ "total_after_tax": 0,
1333
+ "quantity": 1,
1334
+ "item_quantity": 1,
1335
+ "item_id": "25457",
1336
+ "date_time": "2025-11-15 00:34:21",
1337
+ "status": 1,
1338
+ "package_order_details_id": "",
1339
+ "points_discount": 0,
1340
+ "linked_product": ""
1341
+ },
1342
+ {
1343
+ "linked_menu_item": 0,
1344
+ "modifier_item_name": "Pollo",
1345
+ "modifier_caetgory_name": "Guiso flauta 2 ",
1346
+ "modifier_category_id": 4330,
1347
+ "modifier_item_price": 0,
1348
+ "modifier_details_id": 57264840,
1349
+ "order_id": 1224105007766,
1350
+ "order_details_id": "767b9d53-9c5f-4b9f-a1af-1fa1e7860996",
1351
+ "modifier_item_id": "26005",
1352
+ "modifier_cost": 0,
1353
+ "tax_amount": 0,
1354
+ "total_after_tax": 0,
1355
+ "quantity": 1,
1356
+ "item_quantity": 1,
1357
+ "item_id": "25457",
1358
+ "date_time": "2025-11-15 00:34:21",
1359
+ "status": 1,
1360
+ "package_order_details_id": "",
1361
+ "points_discount": 0,
1362
+ "linked_product": ""
1363
+ }
1364
+ ],
1365
+ [
1366
+ {
1367
+ "linked_menu_item": 0,
1368
+ "modifier_item_name": "Poblanita (mole poblano)",
1369
+ "modifier_caetgory_name": "Salsa y cubiertas 2",
1370
+ "modifier_category_id": 6065,
1371
+ "modifier_item_price": 8,
1372
+ "modifier_details_id": 57264841,
1373
+ "order_id": 1224105007766,
1374
+ "order_details_id": "767b9d53-9c5f-4b9f-a1af-1fa1e7860996",
1375
+ "modifier_item_id": "37285",
1376
+ "modifier_cost": 8,
1377
+ "tax_amount": 0,
1378
+ "total_after_tax": 0,
1379
+ "quantity": 2,
1380
+ "item_quantity": 1,
1381
+ "item_id": "25457",
1382
+ "date_time": "2025-11-15 00:34:21",
1383
+ "status": 1,
1384
+ "package_order_details_id": "",
1385
+ "points_discount": 0,
1386
+ "linked_product": ""
1387
+ }
1388
+ ]
1389
+ ],
1390
+ "tax_id": [
1391
+ {
1392
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
1393
+ }
1394
+ ],
1395
+ "ieps_tax": {
1396
+ "status": 0
1397
+ },
1398
+ "brand_id": "559aed7f-c2ee-4a7f-9876-a280eb0b8245",
1399
+ "menu_id": 678,
1400
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
1401
+ "item_price_with_modifier": "78.00",
1402
+ "item_modifiers": [
1403
+ {
1404
+ "linked_menu_item": 0,
1405
+ "modifier_item_name": "Picadillo dulce ",
1406
+ "modifier_caetgory_name": "Guiso flauta 2 ",
1407
+ "modifier_category_id": 4330,
1408
+ "modifier_item_price": 0,
1409
+ "modifier_details_id": 57264839,
1410
+ "order_id": 1224105007766,
1411
+ "order_details_id": "767b9d53-9c5f-4b9f-a1af-1fa1e7860996",
1412
+ "modifier_item_id": "26004",
1413
+ "modifier_cost": 0,
1414
+ "tax_amount": "0.000000",
1415
+ "total_after_tax": 0,
1416
+ "quantity": 1,
1417
+ "item_quantity": 1,
1418
+ "item_id": "25457",
1419
+ "date_time": "2025-11-15 00:34:21",
1420
+ "status": 1,
1421
+ "package_order_details_id": "",
1422
+ "linked_product": "",
1423
+ "tax_id": [
1424
+ {
1425
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
1426
+ }
1427
+ ],
1428
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
1429
+ "is_tax_rate_same": 1,
1430
+ "modifer_cat": 4330,
1431
+ "redeem_promotion_id": 1582,
1432
+ "tax_array": [
1433
+ {
1434
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
1435
+ "tax_label": "IVA 16%",
1436
+ "tax_rate": 16,
1437
+ "tax_sequence": 1,
1438
+ "base_price_effected": 0,
1439
+ "tax_amount": "0.000000",
1440
+ "base_price": "0.00",
1441
+ "tax_rate_quantity": 0
1442
+ }
1443
+ ],
1444
+ "promotion_discount": "0.00"
1445
+ },
1446
+ {
1447
+ "linked_menu_item": 0,
1448
+ "modifier_item_name": "Pollo",
1449
+ "modifier_caetgory_name": "Guiso flauta 2 ",
1450
+ "modifier_category_id": 4330,
1451
+ "modifier_item_price": 0,
1452
+ "modifier_details_id": 57264840,
1453
+ "order_id": 1224105007766,
1454
+ "order_details_id": "767b9d53-9c5f-4b9f-a1af-1fa1e7860996",
1455
+ "modifier_item_id": "26005",
1456
+ "modifier_cost": 0,
1457
+ "tax_amount": "0.000000",
1458
+ "total_after_tax": 0,
1459
+ "quantity": 1,
1460
+ "item_quantity": 1,
1461
+ "item_id": "25457",
1462
+ "date_time": "2025-11-15 00:34:21",
1463
+ "status": 1,
1464
+ "package_order_details_id": "",
1465
+ "linked_product": "",
1466
+ "tax_id": [
1467
+ {
1468
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
1469
+ }
1470
+ ],
1471
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
1472
+ "is_tax_rate_same": 1,
1473
+ "modifer_cat": 4330,
1474
+ "redeem_promotion_id": 1582,
1475
+ "tax_array": [
1476
+ {
1477
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
1478
+ "tax_label": "IVA 16%",
1479
+ "tax_rate": 16,
1480
+ "tax_sequence": 1,
1481
+ "base_price_effected": 0,
1482
+ "tax_amount": "0.000000",
1483
+ "base_price": "0.00",
1484
+ "tax_rate_quantity": 0
1485
+ }
1486
+ ],
1487
+ "promotion_discount": "0.00"
1488
+ },
1489
+ {
1490
+ "linked_menu_item": 0,
1491
+ "modifier_item_name": "Poblanita (mole poblano)",
1492
+ "modifier_caetgory_name": "Salsa y cubiertas 2",
1493
+ "modifier_category_id": 6065,
1494
+ "modifier_item_price": 8,
1495
+ "modifier_details_id": 57264841,
1496
+ "order_id": 1224105007766,
1497
+ "order_details_id": "767b9d53-9c5f-4b9f-a1af-1fa1e7860996",
1498
+ "modifier_item_id": "37285",
1499
+ "modifier_cost": 8,
1500
+ "tax_amount": "0.000000",
1501
+ "total_after_tax": 0,
1502
+ "quantity": 2,
1503
+ "item_quantity": 1,
1504
+ "item_id": "25457",
1505
+ "date_time": "2025-11-15 00:34:21",
1506
+ "status": 1,
1507
+ "package_order_details_id": "",
1508
+ "linked_product": "",
1509
+ "tax_id": [
1510
+ {
1511
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
1512
+ }
1513
+ ],
1514
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
1515
+ "is_tax_rate_same": 1,
1516
+ "modifer_cat": 6065,
1517
+ "redeem_promotion_id": 1582,
1518
+ "tax_array": [
1519
+ {
1520
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
1521
+ "tax_label": "IVA 16%",
1522
+ "tax_rate": 16,
1523
+ "tax_sequence": 1,
1524
+ "base_price_effected": 0,
1525
+ "tax_amount": "0.000000",
1526
+ "base_price": "0.00",
1527
+ "tax_rate_quantity": 0
1528
+ }
1529
+ ],
1530
+ "promotion_discount": "16.00"
1531
+ }
1532
+ ],
1533
+ "promotion_discount_modifier": "86.00",
1534
+ "tax_array": [
1535
+ {
1536
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
1537
+ "tax_label": "IVA 16%",
1538
+ "tax_rate": 16,
1539
+ "tax_sequence": 1,
1540
+ "base_price_effected": 0,
1541
+ "tax_amount": "0.000000",
1542
+ "base_price": "0.00",
1543
+ "tax_rate_quantity": 0
1544
+ }
1545
+ ],
1546
+ "tax_amount_modifier": "0.000000",
1547
+ "total_tax_amount": "0.000000",
1548
+ "total_item_cost": -8,
1549
+ "per_item_cost": -8,
1550
+ "promotion_discount": "70.00",
1551
+ "item_event": "update"
1552
+ },
1553
+ {
1554
+ "item_display_text": "Agua fresca chica",
1555
+ "item_price": 36,
1556
+ "category_id": 3459,
1557
+ "order_details_id": "78bd63ff-23b7-4183-9e0c-8bf719276026",
1558
+ "order_id": 1224105007766,
1559
+ "restaurant_id": 1224,
1560
+ "item_id": "18047",
1561
+ "special_instruction": "",
1562
+ "quantity": 1,
1563
+ "is_package": 0,
1564
+ "date_time": "2025-11-15 00:34:21",
1565
+ "item_cost": 36,
1566
+ "item_modifier_cost": 0,
1567
+ "redeem_promotion_id": 1582,
1568
+ "net_cost": 0,
1569
+ "net_tax": 0,
1570
+ "tax_amount": "0.000000",
1571
+ "total_after_tax": 0,
1572
+ "purchased_points": 0,
1573
+ "package_items": null,
1574
+ "status": 1,
1575
+ "item_trx_id": "dadc-2981-89ce",
1576
+ "isPackage": 0,
1577
+ "cetegoryModifier": [
1578
+ [
1579
+ {
1580
+ "linked_menu_item": 0,
1581
+ "modifier_item_name": "Horchata",
1582
+ "modifier_caetgory_name": "Sabor agua",
1583
+ "modifier_category_id": 4316,
1584
+ "modifier_item_price": 0,
1585
+ "modifier_details_id": 57264819,
1586
+ "order_id": 1224105007766,
1587
+ "order_details_id": "78bd63ff-23b7-4183-9e0c-8bf719276026",
1588
+ "modifier_item_id": "25946",
1589
+ "modifier_cost": 0,
1590
+ "tax_amount": 0,
1591
+ "total_after_tax": 0,
1592
+ "quantity": 1,
1593
+ "item_quantity": 1,
1594
+ "item_id": "18047",
1595
+ "date_time": "2025-11-15 00:34:21",
1596
+ "status": 1,
1597
+ "package_order_details_id": "",
1598
+ "points_discount": 0,
1599
+ "linked_product": ""
1600
+ }
1601
+ ]
1602
+ ],
1603
+ "tax_id": [
1604
+ {
1605
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
1606
+ }
1607
+ ],
1608
+ "ieps_tax": {
1609
+ "status": 0
1610
+ },
1611
+ "brand_id": "559aed7f-c2ee-4a7f-9876-a280eb0b8245",
1612
+ "menu_id": 678,
1613
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
1614
+ "item_price_with_modifier": "36.00",
1615
+ "item_modifiers": [
1616
+ {
1617
+ "linked_menu_item": 0,
1618
+ "modifier_item_name": "Horchata",
1619
+ "modifier_caetgory_name": "Sabor agua",
1620
+ "modifier_category_id": 4316,
1621
+ "modifier_item_price": 0,
1622
+ "modifier_details_id": 57264819,
1623
+ "order_id": 1224105007766,
1624
+ "order_details_id": "78bd63ff-23b7-4183-9e0c-8bf719276026",
1625
+ "modifier_item_id": "25946",
1626
+ "modifier_cost": 0,
1627
+ "tax_amount": "0.000000",
1628
+ "total_after_tax": 0,
1629
+ "quantity": 1,
1630
+ "item_quantity": 1,
1631
+ "item_id": "18047",
1632
+ "date_time": "2025-11-15 00:34:21",
1633
+ "status": 1,
1634
+ "package_order_details_id": "",
1635
+ "linked_product": "",
1636
+ "tax_id": [
1637
+ {
1638
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
1639
+ }
1640
+ ],
1641
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
1642
+ "is_tax_rate_same": 1,
1643
+ "modifer_cat": 4316,
1644
+ "redeem_promotion_id": 1582,
1645
+ "tax_array": [
1646
+ {
1647
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
1648
+ "tax_label": "IVA 16%",
1649
+ "tax_rate": 16,
1650
+ "tax_sequence": 1,
1651
+ "base_price_effected": 0,
1652
+ "tax_amount": "0.000000",
1653
+ "base_price": "0.00",
1654
+ "tax_rate_quantity": 0
1655
+ }
1656
+ ],
1657
+ "promotion_discount": "0.00"
1658
+ }
1659
+ ],
1660
+ "promotion_discount_modifier": "36.00",
1661
+ "tax_array": [
1662
+ {
1663
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
1664
+ "tax_label": "IVA 16%",
1665
+ "tax_rate": 16,
1666
+ "tax_sequence": 1,
1667
+ "base_price_effected": 0,
1668
+ "tax_amount": "0.000000",
1669
+ "base_price": "0.00",
1670
+ "tax_rate_quantity": 0
1671
+ }
1672
+ ],
1673
+ "tax_amount_modifier": "0.000000",
1674
+ "total_tax_amount": "0.000000",
1675
+ "total_item_cost": 0,
1676
+ "per_item_cost": 0,
1677
+ "promotion_discount": "36.00",
1678
+ "item_event": "update"
1679
+ },
1680
+ {
1681
+ "item_display_text": "Cervezas",
1682
+ "item_price": 48,
1683
+ "category_id": 3459,
1684
+ "order_details_id": "7aa609f2-6e33-4d28-a5af-40315019a764",
1685
+ "order_id": 1224105007766,
1686
+ "restaurant_id": 1224,
1687
+ "item_id": "25373",
1688
+ "special_instruction": "",
1689
+ "quantity": 1,
1690
+ "is_package": 0,
1691
+ "date_time": "2025-11-15 00:34:21",
1692
+ "item_cost": 48,
1693
+ "item_modifier_cost": 0,
1694
+ "redeem_promotion_id": 1582,
1695
+ "net_cost": 0,
1696
+ "net_tax": 0,
1697
+ "tax_amount": "0.000000",
1698
+ "total_after_tax": 0,
1699
+ "purchased_points": 0,
1700
+ "package_items": null,
1701
+ "status": 1,
1702
+ "item_trx_id": "bd9a-f374-2e9d",
1703
+ "isPackage": 0,
1704
+ "cetegoryModifier": [
1705
+ [
1706
+ {
1707
+ "linked_menu_item": 0,
1708
+ "modifier_item_name": "Negra Modelo",
1709
+ "modifier_caetgory_name": "Elige tu cerveza",
1710
+ "modifier_category_id": 6056,
1711
+ "modifier_item_price": 0,
1712
+ "modifier_details_id": 57264817,
1713
+ "order_id": 1224105007766,
1714
+ "order_details_id": "7aa609f2-6e33-4d28-a5af-40315019a764",
1715
+ "modifier_item_id": "37247",
1716
+ "modifier_cost": 0,
1717
+ "tax_amount": 0,
1718
+ "total_after_tax": 0,
1719
+ "quantity": 1,
1720
+ "item_quantity": 1,
1721
+ "item_id": "25373",
1722
+ "date_time": "2025-11-15 00:34:21",
1723
+ "status": 1,
1724
+ "package_order_details_id": "",
1725
+ "points_discount": 0,
1726
+ "linked_product": ""
1727
+ }
1728
+ ],
1729
+ [
1730
+ {
1731
+ "linked_menu_item": 0,
1732
+ "modifier_item_name": "Clamato para cerveza ",
1733
+ "modifier_caetgory_name": "extras en cervezas",
1734
+ "modifier_category_id": 6066,
1735
+ "modifier_item_price": 27,
1736
+ "modifier_details_id": 57264818,
1737
+ "order_id": 1224105007766,
1738
+ "order_details_id": "7aa609f2-6e33-4d28-a5af-40315019a764",
1739
+ "modifier_item_id": "37293",
1740
+ "modifier_cost": 27,
1741
+ "tax_amount": 0,
1742
+ "total_after_tax": 0,
1743
+ "quantity": 1,
1744
+ "item_quantity": 1,
1745
+ "item_id": "25373",
1746
+ "date_time": "2025-11-15 00:34:21",
1747
+ "status": 1,
1748
+ "package_order_details_id": "",
1749
+ "points_discount": 0,
1750
+ "linked_product": ""
1751
+ }
1752
+ ]
1753
+ ],
1754
+ "tax_id": [
1755
+ {
1756
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
1757
+ }
1758
+ ],
1759
+ "ieps_tax": {
1760
+ "status": 0
1761
+ },
1762
+ "brand_id": "559aed7f-c2ee-4a7f-9876-a280eb0b8245",
1763
+ "menu_id": 678,
1764
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
1765
+ "item_price_with_modifier": "75.00",
1766
+ "item_modifiers": [
1767
+ {
1768
+ "linked_menu_item": 0,
1769
+ "modifier_item_name": "Negra Modelo",
1770
+ "modifier_caetgory_name": "Elige tu cerveza",
1771
+ "modifier_category_id": 6056,
1772
+ "modifier_item_price": 0,
1773
+ "modifier_details_id": 57264817,
1774
+ "order_id": 1224105007766,
1775
+ "order_details_id": "7aa609f2-6e33-4d28-a5af-40315019a764",
1776
+ "modifier_item_id": "37247",
1777
+ "modifier_cost": 0,
1778
+ "tax_amount": "0.000000",
1779
+ "total_after_tax": 0,
1780
+ "quantity": 1,
1781
+ "item_quantity": 1,
1782
+ "item_id": "25373",
1783
+ "date_time": "2025-11-15 00:34:21",
1784
+ "status": 1,
1785
+ "package_order_details_id": "",
1786
+ "linked_product": "",
1787
+ "tax_id": [
1788
+ {
1789
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
1790
+ }
1791
+ ],
1792
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
1793
+ "is_tax_rate_same": 1,
1794
+ "modifer_cat": 6056,
1795
+ "redeem_promotion_id": 1582,
1796
+ "tax_array": [
1797
+ {
1798
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
1799
+ "tax_label": "IVA 16%",
1800
+ "tax_rate": 16,
1801
+ "tax_sequence": 1,
1802
+ "base_price_effected": 0,
1803
+ "tax_amount": "0.000000",
1804
+ "base_price": "0.00",
1805
+ "tax_rate_quantity": 0
1806
+ }
1807
+ ],
1808
+ "promotion_discount": "0.00"
1809
+ },
1810
+ {
1811
+ "linked_menu_item": 0,
1812
+ "modifier_item_name": "Clamato para cerveza ",
1813
+ "modifier_caetgory_name": "extras en cervezas",
1814
+ "modifier_category_id": 6066,
1815
+ "modifier_item_price": 27,
1816
+ "modifier_details_id": 57264818,
1817
+ "order_id": 1224105007766,
1818
+ "order_details_id": "7aa609f2-6e33-4d28-a5af-40315019a764",
1819
+ "modifier_item_id": "37293",
1820
+ "modifier_cost": 27,
1821
+ "tax_amount": "0.000000",
1822
+ "total_after_tax": 0,
1823
+ "quantity": 1,
1824
+ "item_quantity": 1,
1825
+ "item_id": "25373",
1826
+ "date_time": "2025-11-15 00:34:21",
1827
+ "status": 1,
1828
+ "package_order_details_id": "",
1829
+ "linked_product": "",
1830
+ "tax_id": [
1831
+ {
1832
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
1833
+ }
1834
+ ],
1835
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
1836
+ "is_tax_rate_same": 1,
1837
+ "modifer_cat": 6066,
1838
+ "redeem_promotion_id": 1582,
1839
+ "tax_array": [
1840
+ {
1841
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
1842
+ "tax_label": "IVA 16%",
1843
+ "tax_rate": 16,
1844
+ "tax_sequence": 1,
1845
+ "base_price_effected": 0,
1846
+ "tax_amount": "0.000000",
1847
+ "base_price": "0.00",
1848
+ "tax_rate_quantity": 0
1849
+ }
1850
+ ],
1851
+ "promotion_discount": "27.00"
1852
+ }
1853
+ ],
1854
+ "promotion_discount_modifier": "75.00",
1855
+ "tax_array": [
1856
+ {
1857
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
1858
+ "tax_label": "IVA 16%",
1859
+ "tax_rate": 16,
1860
+ "tax_sequence": 1,
1861
+ "base_price_effected": 0,
1862
+ "tax_amount": "0.000000",
1863
+ "base_price": "0.00",
1864
+ "tax_rate_quantity": 0
1865
+ }
1866
+ ],
1867
+ "tax_amount_modifier": "0.000000",
1868
+ "total_tax_amount": "0.000000",
1869
+ "total_item_cost": 0,
1870
+ "per_item_cost": 0,
1871
+ "promotion_discount": "48.00",
1872
+ "item_event": "update"
1873
+ },
1874
+ {
1875
+ "item_display_text": "Caldo Tlalpeño",
1876
+ "item_price": 63,
1877
+ "category_id": 3451,
1878
+ "order_details_id": "82707504-c768-43d5-90ee-d40b54bbead5",
1879
+ "order_id": 1224105007766,
1880
+ "restaurant_id": 1224,
1881
+ "item_id": "18004",
1882
+ "special_instruction": "",
1883
+ "quantity": 1,
1884
+ "is_package": 0,
1885
+ "date_time": "2025-11-15 00:34:21",
1886
+ "item_cost": 63,
1887
+ "item_modifier_cost": 0,
1888
+ "redeem_promotion_id": 1582,
1889
+ "net_cost": 0,
1890
+ "net_tax": 0,
1891
+ "tax_amount": "0.000000",
1892
+ "total_after_tax": 0,
1893
+ "purchased_points": 0,
1894
+ "package_items": null,
1895
+ "status": 1,
1896
+ "item_trx_id": "c69d-8977-c6d7",
1897
+ "isPackage": 0,
1898
+ "tax_id": [
1899
+ {
1900
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
1901
+ }
1902
+ ],
1903
+ "ieps_tax": {
1904
+ "status": 0
1905
+ },
1906
+ "brand_id": "559aed7f-c2ee-4a7f-9876-a280eb0b8245",
1907
+ "menu_id": 678,
1908
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
1909
+ "item_price_with_modifier": "63.00",
1910
+ "item_modifiers": [],
1911
+ "promotion_discount_modifier": "63.00",
1912
+ "tax_array": [
1913
+ {
1914
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
1915
+ "tax_label": "IVA 16%",
1916
+ "tax_rate": 16,
1917
+ "tax_sequence": 1,
1918
+ "base_price_effected": 0,
1919
+ "tax_amount": "0.000000",
1920
+ "base_price": "0.00",
1921
+ "tax_rate_quantity": 0
1922
+ }
1923
+ ],
1924
+ "tax_amount_modifier": "0.000000",
1925
+ "total_tax_amount": "0.000000",
1926
+ "total_item_cost": 0,
1927
+ "per_item_cost": 0,
1928
+ "promotion_discount": "63.00",
1929
+ "item_event": "update"
1930
+ },
1931
+ {
1932
+ "item_display_text": "Orden de 2 Flautas",
1933
+ "item_price": 70,
1934
+ "category_id": 3452,
1935
+ "order_details_id": "8f1589c4-4952-404f-ace3-2a6c3acf68d6",
1936
+ "order_id": 1224105007766,
1937
+ "restaurant_id": 1224,
1938
+ "item_id": "25457",
1939
+ "special_instruction": "",
1940
+ "quantity": 1,
1941
+ "is_package": 0,
1942
+ "date_time": "2025-11-15 00:34:21",
1943
+ "item_cost": 70,
1944
+ "item_modifier_cost": 0,
1945
+ "redeem_promotion_id": 1582,
1946
+ "net_cost": 0,
1947
+ "net_tax": 0,
1948
+ "tax_amount": "0.000000",
1949
+ "total_after_tax": 0,
1950
+ "purchased_points": 0,
1951
+ "package_items": null,
1952
+ "status": 1,
1953
+ "item_trx_id": "a8ec-9c4e-459c",
1954
+ "isPackage": 0,
1955
+ "cetegoryModifier": [
1956
+ [
1957
+ {
1958
+ "linked_menu_item": 0,
1959
+ "modifier_item_name": "Pollo",
1960
+ "modifier_caetgory_name": "Guiso flauta 2 ",
1961
+ "modifier_category_id": 4330,
1962
+ "modifier_item_price": 0,
1963
+ "modifier_details_id": 57264828,
1964
+ "order_id": 1224105007766,
1965
+ "order_details_id": "8f1589c4-4952-404f-ace3-2a6c3acf68d6",
1966
+ "modifier_item_id": "26005",
1967
+ "modifier_cost": 0,
1968
+ "tax_amount": 0,
1969
+ "total_after_tax": 0,
1970
+ "quantity": 2,
1971
+ "item_quantity": 1,
1972
+ "item_id": "25457",
1973
+ "date_time": "2025-11-15 00:34:21",
1974
+ "status": 1,
1975
+ "package_order_details_id": "",
1976
+ "points_discount": 0,
1977
+ "linked_product": ""
1978
+ }
1979
+ ],
1980
+ [
1981
+ {
1982
+ "linked_menu_item": 0,
1983
+ "modifier_item_name": "Sin Salsa",
1984
+ "modifier_caetgory_name": "Salsa y cubiertas 2",
1985
+ "modifier_category_id": 6065,
1986
+ "modifier_item_price": 0,
1987
+ "modifier_details_id": 57264829,
1988
+ "order_id": 1224105007766,
1989
+ "order_details_id": "8f1589c4-4952-404f-ace3-2a6c3acf68d6",
1990
+ "modifier_item_id": "37289",
1991
+ "modifier_cost": 0,
1992
+ "tax_amount": 0,
1993
+ "total_after_tax": 0,
1994
+ "quantity": 2,
1995
+ "item_quantity": 1,
1996
+ "item_id": "25457",
1997
+ "date_time": "2025-11-15 00:34:21",
1998
+ "status": 1,
1999
+ "package_order_details_id": "",
2000
+ "points_discount": 0,
2001
+ "linked_product": ""
2002
+ }
2003
+ ]
2004
+ ],
2005
+ "tax_id": [
2006
+ {
2007
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
2008
+ }
2009
+ ],
2010
+ "ieps_tax": {
2011
+ "status": 0
2012
+ },
2013
+ "brand_id": "559aed7f-c2ee-4a7f-9876-a280eb0b8245",
2014
+ "menu_id": 678,
2015
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
2016
+ "item_price_with_modifier": "70.00",
2017
+ "item_modifiers": [
2018
+ {
2019
+ "linked_menu_item": 0,
2020
+ "modifier_item_name": "Pollo",
2021
+ "modifier_caetgory_name": "Guiso flauta 2 ",
2022
+ "modifier_category_id": 4330,
2023
+ "modifier_item_price": 0,
2024
+ "modifier_details_id": 57264828,
2025
+ "order_id": 1224105007766,
2026
+ "order_details_id": "8f1589c4-4952-404f-ace3-2a6c3acf68d6",
2027
+ "modifier_item_id": "26005",
2028
+ "modifier_cost": 0,
2029
+ "tax_amount": "0.000000",
2030
+ "total_after_tax": 0,
2031
+ "quantity": 2,
2032
+ "item_quantity": 1,
2033
+ "item_id": "25457",
2034
+ "date_time": "2025-11-15 00:34:21",
2035
+ "status": 1,
2036
+ "package_order_details_id": "",
2037
+ "linked_product": "",
2038
+ "tax_id": [
2039
+ {
2040
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
2041
+ }
2042
+ ],
2043
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
2044
+ "is_tax_rate_same": 1,
2045
+ "modifer_cat": 4330,
2046
+ "redeem_promotion_id": 1582,
2047
+ "tax_array": [
2048
+ {
2049
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
2050
+ "tax_label": "IVA 16%",
2051
+ "tax_rate": 16,
2052
+ "tax_sequence": 1,
2053
+ "base_price_effected": 0,
2054
+ "tax_amount": "0.000000",
2055
+ "base_price": "0.00",
2056
+ "tax_rate_quantity": 0
2057
+ }
2058
+ ],
2059
+ "promotion_discount": "0.00"
2060
+ },
2061
+ {
2062
+ "linked_menu_item": 0,
2063
+ "modifier_item_name": "Sin Salsa",
2064
+ "modifier_caetgory_name": "Salsa y cubiertas 2",
2065
+ "modifier_category_id": 6065,
2066
+ "modifier_item_price": 0,
2067
+ "modifier_details_id": 57264829,
2068
+ "order_id": 1224105007766,
2069
+ "order_details_id": "8f1589c4-4952-404f-ace3-2a6c3acf68d6",
2070
+ "modifier_item_id": "37289",
2071
+ "modifier_cost": 0,
2072
+ "tax_amount": "0.000000",
2073
+ "total_after_tax": 0,
2074
+ "quantity": 2,
2075
+ "item_quantity": 1,
2076
+ "item_id": "25457",
2077
+ "date_time": "2025-11-15 00:34:21",
2078
+ "status": 1,
2079
+ "package_order_details_id": "",
2080
+ "linked_product": "",
2081
+ "tax_id": [
2082
+ {
2083
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
2084
+ }
2085
+ ],
2086
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
2087
+ "is_tax_rate_same": 1,
2088
+ "modifer_cat": 6065,
2089
+ "redeem_promotion_id": 1582,
2090
+ "tax_array": [
2091
+ {
2092
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
2093
+ "tax_label": "IVA 16%",
2094
+ "tax_rate": 16,
2095
+ "tax_sequence": 1,
2096
+ "base_price_effected": 0,
2097
+ "tax_amount": "0.000000",
2098
+ "base_price": "0.00",
2099
+ "tax_rate_quantity": 0
2100
+ }
2101
+ ],
2102
+ "promotion_discount": "0.00"
2103
+ }
2104
+ ],
2105
+ "promotion_discount_modifier": "70.00",
2106
+ "tax_array": [
2107
+ {
2108
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
2109
+ "tax_label": "IVA 16%",
2110
+ "tax_rate": 16,
2111
+ "tax_sequence": 1,
2112
+ "base_price_effected": 0,
2113
+ "tax_amount": "0.000000",
2114
+ "base_price": "0.00",
2115
+ "tax_rate_quantity": 0
2116
+ }
2117
+ ],
2118
+ "tax_amount_modifier": "0.000000",
2119
+ "total_tax_amount": "0.000000",
2120
+ "total_item_cost": 0,
2121
+ "per_item_cost": 0,
2122
+ "promotion_discount": "70.00",
2123
+ "item_event": "update"
2124
+ },
2125
+ {
2126
+ "item_display_text": "Orden de 4 flautas",
2127
+ "item_price": 127,
2128
+ "category_id": 3452,
2129
+ "order_details_id": "b50273d2-4410-4955-9463-c00ce5cce890",
2130
+ "order_id": 1224105007766,
2131
+ "restaurant_id": 1224,
2132
+ "item_id": "18028",
2133
+ "special_instruction": "",
2134
+ "quantity": 1,
2135
+ "is_package": 0,
2136
+ "date_time": "2025-11-15 00:34:21",
2137
+ "item_cost": 127,
2138
+ "item_modifier_cost": 0,
2139
+ "redeem_promotion_id": 1582,
2140
+ "net_cost": 0,
2141
+ "net_tax": 0,
2142
+ "tax_amount": "0.000000",
2143
+ "total_after_tax": 0,
2144
+ "purchased_points": 0,
2145
+ "package_items": null,
2146
+ "status": 1,
2147
+ "item_trx_id": "a067-c83b-3ecf",
2148
+ "isPackage": 0,
2149
+ "cetegoryModifier": [
2150
+ [
2151
+ {
2152
+ "linked_menu_item": 0,
2153
+ "modifier_item_name": "Picadillo dulce ",
2154
+ "modifier_caetgory_name": "Guiso flautas 4",
2155
+ "modifier_category_id": 4333,
2156
+ "modifier_item_price": 0,
2157
+ "modifier_details_id": 57264830,
2158
+ "order_id": 1224105007766,
2159
+ "order_details_id": "b50273d2-4410-4955-9463-c00ce5cce890",
2160
+ "modifier_item_id": "26032",
2161
+ "modifier_cost": 0,
2162
+ "tax_amount": 0,
2163
+ "total_after_tax": 0,
2164
+ "quantity": 1,
2165
+ "item_quantity": 1,
2166
+ "item_id": "18028",
2167
+ "date_time": "2025-11-15 00:34:21",
2168
+ "status": 1,
2169
+ "package_order_details_id": "",
2170
+ "points_discount": 0,
2171
+ "linked_product": ""
2172
+ },
2173
+ {
2174
+ "linked_menu_item": 0,
2175
+ "modifier_item_name": "Chicharrón ",
2176
+ "modifier_caetgory_name": "Guiso flautas 4",
2177
+ "modifier_category_id": 4333,
2178
+ "modifier_item_price": 0,
2179
+ "modifier_details_id": 57264831,
2180
+ "order_id": 1224105007766,
2181
+ "order_details_id": "b50273d2-4410-4955-9463-c00ce5cce890",
2182
+ "modifier_item_id": "26030",
2183
+ "modifier_cost": 0,
2184
+ "tax_amount": 0,
2185
+ "total_after_tax": 0,
2186
+ "quantity": 2,
2187
+ "item_quantity": 1,
2188
+ "item_id": "18028",
2189
+ "date_time": "2025-11-15 00:34:21",
2190
+ "status": 1,
2191
+ "package_order_details_id": "",
2192
+ "points_discount": 0,
2193
+ "linked_product": ""
2194
+ },
2195
+ {
2196
+ "linked_menu_item": 0,
2197
+ "modifier_item_name": "Papa con chorizo",
2198
+ "modifier_caetgory_name": "Guiso flautas 4",
2199
+ "modifier_category_id": 4333,
2200
+ "modifier_item_price": 0,
2201
+ "modifier_details_id": 57264832,
2202
+ "order_id": 1224105007766,
2203
+ "order_details_id": "b50273d2-4410-4955-9463-c00ce5cce890",
2204
+ "modifier_item_id": "26028",
2205
+ "modifier_cost": 0,
2206
+ "tax_amount": 0,
2207
+ "total_after_tax": 0,
2208
+ "quantity": 1,
2209
+ "item_quantity": 1,
2210
+ "item_id": "18028",
2211
+ "date_time": "2025-11-15 00:34:21",
2212
+ "status": 1,
2213
+ "package_order_details_id": "",
2214
+ "points_discount": 0,
2215
+ "linked_product": ""
2216
+ }
2217
+ ],
2218
+ [
2219
+ {
2220
+ "linked_menu_item": 0,
2221
+ "modifier_item_name": "Salsa bandera ",
2222
+ "modifier_caetgory_name": "Salsa y cubierta 4",
2223
+ "modifier_category_id": 4373,
2224
+ "modifier_item_price": 0,
2225
+ "modifier_details_id": 57264833,
2226
+ "order_id": 1224105007766,
2227
+ "order_details_id": "b50273d2-4410-4955-9463-c00ce5cce890",
2228
+ "modifier_item_id": "26237",
2229
+ "modifier_cost": 0,
2230
+ "tax_amount": 0,
2231
+ "total_after_tax": 0,
2232
+ "quantity": 4,
2233
+ "item_quantity": 1,
2234
+ "item_id": "18028",
2235
+ "date_time": "2025-11-15 00:34:21",
2236
+ "status": 1,
2237
+ "package_order_details_id": "",
2238
+ "points_discount": 0,
2239
+ "linked_product": ""
2240
+ }
2241
+ ]
2242
+ ],
2243
+ "tax_id": [
2244
+ {
2245
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
2246
+ }
2247
+ ],
2248
+ "ieps_tax": {
2249
+ "status": 0
2250
+ },
2251
+ "brand_id": "559aed7f-c2ee-4a7f-9876-a280eb0b8245",
2252
+ "menu_id": 678,
2253
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
2254
+ "item_price_with_modifier": "127.00",
2255
+ "item_modifiers": [
2256
+ {
2257
+ "linked_menu_item": 0,
2258
+ "modifier_item_name": "Picadillo dulce ",
2259
+ "modifier_caetgory_name": "Guiso flautas 4",
2260
+ "modifier_category_id": 4333,
2261
+ "modifier_item_price": 0,
2262
+ "modifier_details_id": 57264830,
2263
+ "order_id": 1224105007766,
2264
+ "order_details_id": "b50273d2-4410-4955-9463-c00ce5cce890",
2265
+ "modifier_item_id": "26032",
2266
+ "modifier_cost": 0,
2267
+ "tax_amount": "0.000000",
2268
+ "total_after_tax": 0,
2269
+ "quantity": 1,
2270
+ "item_quantity": 1,
2271
+ "item_id": "18028",
2272
+ "date_time": "2025-11-15 00:34:21",
2273
+ "status": 1,
2274
+ "package_order_details_id": "",
2275
+ "linked_product": "",
2276
+ "tax_id": [
2277
+ {
2278
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
2279
+ }
2280
+ ],
2281
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
2282
+ "is_tax_rate_same": 1,
2283
+ "modifer_cat": 4333,
2284
+ "redeem_promotion_id": 1582,
2285
+ "tax_array": [
2286
+ {
2287
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
2288
+ "tax_label": "IVA 16%",
2289
+ "tax_rate": 16,
2290
+ "tax_sequence": 1,
2291
+ "base_price_effected": 0,
2292
+ "tax_amount": "0.000000",
2293
+ "base_price": "0.00",
2294
+ "tax_rate_quantity": 0
2295
+ }
2296
+ ],
2297
+ "promotion_discount": "0.00"
2298
+ },
2299
+ {
2300
+ "linked_menu_item": 0,
2301
+ "modifier_item_name": "Chicharrón ",
2302
+ "modifier_caetgory_name": "Guiso flautas 4",
2303
+ "modifier_category_id": 4333,
2304
+ "modifier_item_price": 0,
2305
+ "modifier_details_id": 57264831,
2306
+ "order_id": 1224105007766,
2307
+ "order_details_id": "b50273d2-4410-4955-9463-c00ce5cce890",
2308
+ "modifier_item_id": "26030",
2309
+ "modifier_cost": 0,
2310
+ "tax_amount": "0.000000",
2311
+ "total_after_tax": 0,
2312
+ "quantity": 2,
2313
+ "item_quantity": 1,
2314
+ "item_id": "18028",
2315
+ "date_time": "2025-11-15 00:34:21",
2316
+ "status": 1,
2317
+ "package_order_details_id": "",
2318
+ "linked_product": "",
2319
+ "tax_id": [
2320
+ {
2321
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
2322
+ }
2323
+ ],
2324
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
2325
+ "is_tax_rate_same": 1,
2326
+ "modifer_cat": 4333,
2327
+ "redeem_promotion_id": 1582,
2328
+ "tax_array": [
2329
+ {
2330
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
2331
+ "tax_label": "IVA 16%",
2332
+ "tax_rate": 16,
2333
+ "tax_sequence": 1,
2334
+ "base_price_effected": 0,
2335
+ "tax_amount": "0.000000",
2336
+ "base_price": "0.00",
2337
+ "tax_rate_quantity": 0
2338
+ }
2339
+ ],
2340
+ "promotion_discount": "0.00"
2341
+ },
2342
+ {
2343
+ "linked_menu_item": 0,
2344
+ "modifier_item_name": "Papa con chorizo",
2345
+ "modifier_caetgory_name": "Guiso flautas 4",
2346
+ "modifier_category_id": 4333,
2347
+ "modifier_item_price": 0,
2348
+ "modifier_details_id": 57264832,
2349
+ "order_id": 1224105007766,
2350
+ "order_details_id": "b50273d2-4410-4955-9463-c00ce5cce890",
2351
+ "modifier_item_id": "26028",
2352
+ "modifier_cost": 0,
2353
+ "tax_amount": "0.000000",
2354
+ "total_after_tax": 0,
2355
+ "quantity": 1,
2356
+ "item_quantity": 1,
2357
+ "item_id": "18028",
2358
+ "date_time": "2025-11-15 00:34:21",
2359
+ "status": 1,
2360
+ "package_order_details_id": "",
2361
+ "linked_product": "",
2362
+ "tax_id": [
2363
+ {
2364
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
2365
+ }
2366
+ ],
2367
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
2368
+ "is_tax_rate_same": 1,
2369
+ "modifer_cat": 4333,
2370
+ "redeem_promotion_id": 1582,
2371
+ "tax_array": [
2372
+ {
2373
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
2374
+ "tax_label": "IVA 16%",
2375
+ "tax_rate": 16,
2376
+ "tax_sequence": 1,
2377
+ "base_price_effected": 0,
2378
+ "tax_amount": "0.000000",
2379
+ "base_price": "0.00",
2380
+ "tax_rate_quantity": 0
2381
+ }
2382
+ ],
2383
+ "promotion_discount": "0.00"
2384
+ },
2385
+ {
2386
+ "linked_menu_item": 0,
2387
+ "modifier_item_name": "Salsa bandera ",
2388
+ "modifier_caetgory_name": "Salsa y cubierta 4",
2389
+ "modifier_category_id": 4373,
2390
+ "modifier_item_price": 0,
2391
+ "modifier_details_id": 57264833,
2392
+ "order_id": 1224105007766,
2393
+ "order_details_id": "b50273d2-4410-4955-9463-c00ce5cce890",
2394
+ "modifier_item_id": "26237",
2395
+ "modifier_cost": 0,
2396
+ "tax_amount": "0.000000",
2397
+ "total_after_tax": 0,
2398
+ "quantity": 4,
2399
+ "item_quantity": 1,
2400
+ "item_id": "18028",
2401
+ "date_time": "2025-11-15 00:34:21",
2402
+ "status": 1,
2403
+ "package_order_details_id": "",
2404
+ "linked_product": "",
2405
+ "tax_id": [
2406
+ {
2407
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
2408
+ }
2409
+ ],
2410
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
2411
+ "is_tax_rate_same": 1,
2412
+ "modifer_cat": 4373,
2413
+ "redeem_promotion_id": 1582,
2414
+ "tax_array": [
2415
+ {
2416
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
2417
+ "tax_label": "IVA 16%",
2418
+ "tax_rate": 16,
2419
+ "tax_sequence": 1,
2420
+ "base_price_effected": 0,
2421
+ "tax_amount": "0.000000",
2422
+ "base_price": "0.00",
2423
+ "tax_rate_quantity": 0
2424
+ }
2425
+ ],
2426
+ "promotion_discount": "0.00"
2427
+ }
2428
+ ],
2429
+ "promotion_discount_modifier": "127.00",
2430
+ "tax_array": [
2431
+ {
2432
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
2433
+ "tax_label": "IVA 16%",
2434
+ "tax_rate": 16,
2435
+ "tax_sequence": 1,
2436
+ "base_price_effected": 0,
2437
+ "tax_amount": "0.000000",
2438
+ "base_price": "0.00",
2439
+ "tax_rate_quantity": 0
2440
+ }
2441
+ ],
2442
+ "tax_amount_modifier": "0.000000",
2443
+ "total_tax_amount": "0.000000",
2444
+ "total_item_cost": 0,
2445
+ "per_item_cost": 0,
2446
+ "promotion_discount": "127.00",
2447
+ "item_event": "update"
2448
+ },
2449
+ {
2450
+ "item_display_text": "Orden de 2 Flautas",
2451
+ "item_price": 70,
2452
+ "category_id": 3452,
2453
+ "order_details_id": "bbcf7a67-c537-4c75-b3fd-d0349046165b",
2454
+ "order_id": 1224105007766,
2455
+ "restaurant_id": 1224,
2456
+ "item_id": "25457",
2457
+ "special_instruction": "LLEVAR",
2458
+ "quantity": 1,
2459
+ "is_package": 0,
2460
+ "date_time": "2025-11-15 00:34:21",
2461
+ "item_cost": 70,
2462
+ "item_modifier_cost": 0,
2463
+ "redeem_promotion_id": 1582,
2464
+ "net_cost": 0,
2465
+ "net_tax": 0,
2466
+ "tax_amount": "0.000000",
2467
+ "total_after_tax": 0,
2468
+ "purchased_points": 0,
2469
+ "package_items": null,
2470
+ "status": 1,
2471
+ "item_trx_id": "u4sSKmzB",
2472
+ "isPackage": 0,
2473
+ "cetegoryModifier": [
2474
+ [
2475
+ {
2476
+ "linked_menu_item": 0,
2477
+ "modifier_item_name": "Picadillo dulce ",
2478
+ "modifier_caetgory_name": "Guiso flauta 2 ",
2479
+ "modifier_category_id": 4330,
2480
+ "modifier_item_price": 0,
2481
+ "modifier_details_id": 57264845,
2482
+ "order_id": 1224105007766,
2483
+ "order_details_id": "bbcf7a67-c537-4c75-b3fd-d0349046165b",
2484
+ "modifier_item_id": "26004",
2485
+ "modifier_cost": 0,
2486
+ "tax_amount": 0,
2487
+ "total_after_tax": 0,
2488
+ "quantity": 2,
2489
+ "item_quantity": 1,
2490
+ "item_id": "25457",
2491
+ "date_time": "2025-11-15 00:34:21",
2492
+ "status": 1,
2493
+ "package_order_details_id": "",
2494
+ "points_discount": 0,
2495
+ "linked_product": ""
2496
+ }
2497
+ ],
2498
+ [
2499
+ {
2500
+ "linked_menu_item": 0,
2501
+ "modifier_item_name": "Salsa Verde",
2502
+ "modifier_caetgory_name": "Salsa y cubiertas 2",
2503
+ "modifier_category_id": 6065,
2504
+ "modifier_item_price": 0,
2505
+ "modifier_details_id": 57264846,
2506
+ "order_id": 1224105007766,
2507
+ "order_details_id": "bbcf7a67-c537-4c75-b3fd-d0349046165b",
2508
+ "modifier_item_id": "37283",
2509
+ "modifier_cost": 0,
2510
+ "tax_amount": 0,
2511
+ "total_after_tax": 0,
2512
+ "quantity": 2,
2513
+ "item_quantity": 1,
2514
+ "item_id": "25457",
2515
+ "date_time": "2025-11-15 00:34:21",
2516
+ "status": 1,
2517
+ "package_order_details_id": "",
2518
+ "points_discount": 0,
2519
+ "linked_product": ""
2520
+ }
2521
+ ],
2522
+ [
2523
+ {
2524
+ "linked_menu_item": 0,
2525
+ "modifier_item_name": "Sin lechuga",
2526
+ "modifier_caetgory_name": "Sin flautas",
2527
+ "modifier_category_id": 4307,
2528
+ "modifier_item_price": 0,
2529
+ "modifier_details_id": 57264847,
2530
+ "order_id": 1224105007766,
2531
+ "order_details_id": "bbcf7a67-c537-4c75-b3fd-d0349046165b",
2532
+ "modifier_item_id": "25907",
2533
+ "modifier_cost": 0,
2534
+ "tax_amount": 0,
2535
+ "total_after_tax": 0,
2536
+ "quantity": 1,
2537
+ "item_quantity": 1,
2538
+ "item_id": "25457",
2539
+ "date_time": "2025-11-15 00:34:21",
2540
+ "status": 1,
2541
+ "package_order_details_id": "",
2542
+ "points_discount": 0,
2543
+ "linked_product": ""
2544
+ }
2545
+ ]
2546
+ ],
2547
+ "tax_id": [
2548
+ {
2549
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
2550
+ }
2551
+ ],
2552
+ "ieps_tax": {
2553
+ "status": 0
2554
+ },
2555
+ "brand_id": "559aed7f-c2ee-4a7f-9876-a280eb0b8245",
2556
+ "menu_id": 678,
2557
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
2558
+ "item_price_with_modifier": "70.00",
2559
+ "item_modifiers": [
2560
+ {
2561
+ "linked_menu_item": 0,
2562
+ "modifier_item_name": "Picadillo dulce ",
2563
+ "modifier_caetgory_name": "Guiso flauta 2 ",
2564
+ "modifier_category_id": 4330,
2565
+ "modifier_item_price": 0,
2566
+ "modifier_details_id": 57264845,
2567
+ "order_id": 1224105007766,
2568
+ "order_details_id": "bbcf7a67-c537-4c75-b3fd-d0349046165b",
2569
+ "modifier_item_id": "26004",
2570
+ "modifier_cost": 0,
2571
+ "tax_amount": "0.000000",
2572
+ "total_after_tax": 0,
2573
+ "quantity": 2,
2574
+ "item_quantity": 1,
2575
+ "item_id": "25457",
2576
+ "date_time": "2025-11-15 00:34:21",
2577
+ "status": 1,
2578
+ "package_order_details_id": "",
2579
+ "linked_product": "",
2580
+ "tax_id": [
2581
+ {
2582
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
2583
+ }
2584
+ ],
2585
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
2586
+ "is_tax_rate_same": 1,
2587
+ "modifer_cat": 4330,
2588
+ "redeem_promotion_id": 1582,
2589
+ "tax_array": [
2590
+ {
2591
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
2592
+ "tax_label": "IVA 16%",
2593
+ "tax_rate": 16,
2594
+ "tax_sequence": 1,
2595
+ "base_price_effected": 0,
2596
+ "tax_amount": "0.000000",
2597
+ "base_price": "0.00",
2598
+ "tax_rate_quantity": 0
2599
+ }
2600
+ ],
2601
+ "promotion_discount": "0.00"
2602
+ },
2603
+ {
2604
+ "linked_menu_item": 0,
2605
+ "modifier_item_name": "Salsa Verde",
2606
+ "modifier_caetgory_name": "Salsa y cubiertas 2",
2607
+ "modifier_category_id": 6065,
2608
+ "modifier_item_price": 0,
2609
+ "modifier_details_id": 57264846,
2610
+ "order_id": 1224105007766,
2611
+ "order_details_id": "bbcf7a67-c537-4c75-b3fd-d0349046165b",
2612
+ "modifier_item_id": "37283",
2613
+ "modifier_cost": 0,
2614
+ "tax_amount": "0.000000",
2615
+ "total_after_tax": 0,
2616
+ "quantity": 2,
2617
+ "item_quantity": 1,
2618
+ "item_id": "25457",
2619
+ "date_time": "2025-11-15 00:34:21",
2620
+ "status": 1,
2621
+ "package_order_details_id": "",
2622
+ "linked_product": "",
2623
+ "tax_id": [
2624
+ {
2625
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
2626
+ }
2627
+ ],
2628
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
2629
+ "is_tax_rate_same": 1,
2630
+ "modifer_cat": 6065,
2631
+ "redeem_promotion_id": 1582,
2632
+ "tax_array": [
2633
+ {
2634
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
2635
+ "tax_label": "IVA 16%",
2636
+ "tax_rate": 16,
2637
+ "tax_sequence": 1,
2638
+ "base_price_effected": 0,
2639
+ "tax_amount": "0.000000",
2640
+ "base_price": "0.00",
2641
+ "tax_rate_quantity": 0
2642
+ }
2643
+ ],
2644
+ "promotion_discount": "0.00"
2645
+ },
2646
+ {
2647
+ "linked_menu_item": 0,
2648
+ "modifier_item_name": "Sin lechuga",
2649
+ "modifier_caetgory_name": "Sin flautas",
2650
+ "modifier_category_id": 4307,
2651
+ "modifier_item_price": 0,
2652
+ "modifier_details_id": 57264847,
2653
+ "order_id": 1224105007766,
2654
+ "order_details_id": "bbcf7a67-c537-4c75-b3fd-d0349046165b",
2655
+ "modifier_item_id": "25907",
2656
+ "modifier_cost": 0,
2657
+ "tax_amount": "0.000000",
2658
+ "total_after_tax": 0,
2659
+ "quantity": 1,
2660
+ "item_quantity": 1,
2661
+ "item_id": "25457",
2662
+ "date_time": "2025-11-15 00:34:21",
2663
+ "status": 1,
2664
+ "package_order_details_id": "",
2665
+ "linked_product": "",
2666
+ "tax_id": [
2667
+ {
2668
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
2669
+ }
2670
+ ],
2671
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
2672
+ "is_tax_rate_same": 1,
2673
+ "modifer_cat": 4307,
2674
+ "redeem_promotion_id": 1582,
2675
+ "tax_array": [
2676
+ {
2677
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
2678
+ "tax_label": "IVA 16%",
2679
+ "tax_rate": 16,
2680
+ "tax_sequence": 1,
2681
+ "base_price_effected": 0,
2682
+ "tax_amount": "0.000000",
2683
+ "base_price": "0.00",
2684
+ "tax_rate_quantity": 0
2685
+ }
2686
+ ],
2687
+ "promotion_discount": "0.00"
2688
+ }
2689
+ ],
2690
+ "promotion_discount_modifier": "70.00",
2691
+ "tax_array": [
2692
+ {
2693
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
2694
+ "tax_label": "IVA 16%",
2695
+ "tax_rate": 16,
2696
+ "tax_sequence": 1,
2697
+ "base_price_effected": 0,
2698
+ "tax_amount": "0.000000",
2699
+ "base_price": "0.00",
2700
+ "tax_rate_quantity": 0
2701
+ }
2702
+ ],
2703
+ "tax_amount_modifier": "0.000000",
2704
+ "total_tax_amount": "0.000000",
2705
+ "total_item_cost": 0,
2706
+ "per_item_cost": 0,
2707
+ "promotion_discount": "70.00",
2708
+ "item_event": "update"
2709
+ },
2710
+ {
2711
+ "item_display_text": "Agua fresca chica",
2712
+ "item_price": 36,
2713
+ "category_id": 3459,
2714
+ "order_details_id": "be29437d-26c6-44cd-b9a4-9dae8170ba96",
2715
+ "order_id": 1224105007766,
2716
+ "restaurant_id": 1224,
2717
+ "item_id": "18047",
2718
+ "special_instruction": "",
2719
+ "quantity": 1,
2720
+ "is_package": 0,
2721
+ "date_time": "2025-11-15 00:34:21",
2722
+ "item_cost": 36,
2723
+ "item_modifier_cost": 0,
2724
+ "redeem_promotion_id": 1582,
2725
+ "net_cost": 0,
2726
+ "net_tax": 0,
2727
+ "tax_amount": "0.000000",
2728
+ "total_after_tax": 0,
2729
+ "purchased_points": 0,
2730
+ "package_items": null,
2731
+ "status": 1,
2732
+ "item_trx_id": "3a28-7f51-6989",
2733
+ "isPackage": 0,
2734
+ "cetegoryModifier": [
2735
+ [
2736
+ {
2737
+ "linked_menu_item": 0,
2738
+ "modifier_item_name": "Pepino con limón ",
2739
+ "modifier_caetgory_name": "Sabor agua",
2740
+ "modifier_category_id": 4316,
2741
+ "modifier_item_price": 0,
2742
+ "modifier_details_id": 57264820,
2743
+ "order_id": 1224105007766,
2744
+ "order_details_id": "be29437d-26c6-44cd-b9a4-9dae8170ba96",
2745
+ "modifier_item_id": "25947",
2746
+ "modifier_cost": 0,
2747
+ "tax_amount": 0,
2748
+ "total_after_tax": 0,
2749
+ "quantity": 1,
2750
+ "item_quantity": 1,
2751
+ "item_id": "18047",
2752
+ "date_time": "2025-11-15 00:34:21",
2753
+ "status": 1,
2754
+ "package_order_details_id": "",
2755
+ "points_discount": 0,
2756
+ "linked_product": ""
2757
+ }
2758
+ ]
2759
+ ],
2760
+ "tax_id": [
2761
+ {
2762
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
2763
+ }
2764
+ ],
2765
+ "ieps_tax": {
2766
+ "status": 0
2767
+ },
2768
+ "brand_id": "559aed7f-c2ee-4a7f-9876-a280eb0b8245",
2769
+ "menu_id": 678,
2770
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
2771
+ "item_price_with_modifier": "36.00",
2772
+ "item_modifiers": [
2773
+ {
2774
+ "linked_menu_item": 0,
2775
+ "modifier_item_name": "Pepino con limón ",
2776
+ "modifier_caetgory_name": "Sabor agua",
2777
+ "modifier_category_id": 4316,
2778
+ "modifier_item_price": 0,
2779
+ "modifier_details_id": 57264820,
2780
+ "order_id": 1224105007766,
2781
+ "order_details_id": "be29437d-26c6-44cd-b9a4-9dae8170ba96",
2782
+ "modifier_item_id": "25947",
2783
+ "modifier_cost": 0,
2784
+ "tax_amount": "0.000000",
2785
+ "total_after_tax": 0,
2786
+ "quantity": 1,
2787
+ "item_quantity": 1,
2788
+ "item_id": "18047",
2789
+ "date_time": "2025-11-15 00:34:21",
2790
+ "status": 1,
2791
+ "package_order_details_id": "",
2792
+ "linked_product": "",
2793
+ "tax_id": [
2794
+ {
2795
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
2796
+ }
2797
+ ],
2798
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
2799
+ "is_tax_rate_same": 1,
2800
+ "modifer_cat": 4316,
2801
+ "redeem_promotion_id": 1582,
2802
+ "tax_array": [
2803
+ {
2804
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
2805
+ "tax_label": "IVA 16%",
2806
+ "tax_rate": 16,
2807
+ "tax_sequence": 1,
2808
+ "base_price_effected": 0,
2809
+ "tax_amount": "0.000000",
2810
+ "base_price": "0.00",
2811
+ "tax_rate_quantity": 0
2812
+ }
2813
+ ],
2814
+ "promotion_discount": "0.00"
2815
+ }
2816
+ ],
2817
+ "promotion_discount_modifier": "36.00",
2818
+ "tax_array": [
2819
+ {
2820
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
2821
+ "tax_label": "IVA 16%",
2822
+ "tax_rate": 16,
2823
+ "tax_sequence": 1,
2824
+ "base_price_effected": 0,
2825
+ "tax_amount": "0.000000",
2826
+ "base_price": "0.00",
2827
+ "tax_rate_quantity": 0
2828
+ }
2829
+ ],
2830
+ "tax_amount_modifier": "0.000000",
2831
+ "total_tax_amount": "0.000000",
2832
+ "total_item_cost": 0,
2833
+ "per_item_cost": 0,
2834
+ "promotion_discount": "36.00",
2835
+ "item_event": "update"
2836
+ },
2837
+ {
2838
+ "item_display_text": "Sopa de tortilla",
2839
+ "item_price": 58,
2840
+ "category_id": 3451,
2841
+ "order_details_id": "c3b9fa49-ed25-4d3d-b712-1006b980269d",
2842
+ "order_id": 1224105007766,
2843
+ "restaurant_id": 1224,
2844
+ "item_id": "18003",
2845
+ "special_instruction": "",
2846
+ "quantity": 1,
2847
+ "is_package": 0,
2848
+ "date_time": "2025-11-15 00:34:21",
2849
+ "item_cost": 58,
2850
+ "item_modifier_cost": 0,
2851
+ "redeem_promotion_id": 1582,
2852
+ "net_cost": 0,
2853
+ "net_tax": 0,
2854
+ "tax_amount": "0.000000",
2855
+ "total_after_tax": 0,
2856
+ "purchased_points": 0,
2857
+ "package_items": null,
2858
+ "status": 1,
2859
+ "item_trx_id": "1feb-37be-7502",
2860
+ "isPackage": 0,
2861
+ "tax_id": [
2862
+ {
2863
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
2864
+ }
2865
+ ],
2866
+ "ieps_tax": {
2867
+ "status": 0
2868
+ },
2869
+ "brand_id": "559aed7f-c2ee-4a7f-9876-a280eb0b8245",
2870
+ "menu_id": 678,
2871
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
2872
+ "item_price_with_modifier": "58.00",
2873
+ "item_modifiers": [],
2874
+ "promotion_discount_modifier": "58.00",
2875
+ "tax_array": [
2876
+ {
2877
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
2878
+ "tax_label": "IVA 16%",
2879
+ "tax_rate": 16,
2880
+ "tax_sequence": 1,
2881
+ "base_price_effected": 0,
2882
+ "tax_amount": "0.000000",
2883
+ "base_price": "0.00",
2884
+ "tax_rate_quantity": 0
2885
+ }
2886
+ ],
2887
+ "tax_amount_modifier": "0.000000",
2888
+ "total_tax_amount": "0.000000",
2889
+ "total_item_cost": 0,
2890
+ "per_item_cost": 0,
2891
+ "promotion_discount": "58.00",
2892
+ "item_event": "update"
2893
+ },
2894
+ {
2895
+ "item_display_text": "Arroz rojo ",
2896
+ "item_price": 25,
2897
+ "category_id": 3464,
2898
+ "order_details_id": "cea41bc7-79fe-4bcc-a8f9-68ec8f2efaa2",
2899
+ "order_id": 1224105007766,
2900
+ "restaurant_id": 1224,
2901
+ "item_id": "18091",
2902
+ "special_instruction": "",
2903
+ "quantity": 1,
2904
+ "is_package": 0,
2905
+ "date_time": "2025-11-15 00:34:21",
2906
+ "item_cost": 25,
2907
+ "item_modifier_cost": 0,
2908
+ "redeem_promotion_id": 1582,
2909
+ "net_cost": 0,
2910
+ "net_tax": 0,
2911
+ "tax_amount": "0.000000",
2912
+ "total_after_tax": 0,
2913
+ "purchased_points": 0,
2914
+ "package_items": null,
2915
+ "status": 1,
2916
+ "item_trx_id": "3960-d72f-a8cf",
2917
+ "isPackage": 0,
2918
+ "tax_id": [
2919
+ {
2920
+ "tax_id": "e47296aa-b5ae-449f-ab5f-ff50f43a648a"
2921
+ }
2922
+ ],
2923
+ "ieps_tax": {
2924
+ "status": 0
2925
+ },
2926
+ "brand_id": "559aed7f-c2ee-4a7f-9876-a280eb0b8245",
2927
+ "menu_id": 678,
2928
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
2929
+ "item_price_with_modifier": "25.00",
2930
+ "item_modifiers": [],
2931
+ "promotion_discount_modifier": "25.00",
2932
+ "tax_array": [
2933
+ {
2934
+ "tax_id": "e47296aa-b5ae-449f-ab5f-ff50f43a648a",
2935
+ "tax_label": "Sin IVA",
2936
+ "tax_rate": 0,
2937
+ "tax_sequence": 3,
2938
+ "base_price_effected": 0,
2939
+ "tax_amount": "0.000000",
2940
+ "base_price": "0.00",
2941
+ "tax_rate_quantity": 0
2942
+ }
2943
+ ],
2944
+ "tax_amount_modifier": "0.000000",
2945
+ "total_tax_amount": "0.000000",
2946
+ "total_item_cost": 0,
2947
+ "per_item_cost": 0,
2948
+ "promotion_discount": "25.00",
2949
+ "item_event": "update"
2950
+ },
2951
+ {
2952
+ "item_display_text": "Cervezas",
2953
+ "item_price": 48,
2954
+ "category_id": 3459,
2955
+ "order_details_id": "cf3522b2-53f4-4f9d-afed-2fcc20abf275",
2956
+ "order_id": 1224105007766,
2957
+ "restaurant_id": 1224,
2958
+ "item_id": "25373",
2959
+ "special_instruction": "",
2960
+ "quantity": 1,
2961
+ "is_package": 0,
2962
+ "date_time": "2025-11-15 00:34:21",
2963
+ "item_cost": 48,
2964
+ "item_modifier_cost": 16,
2965
+ "redeem_promotion_id": 1582,
2966
+ "net_cost": 16,
2967
+ "net_tax": 4.42,
2968
+ "tax_amount": "0.000000",
2969
+ "total_after_tax": 16,
2970
+ "purchased_points": 0,
2971
+ "package_items": null,
2972
+ "status": 1,
2973
+ "item_trx_id": "dc94-1794-46a6",
2974
+ "isPackage": 0,
2975
+ "cetegoryModifier": [
2976
+ [
2977
+ {
2978
+ "linked_menu_item": 0,
2979
+ "modifier_item_name": "Negra Modelo",
2980
+ "modifier_caetgory_name": "Elige tu cerveza",
2981
+ "modifier_category_id": 6056,
2982
+ "modifier_item_price": 0,
2983
+ "modifier_details_id": 57264815,
2984
+ "order_id": 1224105007766,
2985
+ "order_details_id": "cf3522b2-53f4-4f9d-afed-2fcc20abf275",
2986
+ "modifier_item_id": "37247",
2987
+ "modifier_cost": 0,
2988
+ "tax_amount": 0,
2989
+ "total_after_tax": 0,
2990
+ "quantity": 1,
2991
+ "item_quantity": 1,
2992
+ "item_id": "25373",
2993
+ "date_time": "2025-11-15 00:34:21",
2994
+ "status": 1,
2995
+ "package_order_details_id": "",
2996
+ "points_discount": 0,
2997
+ "linked_product": ""
2998
+ }
2999
+ ],
3000
+ [
3001
+ {
3002
+ "linked_menu_item": 0,
3003
+ "modifier_item_name": "Clamato preparado ",
3004
+ "modifier_caetgory_name": "extras en cervezas",
3005
+ "modifier_category_id": 6066,
3006
+ "modifier_item_price": 38,
3007
+ "modifier_details_id": 57264816,
3008
+ "order_id": 1224105007766,
3009
+ "order_details_id": "cf3522b2-53f4-4f9d-afed-2fcc20abf275",
3010
+ "modifier_item_id": "37291",
3011
+ "modifier_cost": 38,
3012
+ "tax_amount": 0,
3013
+ "total_after_tax": 0,
3014
+ "quantity": 1,
3015
+ "item_quantity": 1,
3016
+ "item_id": "25373",
3017
+ "date_time": "2025-11-15 00:34:21",
3018
+ "status": 1,
3019
+ "package_order_details_id": "",
3020
+ "points_discount": 0,
3021
+ "linked_product": ""
3022
+ }
3023
+ ]
3024
+ ],
3025
+ "tax_id": [
3026
+ {
3027
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
3028
+ }
3029
+ ],
3030
+ "ieps_tax": {
3031
+ "status": 0
3032
+ },
3033
+ "brand_id": "559aed7f-c2ee-4a7f-9876-a280eb0b8245",
3034
+ "menu_id": 678,
3035
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
3036
+ "item_price_with_modifier": "86.00",
3037
+ "item_modifiers": [
3038
+ {
3039
+ "linked_menu_item": 0,
3040
+ "modifier_item_name": "Negra Modelo",
3041
+ "modifier_caetgory_name": "Elige tu cerveza",
3042
+ "modifier_category_id": 6056,
3043
+ "modifier_item_price": 0,
3044
+ "modifier_details_id": 57264815,
3045
+ "order_id": 1224105007766,
3046
+ "order_details_id": "cf3522b2-53f4-4f9d-afed-2fcc20abf275",
3047
+ "modifier_item_id": "37247",
3048
+ "modifier_cost": 0,
3049
+ "tax_amount": "0.000000",
3050
+ "total_after_tax": 0,
3051
+ "quantity": 1,
3052
+ "item_quantity": 1,
3053
+ "item_id": "25373",
3054
+ "date_time": "2025-11-15 00:34:21",
3055
+ "status": 1,
3056
+ "package_order_details_id": "",
3057
+ "linked_product": "",
3058
+ "tax_id": [
3059
+ {
3060
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
3061
+ }
3062
+ ],
3063
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
3064
+ "is_tax_rate_same": 1,
3065
+ "modifer_cat": 6056,
3066
+ "redeem_promotion_id": 1582,
3067
+ "tax_array": [
3068
+ {
3069
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
3070
+ "tax_label": "IVA 16%",
3071
+ "tax_rate": 16,
3072
+ "tax_sequence": 1,
3073
+ "base_price_effected": 0,
3074
+ "tax_amount": "0.000000",
3075
+ "base_price": "0.00",
3076
+ "tax_rate_quantity": 0
3077
+ }
3078
+ ],
3079
+ "promotion_discount": "0.00"
3080
+ },
3081
+ {
3082
+ "linked_menu_item": 0,
3083
+ "modifier_item_name": "Clamato preparado ",
3084
+ "modifier_caetgory_name": "extras en cervezas",
3085
+ "modifier_category_id": 6066,
3086
+ "modifier_item_price": 38,
3087
+ "modifier_details_id": 57264816,
3088
+ "order_id": 1224105007766,
3089
+ "order_details_id": "cf3522b2-53f4-4f9d-afed-2fcc20abf275",
3090
+ "modifier_item_id": "37291",
3091
+ "modifier_cost": 38,
3092
+ "tax_amount": "0.000000",
3093
+ "total_after_tax": 0,
3094
+ "quantity": 1,
3095
+ "item_quantity": 1,
3096
+ "item_id": "25373",
3097
+ "date_time": "2025-11-15 00:34:21",
3098
+ "status": 1,
3099
+ "package_order_details_id": "",
3100
+ "linked_product": "",
3101
+ "tax_id": [
3102
+ {
3103
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
3104
+ }
3105
+ ],
3106
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
3107
+ "is_tax_rate_same": 1,
3108
+ "modifer_cat": 6066,
3109
+ "redeem_promotion_id": 1582,
3110
+ "tax_array": [
3111
+ {
3112
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
3113
+ "tax_label": "IVA 16%",
3114
+ "tax_rate": 16,
3115
+ "tax_sequence": 1,
3116
+ "base_price_effected": 0,
3117
+ "tax_amount": "0.000000",
3118
+ "base_price": "0.00",
3119
+ "tax_rate_quantity": 0
3120
+ }
3121
+ ],
3122
+ "promotion_discount": "38.00"
3123
+ }
3124
+ ],
3125
+ "promotion_discount_modifier": "86.00",
3126
+ "tax_array": [
3127
+ {
3128
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
3129
+ "tax_label": "IVA 16%",
3130
+ "tax_rate": 16,
3131
+ "tax_sequence": 1,
3132
+ "base_price_effected": 0,
3133
+ "tax_amount": "0.000000",
3134
+ "base_price": "0.00",
3135
+ "tax_rate_quantity": 0
3136
+ }
3137
+ ],
3138
+ "tax_amount_modifier": "0.000000",
3139
+ "total_tax_amount": "0.000000",
3140
+ "total_item_cost": 0,
3141
+ "per_item_cost": 0,
3142
+ "promotion_discount": "48.00",
3143
+ "item_event": "update"
3144
+ },
3145
+ {
3146
+ "item_display_text": "Flauta individual",
3147
+ "item_price": 35,
3148
+ "category_id": 3452,
3149
+ "order_details_id": "f7cb2d59-ed26-4dbd-98b6-b470a1600471",
3150
+ "order_id": 1224105007766,
3151
+ "restaurant_id": 1224,
3152
+ "item_id": "18006",
3153
+ "special_instruction": "",
3154
+ "quantity": 1,
3155
+ "is_package": 0,
3156
+ "date_time": "2025-11-15 00:34:21",
3157
+ "item_cost": 35,
3158
+ "item_modifier_cost": 0,
3159
+ "redeem_promotion_id": 1582,
3160
+ "net_cost": 0,
3161
+ "net_tax": 0,
3162
+ "tax_amount": "0.000000",
3163
+ "total_after_tax": 0,
3164
+ "purchased_points": 0,
3165
+ "package_items": null,
3166
+ "status": 1,
3167
+ "item_trx_id": "ac51-a051-1830",
3168
+ "isPackage": 0,
3169
+ "cetegoryModifier": [
3170
+ [
3171
+ {
3172
+ "linked_menu_item": 0,
3173
+ "modifier_item_name": "Res",
3174
+ "modifier_caetgory_name": "Guiso flautas",
3175
+ "modifier_category_id": 4305,
3176
+ "modifier_item_price": 0,
3177
+ "modifier_details_id": 57264834,
3178
+ "order_id": 1224105007766,
3179
+ "order_details_id": "f7cb2d59-ed26-4dbd-98b6-b470a1600471",
3180
+ "modifier_item_id": "25901",
3181
+ "modifier_cost": 0,
3182
+ "tax_amount": 0,
3183
+ "total_after_tax": 0,
3184
+ "quantity": 1,
3185
+ "item_quantity": 1,
3186
+ "item_id": "18006",
3187
+ "date_time": "2025-11-15 00:34:21",
3188
+ "status": 1,
3189
+ "package_order_details_id": "",
3190
+ "points_discount": 0,
3191
+ "linked_product": ""
3192
+ }
3193
+ ],
3194
+ [
3195
+ {
3196
+ "linked_menu_item": 0,
3197
+ "modifier_item_name": "Salsa bandera",
3198
+ "modifier_caetgory_name": "Salsa Flauta 1 ",
3199
+ "modifier_category_id": 4306,
3200
+ "modifier_item_price": 0,
3201
+ "modifier_details_id": 57264835,
3202
+ "order_id": 1224105007766,
3203
+ "order_details_id": "f7cb2d59-ed26-4dbd-98b6-b470a1600471",
3204
+ "modifier_item_id": "25906",
3205
+ "modifier_cost": 0,
3206
+ "tax_amount": 0,
3207
+ "total_after_tax": 0,
3208
+ "quantity": 1,
3209
+ "item_quantity": 1,
3210
+ "item_id": "18006",
3211
+ "date_time": "2025-11-15 00:34:21",
3212
+ "status": 1,
3213
+ "package_order_details_id": "",
3214
+ "points_discount": 0,
3215
+ "linked_product": ""
3216
+ }
3217
+ ]
3218
+ ],
3219
+ "tax_id": [
3220
+ {
3221
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
3222
+ }
3223
+ ],
3224
+ "ieps_tax": {
3225
+ "status": 0
3226
+ },
3227
+ "brand_id": "559aed7f-c2ee-4a7f-9876-a280eb0b8245",
3228
+ "menu_id": 678,
3229
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
3230
+ "item_price_with_modifier": "35.00",
3231
+ "item_modifiers": [
3232
+ {
3233
+ "linked_menu_item": 0,
3234
+ "modifier_item_name": "Res",
3235
+ "modifier_caetgory_name": "Guiso flautas",
3236
+ "modifier_category_id": 4305,
3237
+ "modifier_item_price": 0,
3238
+ "modifier_details_id": 57264834,
3239
+ "order_id": 1224105007766,
3240
+ "order_details_id": "f7cb2d59-ed26-4dbd-98b6-b470a1600471",
3241
+ "modifier_item_id": "25901",
3242
+ "modifier_cost": 0,
3243
+ "tax_amount": "0.000000",
3244
+ "total_after_tax": 0,
3245
+ "quantity": 1,
3246
+ "item_quantity": 1,
3247
+ "item_id": "18006",
3248
+ "date_time": "2025-11-15 00:34:21",
3249
+ "status": 1,
3250
+ "package_order_details_id": "",
3251
+ "linked_product": "",
3252
+ "tax_id": [
3253
+ {
3254
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
3255
+ }
3256
+ ],
3257
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
3258
+ "is_tax_rate_same": 1,
3259
+ "modifer_cat": 4305,
3260
+ "redeem_promotion_id": 1582,
3261
+ "tax_array": [
3262
+ {
3263
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
3264
+ "tax_label": "IVA 16%",
3265
+ "tax_rate": 16,
3266
+ "tax_sequence": 1,
3267
+ "base_price_effected": 0,
3268
+ "tax_amount": "0.000000",
3269
+ "base_price": "0.00",
3270
+ "tax_rate_quantity": 0
3271
+ }
3272
+ ],
3273
+ "promotion_discount": "0.00"
3274
+ },
3275
+ {
3276
+ "linked_menu_item": 0,
3277
+ "modifier_item_name": "Salsa bandera",
3278
+ "modifier_caetgory_name": "Salsa Flauta 1 ",
3279
+ "modifier_category_id": 4306,
3280
+ "modifier_item_price": 0,
3281
+ "modifier_details_id": 57264835,
3282
+ "order_id": 1224105007766,
3283
+ "order_details_id": "f7cb2d59-ed26-4dbd-98b6-b470a1600471",
3284
+ "modifier_item_id": "25906",
3285
+ "modifier_cost": 0,
3286
+ "tax_amount": "0.000000",
3287
+ "total_after_tax": 0,
3288
+ "quantity": 1,
3289
+ "item_quantity": 1,
3290
+ "item_id": "18006",
3291
+ "date_time": "2025-11-15 00:34:21",
3292
+ "status": 1,
3293
+ "package_order_details_id": "",
3294
+ "linked_product": "",
3295
+ "tax_id": [
3296
+ {
3297
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021"
3298
+ }
3299
+ ],
3300
+ "price_list_id": "eb87322d-990c-11ee-b6ce-129754d6b903",
3301
+ "is_tax_rate_same": 1,
3302
+ "modifer_cat": 4306,
3303
+ "redeem_promotion_id": 1582,
3304
+ "tax_array": [
3305
+ {
3306
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
3307
+ "tax_label": "IVA 16%",
3308
+ "tax_rate": 16,
3309
+ "tax_sequence": 1,
3310
+ "base_price_effected": 0,
3311
+ "tax_amount": "0.000000",
3312
+ "base_price": "0.00",
3313
+ "tax_rate_quantity": 0
3314
+ }
3315
+ ],
3316
+ "promotion_discount": "0.00"
3317
+ }
3318
+ ],
3319
+ "promotion_discount_modifier": "35.00",
3320
+ "tax_array": [
3321
+ {
3322
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
3323
+ "tax_label": "IVA 16%",
3324
+ "tax_rate": 16,
3325
+ "tax_sequence": 1,
3326
+ "base_price_effected": 0,
3327
+ "tax_amount": "0.000000",
3328
+ "base_price": "0.00",
3329
+ "tax_rate_quantity": 0
3330
+ }
3331
+ ],
3332
+ "tax_amount_modifier": "0.000000",
3333
+ "total_tax_amount": "0.000000",
3334
+ "total_item_cost": 0,
3335
+ "per_item_cost": 0,
3336
+ "promotion_discount": "35.00",
3337
+ "item_event": "update"
3338
+ }
3339
+ ],
3340
+ "total": "1222.00",
3341
+ "discount": "1198.00",
3342
+ "points_redeem_message": "",
3343
+ "delivery_discount": 0,
3344
+ "service_discount": 0,
3345
+ "store_value": 0,
3346
+ "points_discount": 0,
3347
+ "cartTotal": "24.00",
3348
+ "tax_amount": "3.310000",
3349
+ "merged_tax_array": [
3350
+ {
3351
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
3352
+ "tax_label": "IVA 16%",
3353
+ "tax_rate": 16,
3354
+ "tax_sequence": 1,
3355
+ "base_price_effected": 0,
3356
+ "tax_amount": "3.310000",
3357
+ "base_price": "20.690000",
3358
+ "tax_rate_quantity": 0
3359
+ },
3360
+ {
3361
+ "tax_id": "e47296aa-b5ae-449f-ab5f-ff50f43a648a",
3362
+ "tax_label": "Sin IVA",
3363
+ "tax_rate": 0,
3364
+ "tax_sequence": 3,
3365
+ "base_price_effected": 0,
3366
+ "tax_amount": "0.000000",
3367
+ "base_price": "0.000000",
3368
+ "tax_rate_quantity": 0
3369
+ }
3370
+ ],
3371
+ "cart_total_with_tax": "27.31",
3372
+ "sub_total": "20.69",
3373
+ "total_after_tax": "24.00",
3374
+ "final_amount": "NaN",
3375
+ "cash_expected": "NaN"
3376
+ },
3377
+ "tax_settings": [
3378
+ {
3379
+ "tax_id": "425a195c-3b37-11ed-af0e-42010ad46021",
3380
+ "tax_label": "IVA 16%",
3381
+ "tax_rate": 16,
3382
+ "tax_sequence": 1,
3383
+ "base_price_effected": 0
3384
+ },
3385
+ {
3386
+ "tax_id": "21036b00-bdb4-4485-aaba-d088a721a67f",
3387
+ "tax_label": "IVA 8%",
3388
+ "tax_rate": 8,
3389
+ "tax_sequence": 1,
3390
+ "base_price_effected": 0
3391
+ },
3392
+ {
3393
+ "tax_id": "e47296aa-b5ae-449f-ab5f-ff50f43a648a",
3394
+ "tax_label": "Sin IVA",
3395
+ "tax_rate": 0,
3396
+ "tax_sequence": 3,
3397
+ "base_price_effected": 0
3398
+ },
3399
+ {
3400
+ "tax_id": "21036b00-bdb4-4485-aaba-d088a721a67f1",
3401
+ "tax_label": "IEPS 8%",
3402
+ "tax_rate": 8,
3403
+ "tax_sequence": 2,
3404
+ "base_price_effected": 0
3405
+ }
3406
+ ],
3407
+ "tax_type": 2,
3408
+ "tip_type": "",
3409
+ "tip_value": "",
3410
+ "delivery_cost": 0,
3411
+ "service_amount": 0,
3412
+ "promotion_applied": {
3413
+ "offer_id": 1582,
3414
+ "offer_type": "regular",
3415
+ "titile": "Cortesías",
3416
+ "subtitle": null,
3417
+ "description": null,
3418
+ "oo_min_amount": 0,
3419
+ "oo_offer_type": "absolute",
3420
+ "oo_offer_value": 1222,
3421
+ "offer_discount_type": "manual",
3422
+ "oo_order_type": {
3423
+ "dinein": "no",
3424
+ "takeout": "no",
3425
+ "delivery": "no"
3426
+ },
3427
+ "valid_date_to": "2028-04-01T00:00:00.000Z",
3428
+ "valid_time_to": "23:59:00",
3429
+ "popup_status": 0,
3430
+ "promotion_image": "https://res.cloudinary.com/http-foodbot-ai/image/upload/f_auto,q_auto,fl_lossy/v1742314603/prod/promotion/file1742314603025promotion_es7scf.jpg",
3431
+ "is_manager_specific": "yes",
3432
+ "discount_roundoff": 1,
3433
+ "max_quantity": 0,
3434
+ "index": 0
3435
+ },
3436
+ "discount": "1198.00",
3437
+ "store_value": 0,
3438
+ "final_amount": 24,
3439
+ "cash_expected": 24,
3440
+ "tip_amount": "0.00"
3441
+ }
460
3442
  }