Query Metrics
221
Database Queries
61
Different statements
163.06 ms
Query time
0
Invalid entities
0
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.08 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "site_domain_367af465ca304630cf45a2132778bed1" ] |
| 2 | 0.54 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)
Parameters:
[ 1776664859 "system\x01tags\x01" "site\x01tags\x01" ] |
| 3 | 1.02 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "maintenance_mode" ] |
| 4 | 0.14 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/webhook/shopify/leomat/" "order" ] |
| 5 | 0.08 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/webhook/shopify/leomat/order"
]
|
| 6 | 0.08 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/webhook/shopify/" "leomat" ] |
| 7 | 0.06 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/webhook/shopify/leomat"
]
|
| 8 | 0.07 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/webhook/" "shopify" ] |
| 9 | 0.05 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/webhook/shopify"
]
|
| 10 | 0.06 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/" "webhook" ] |
| 11 | 0.05 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/webhook"
]
|
| 12 | 0.06 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
"/"
""
]
|
| 13 | 0.52 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "document_1" ] |
| 14 | 0.30 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "document_1\x01tags\x01" ] |
| 15 | 0.25 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "document_properties_1" ] |
| 16 | 0.16 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "\x00tags\x00document_properties_1" ] |
| 17 | 0.07 ms |
SELECT * FROM properties WHERE ( (cid IN (1) AND inheritable = 1) OR cid = ? ) AND ctype='document'
Parameters:
[
1
]
|
| 18 | 1.47 ms |
SELECT object_shopifyconfig.id as id, object_shopifyconfig.type as `type` FROM object_shopifyconfig WHERE (active = 1 AND object_shopifyconfig.type IN ('object','variant','folder')) AND object_shopifyconfig.published = 1
Parameters:
[] |
| 19 | 0.45 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "object_263" ] |
| 20 | 0.28 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)
Parameters:
[ 1776664859 "object_263\x01tags\x01" "class_shopifyconfig\x01tags\x01" ] |
| 21 | 0.22 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "object_4654" ] |
| 22 | 0.65 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)
Parameters:
[ 1776664859 "object_4654\x01tags\x01" "class_shopifyconfig\x01tags\x01" ] |
| 23 | 0.54 ms |
SELECT object_orders.id as id, object_orders.type as `type` FROM object_orders WHERE (orderId = ? AND object_orders.type IN ('object','variant','folder')) AND object_orders.published = 1
Parameters:
[
7715650732370
]
|
| 24 | 0.06 ms |
SELECT object_orders.id as id, object_orders.type as `type` FROM object_orders WHERE (orderId = ? AND object_orders.type IN ('object','variant','folder')) AND object_orders.published = 1
Parameters:
[
7715650732370
]
|
| 25 | 0.14 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "object_19177" ] |
| 26 | 0.78 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "\x00tags\x00object_19177" ] |
| 27 | 0.32 ms |
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
19177
]
|
| 28 | 0.37 ms |
SELECT objects.*, tree_locks.locked as locked FROM objects LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object' WHERE objects.id = ?
Parameters:
[
19177
]
|
| 29 | 0.21 ms |
SELECT * FROM object_store_orders WHERE oo_id = ? FOR UPDATE
Parameters:
[
19177
]
|
| 30 | 0.09 ms |
SELECT `id`, `name` FROM classes WHERE id = ?
Parameters:
[
"orders"
]
|
| 31 | 0.50 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "quantityvalue_units_table" ] |
| 32 | 1.35 ms |
SELECT * FROM object_collection_ShopifyPayload_orders WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[ 19177 "payload" ] |
| 33 | 0.42 ms |
SELECT * FROM object_relations_orders WHERE src_id = ?
Parameters:
[
19177
]
|
| 34 | 0.11 ms |
SELECT `id`, `name` FROM classes WHERE id = ?
Parameters:
[
"product"
]
|
| 35 | 2.49 ms |
SELECT object_localized_product_de.id as id, object_localized_product_de.type as `type` FROM object_localized_product_de WHERE (`sku` = '2521' AND object_localized_product_de.type IN ('variant','object')) AND object_localized_product_de.published = 1 LIMIT 1
Parameters:
[] |
| 36 | 0.29 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "object_18225" ] |
| 37 | 1.19 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?)
Parameters:
[ 1776664859 "object_18225\x01tags\x01" "class_product\x01tags\x01" "asset_806\x01tags\x01" "asset_807\x01tags\x01" ] |
| 38 | 0.29 ms |
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
18225
]
|
| 39 | 0.29 ms |
SELECT objects.*, tree_locks.locked as locked FROM objects LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object' WHERE objects.id = ?
Parameters:
[
18225
]
|
| 40 | 0.26 ms |
SELECT * FROM object_store_product WHERE oo_id = ? FOR UPDATE
Parameters:
[
18225
]
|
| 41 | 0.09 ms |
SELECT * FROM object_localized_data_product WHERE ooo_id = ? AND language IN ('de','fr')
Parameters:
[
18225
]
|
| 42 | 0.39 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "asset_806" ] |
| 43 | 0.43 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "asset_807" ] |
| 44 | 0.10 ms |
SELECT * FROM object_relations_product WHERE src_id = ?
Parameters:
[
18225
]
|
| 45 | 0.56 ms |
SELECT object_vendor.id as id, object_vendor.type as `type` FROM object_vendor WHERE (shopifyVendorId = ? OR name = ? AND object_vendor.type IN ('object','variant','folder')) AND object_vendor.published = 1
Parameters:
[ "Leomat" "Leomat" ] |
| 46 | 0.10 ms |
SELECT object_vendor.id as id, object_vendor.type as `type` FROM object_vendor WHERE (shopifyVendorId = ? OR name = ? AND object_vendor.type IN ('object','variant','folder')) AND object_vendor.published = 1
Parameters:
[ "Leomat" "Leomat" ] |
| 47 | 0.27 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "object_6002" ] |
| 48 | 0.98 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)
Parameters:
[ 1776664859 "object_6002\x01tags\x01" "class_vendor\x01tags\x01" ] |
| 49 | 0.40 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "object_19176" ] |
| 50 | 0.23 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "\x00tags\x00object_19176" ] |
| 51 | 0.19 ms |
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
19176
]
|
| 52 | 0.82 ms |
SELECT objects.*, tree_locks.locked as locked FROM objects LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object' WHERE objects.id = ?
Parameters:
[
19176
]
|
| 53 | 0.20 ms |
SELECT CONCAT(`path`,`key`) as `path` FROM objects WHERE id = ?
Parameters:
[
19176
]
|
| 54 | 0.93 ms |
SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/Orders/Leomat/2026/04/16/" "1040" ] |
| 55 | 0.09 ms |
SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/Orders/Leomat/2026/04/16/" "1040" ] |
| 56 | 0.09 ms |
"START TRANSACTION"
Parameters:
[] |
| 57 | 0.40 ms |
SELECT CONCAT(`path`,`key`) as `path` FROM objects WHERE id = ?
Parameters:
[
19177
]
|
| 58 | 0.28 ms |
SELECT versionCount FROM objects WHERE id = ? FOR UPDATE
Parameters:
[
19177
]
|
| 59 | 16.20 ms |
SELECT MAX(versionCount) FROM versions WHERE cid = ? AND ctype = 'object'
Parameters:
[
19177
]
|
| 60 | 0.41 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "system_resource_columns_objects" ] |
| 61 | 0.24 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "\x00tags\x00system_resource_columns_objects" ] |
| 62 | 0.89 ms |
SHOW COLUMNS FROM objects
Parameters:
[] |
| 63 | 0.21 ms |
SELECT type,classId,className FROM objects WHERE id = ?
Parameters:
[
19177
]
|
| 64 | 1.64 ms |
INSERT INTO objects (`path`, `id`, `creationDate`, `modificationDate`, `versionCount`, `userOwner`, `userModification`, `parentId`, `type`, `key`, `index`, `childrenSortBy`, `childrenSortOrder`, `classId`, `published`, `className`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "/Orders/Leomat/2026/04/16/" 19177 1776321113 1776664859 197 0 0 19176 "object" "1040" 0 null null "orders" 1 "Orders" ] |
| 65 | 0.68 ms |
UPDATE objects SET `path` = ?, `id` = ?, `creationDate` = ?, `modificationDate` = ?, `versionCount` = ?, `userOwner` = ?, `userModification` = ?, `parentId` = ?, `type` = ?, `key` = ?, `index` = ?, `childrenSortBy` = ?, `childrenSortOrder` = ?, `classId` = ?, `published` = ?, `className` = ? WHERE `id` = ?
Parameters:
[ "/Orders/Leomat/2026/04/16/" 19177 1776321113 1776664859 197 0 0 19176 "object" "1040" 0 null null "orders" 1 "Orders" 19177 ] |
| 66 | 0.21 ms |
DELETE FROM tree_locks WHERE id = ? AND type = ?
Parameters:
[ 19177 "object" ] |
| 67 | 0.33 ms |
SELECT `id` FROM `object_collection_LineItems_orders` WHERE `id` = '19177' AND `fieldname` = 'lineItems' LIMIT 1
Parameters:
[] |
| 68 | 0.22 ms |
DELETE FROM object_collection_LineItems_orders WHERE id = ? AND fieldname = ?
Parameters:
[ 19177 "lineItems" ] |
| 69 | 0.30 ms |
DELETE FROM object_relations_orders WHERE (ownertype = 'fieldcollection' AND ownername = 'lineItems' AND src_id = '19177')
Parameters:
[] |
| 70 | 0.21 ms |
DELETE FROM object_relations_orders WHERE (ownertype = 'localizedfield' AND ownername LIKE '/fieldcollection~lineItems/%' AND src_id = '19177')
Parameters:
[] |
| 71 | 0.43 ms |
INSERT INTO object_relations_orders (`dest_id`, `type`, `fieldname`, `src_id`, `ownertype`, `ownername`, `position`) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 18225 "object" "product" 19177 "fieldcollection" "lineItems" "0" ] |
| 72 | 0.26 ms |
INSERT INTO object_relations_orders (`dest_id`, `type`, `fieldname`, `src_id`, `ownertype`, `ownername`, `position`) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 6002 "object" "vendor" 19177 "fieldcollection" "lineItems" "0" ] |
| 73 | 0.22 ms |
INSERT INTO object_collection_LineItems_orders (`id`, `index`, `fieldname`, `title`, `sku`, `quantity`, `price__value`, `price__unit`, `fulfillmentStatus`, `taxable`, `metaData`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 0 "lineItems" "Kambly Bretzeli" "2521" 2.0 25.6 "CHF" "" 0 "[]" ] |
| 74 | 0.37 ms |
SELECT `id` FROM `object_collection_ShopifyPayload_orders` WHERE `id` = '19177' AND `fieldname` = 'payload' LIMIT 1
Parameters:
[] |
| 75 | 1.01 ms |
DELETE FROM object_collection_ShopifyPayload_orders WHERE id = ? AND fieldname = ?
Parameters:
[ 19177 "payload" ] |
| 76 | 0.19 ms |
DELETE FROM object_relations_orders WHERE (ownertype = 'fieldcollection' AND ownername = 'payload' AND src_id = '19177')
Parameters:
[] |
| 77 | 0.12 ms |
DELETE FROM object_relations_orders WHERE (ownertype = 'localizedfield' AND ownername LIKE '/fieldcollection~payload/%' AND src_id = '19177')
Parameters:
[] |
| 78 | 0.53 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 0 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-16T08:31:51+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:31:51+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-16 08:31:53" ] |
| 79 | 0.43 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 1 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-16T08:31:51+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:31:51+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/create" "2026-04-16 08:31:53" ] |
| 80 | 0.42 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 2 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-16T09:00:51+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-16 09:00:52" ] |
| 81 | 0.37 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 3 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-16T10:01:12+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-16 10:01:15" ] |
| 82 | 0.39 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 4 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-16T11:01:13+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-16 11:01:16" ] |
| 83 | 0.35 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 5 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-16T12:01:00+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-16 12:01:03" ] |
| 84 | 0.37 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 6 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-16T13:00:53+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-16 13:00:55" ] |
| 85 | 0.37 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 7 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-16T14:00:54+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-16 14:00:56" ] |
| 86 | 0.40 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 8 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-16T15:00:55+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-16 15:00:58" ] |
| 87 | 0.37 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 9 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-16T16:00:53+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-16 16:00:56" ] |
| 88 | 0.41 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 10 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-16T17:00:52+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-16 17:00:55" ] |
| 89 | 0.36 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 11 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-16T18:00:56+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-16 18:01:01" ] |
| 90 | 0.39 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 12 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-16T19:00:52+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-16 19:00:57" ] |
| 91 | 0.36 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 13 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-16T20:00:53+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-16 20:00:55" ] |
| 92 | 0.43 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 14 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-16T21:01:15+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-16 21:01:18" ] |
| 93 | 0.36 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 15 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-16T22:00:52+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-16 22:00:55" ] |
| 94 | 0.40 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 16 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-16T23:01:16+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-16 23:01:18" ] |
| 95 | 0.34 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 17 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-17T00:01:20+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-17 00:01:23" ] |
| 96 | 0.40 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 18 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-17T01:01:07+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-17 01:01:09" ] |
| 97 | 0.37 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 19 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-17T02:00:54+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-17 02:00:56" ] |
| 98 | 0.40 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 20 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-17T03:00:53+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-17 03:00:56" ] |
| 99 | 0.56 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 21 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-17T04:01:19+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-17 04:01:22" ] |
| 100 | 0.38 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 22 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-17T05:01:21+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-17 05:01:24" ] |
| 101 | 0.38 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 23 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-17T06:00:53+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-17 06:00:56" ] |
| 102 | 0.38 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 24 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-17T07:00:52+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-17 07:00:54" ] |
| 103 | 0.40 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 25 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-17T08:00:53+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-17 08:00:55" ] |
| 104 | 0.39 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 26 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-17T09:00:54+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-17 09:00:57" ] |
| 105 | 0.39 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 27 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-17T10:00:57+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-17 10:01:00" ] |
| 106 | 0.39 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 28 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-17T11:00:51+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-17 11:00:54" ] |
| 107 | 0.40 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 29 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-17T12:00:53+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-17 12:00:55" ] |
| 108 | 0.38 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 30 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-17T13:00:53+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-17 13:00:57" ] |
| 109 | 0.40 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 31 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-17T14:00:52+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-17 14:00:54" ] |
| 110 | 0.38 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 32 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-17T15:00:54+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-17 15:00:57" ] |
| 111 | 0.42 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 33 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-17T16:00:53+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-17 16:00:55" ] |
| 112 | 0.38 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 34 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-17T17:00:53+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-17 17:00:56" ] |
| 113 | 0.42 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 35 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-17T18:00:53+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-17 18:00:55" ] |
| 114 | 0.38 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 36 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-17T19:00:53+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-17 19:00:56" ] |
| 115 | 0.40 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 37 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-17T20:00:51+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-17 20:00:53" ] |
| 116 | 0.39 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 38 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-17T21:00:52+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-17 21:00:55" ] |
| 117 | 11.19 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 39 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-17T22:00:54+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-17 22:00:57" ] |
| 118 | 0.53 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 40 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-17T23:00:52+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-17 23:00:54" ] |
| 119 | 0.39 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 41 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-18T00:00:54+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-18 00:00:57" ] |
| 120 | 0.29 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 42 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-18T01:01:41+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-18 01:01:44" ] |
| 121 | 0.27 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 43 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-18T02:02:37+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-18 02:02:40" ] |
| 122 | 0.33 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 44 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-18T03:00:57+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-18 03:01:00" ] |
| 123 | 0.44 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 45 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-18T04:01:44+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-18 04:01:47" ] |
| 124 | 0.44 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 46 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-18T05:00:54+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-18 05:00:56" ] |
| 125 | 2.87 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 47 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-18T06:01:38+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-18 06:01:40" ] |
| 126 | 0.41 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 48 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-18T07:00:53+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-18 07:00:55" ] |
| 127 | 0.32 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 49 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-18T08:00:55+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-18 08:00:58" ] |
| 128 | 0.31 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 50 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-18T09:00:52+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-18 09:00:54" ] |
| 129 | 0.33 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 51 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-18T10:00:53+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-18 10:00:56" ] |
| 130 | 0.36 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 52 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-18T11:00:54+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-18 11:00:56" ] |
| 131 | 0.28 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 53 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-18T12:00:57+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-18 12:00:59" ] |
| 132 | 0.32 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 54 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-18T13:00:57+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-18 13:01:00" ] |
| 133 | 0.27 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 55 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-18T14:01:15+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-18 14:01:18" ] |
| 134 | 0.26 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 56 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-18T15:00:54+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-18 15:00:56" ] |
| 135 | 2.35 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 57 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-18T16:00:56+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-18 16:00:58" ] |
| 136 | 0.53 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 58 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-18T17:00:53+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-18 17:00:56" ] |
| 137 | 28.10 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 59 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-18T18:00:52+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-18 18:00:55" ] |
| 138 | 0.46 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 60 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-18T19:01:01+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-18 19:01:04" ] |
| 139 | 0.39 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 61 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-18T20:00:59+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-18 20:01:01" ] |
| 140 | 0.34 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 62 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-18T21:00:55+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-18 21:01:00" ] |
| 141 | 0.41 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 63 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-18T22:00:54+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-18 22:00:58" ] |
| 142 | 0.39 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 64 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-18T23:01:15+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-18 23:01:17" ] |
| 143 | 0.38 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 65 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-19T00:01:02+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-19 00:01:27" ] |
| 144 | 0.38 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 66 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-19T00:01:02+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-19 00:02:19" ] |
| 145 | 0.37 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 67 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-19T01:01:40+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-19 01:01:43" ] |
| 146 | 0.49 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 68 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-19T02:00:54+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-19 02:00:56" ] |
| 147 | 0.32 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 69 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-19T03:01:18+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-19 03:01:21" ] |
| 148 | 0.39 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 70 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-19T04:00:58+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-19 04:01:00" ] |
| 149 | 0.30 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 71 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-19T05:01:01+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-19 05:01:04" ] |
| 150 | 0.58 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 72 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-19T06:00:58+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-19 06:01:01" ] |
| 151 | 0.36 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 73 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-19T07:01:14+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-19 07:01:17" ] |
| 152 | 0.37 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 74 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-19T08:00:57+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-19 08:01:00" ] |
| 153 | 0.36 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 75 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-19T09:00:54+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-19 09:00:56" ] |
| 154 | 0.38 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 76 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-19T10:00:58+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-19 10:01:00" ] |
| 155 | 0.45 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 77 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-19T11:01:44+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-19 11:01:47" ] |
| 156 | 0.33 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 78 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-19T12:00:54+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-19 12:00:57" ] |
| 157 | 0.31 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 79 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-19T13:00:55+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-19 13:00:57" ] |
| 158 | 0.23 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 80 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-19T14:01:24+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-19 14:01:28" ] |
| 159 | 0.38 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 81 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-19T15:00:53+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-19 15:00:55" ] |
| 160 | 0.28 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 82 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-19T16:00:55+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-19 16:00:58" ] |
| 161 | 0.37 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 83 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-19T17:00:54+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-19 17:00:57" ] |
| 162 | 0.35 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 84 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-19T18:00:53+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-19 18:00:56" ] |
| 163 | 0.37 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 85 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-19T19:01:31+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-19 19:01:33" ] |
| 164 | 0.35 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 86 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-19T20:01:02+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-19 20:01:05" ] |
| 165 | 0.39 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 87 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-19T21:00:56+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-19 21:00:58" ] |
| 166 | 0.36 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 88 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-19T22:01:16+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-19 22:01:18" ] |
| 167 | 0.33 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 89 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-19T23:00:59+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-19 23:01:03" ] |
| 168 | 0.26 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 90 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-20T00:00:59+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-20 00:01:02" ] |
| 169 | 0.27 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 91 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-20T01:01:44+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-20 01:01:46" ] |
| 170 | 0.32 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 92 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-20T02:01:19+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-20 02:01:22" ] |
| 171 | 11.14 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 93 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-20T03:01:00+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-20 03:01:02" ] |
| 172 | 0.40 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 94 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-20T04:01:04+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-20 04:01:06" ] |
| 173 | 0.35 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 95 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-20T05:00:55+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-20 05:00:58" ] |
| 174 | 0.29 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 96 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-20T06:01:01+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-20 06:01:05" ] |
| 175 | 0.31 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 97 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-20T07:01:35+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-20 07:01:37" ] |
| 176 | 0.43 ms |
INSERT INTO object_collection_ShopifyPayload_orders (`id`, `index`, `fieldname`, `payload`, `topic`, `createdAt`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 98 "payload" "{"id":7715650732370,"admin_graphql_api_id":"gid:\/\/shopify\/Order\/7715650732370","app_id":580111,"browser_ip":"212.55.200.181","buyer_accepts_marketing":false,"cancel_reason":null,"cancelled_at":null,"cart_token":"hWNB0NQVslJfq09i0hmGhbvv","checkout_id":48275599130962,"checkout_token":"2684aa51cae080b3a4a8c86547c321eb","client_details":{"accept_language":"de-CH","browser_height":null,"browser_ip":"212.55.200.181","browser_width":null,"session_hash":null,"user_agent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36 Edg\/147.0.0.0"},"closed_at":null,"company":null,"confirmation_number":"KU1NQ5LL1","confirmed":true,"contact_email":"info@schoch-vending.ch","created_at":"2026-04-16T08:31:50+02:00","currency":"CHF","current_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_subtotal_price":"51.20","current_subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_additional_fees_set":null,"current_total_discounts":"0.00","current_total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"current_total_duties_set":null,"current_total_price":"51.20","current_total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"current_total_tax":"0.00","current_total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"customer_locale":"de-CH","device_id":null,"discount_codes":[],"duties_included":false,"email":"info@schoch-vending.ch","estimated_taxes":false,"financial_status":"pending","fulfillment_status":null,"landing_site":"\/account\/login?return_url=\/account","landing_site_ref":null,"location_id":null,"merchant_business_entity_id":"30495605074","merchant_of_record_app_id":null,"name":"#1040","note":"iris Reichle Wetzikon","note_attributes":[],"number":40,"order_number":1040,"order_status_url":"https:\/\/shop.myleomat.ch\/99699687762\/orders\/605c065be619fbb047111f44cf3ef605\/authenticate?key=e3895a383150d3f070a697afdc629f56","original_total_additional_fees_set":null,"original_total_duties_set":null,"payment_gateway_names":["Kauf auf Rechnung (Invoice)"],"phone":null,"po_number":null,"presentment_currency":"CHF","processed_at":"2026-04-16T08:31:49+02:00","reference":null,"referring_site":null,"source_identifier":null,"source_name":"web","source_url":null,"subtotal_price":"51.20","subtotal_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"tags":"leomat-erp-status:pending","tax_exempt":false,"tax_lines":[],"taxes_included":true,"test":false,"token":"605c065be619fbb047111f44cf3ef605","total_cash_rounding_payment_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_cash_rounding_refund_adjustment_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_discounts":"0.00","total_discounts_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_line_items_price":"51.20","total_line_items_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_outstanding":"51.20","total_price":"51.20","total_price_set":{"shop_money":{"amount":"51.20","currency_code":"CHF"},"presentment_money":{"amount":"51.20","currency_code":"CHF"}},"total_shipping_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tax":"0.00","total_tax_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"total_tip_received":"0.00","total_weight":0,"updated_at":"2026-04-20T08:00:56+02:00","user_id":null,"billing_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"customer":{"id":10155365499218,"created_at":"2026-03-19T06:45:04+01:00","updated_at":"2026-04-16T08:47:00+02:00","first_name":null,"last_name":"2020130000","state":"enabled","note":null,"verified_email":true,"multipass_identifier":null,"tax_exempt":false,"email":"info@schoch-vending.ch","phone":null,"currency":"CHF","tax_exemptions":[],"admin_graphql_api_id":"gid:\/\/shopify\/Customer\/10155365499218","default_address":{"id":12261477613906,"customer_id":10155365499218,"first_name":"Urs","last_name":"Berger","company":null,"address1":"Hofstrasse","address2":null,"city":"Wetzikon","province":null,"country":"Switzerland","zip":"8620","phone":null,"name":"Urs Berger","province_code":null,"country_code":"CH","country_name":"Switzerland","default":true}},"discount_applications":[],"fulfillments":[],"line_items":[{"id":18145519141202,"admin_graphql_api_id":"gid:\/\/shopify\/LineItem\/18145519141202","attributed_staffs":[],"current_quantity":2,"fulfillable_quantity":2,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":0,"name":"Kambly Bretzeli","price":"25.60","price_set":{"shop_money":{"amount":"25.60","currency_code":"CHF"},"presentment_money":{"amount":"25.60","currency_code":"CHF"}},"product_exists":true,"product_id":10687810732370,"properties":[],"quantity":2,"requires_shipping":true,"sales_line_item_group_id":null,"sku":"2521","taxable":true,"title":"Kambly Bretzeli","total_discount":"0.00","total_discount_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"variant_id":53072795763026,"variant_inventory_management":null,"variant_title":null,"vendor":"Leomat","tax_lines":[],"duties":[],"discount_allocations":[]}],"payment_terms":null,"refunds":[],"shipping_address":{"first_name":"Urs","address1":"Hofstrasse","phone":null,"city":"Wetzikon","zip":"8620","province":null,"country":"Switzerland","last_name":"Berger","address2":null,"company":null,"latitude":47.3109102,"longitude":8.7961886,"name":"Urs Berger","country_code":"CH","province_code":null},"shipping_lines":[{"id":6071674175826,"carrier_identifier":null,"code":"teest","current_discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"discounted_price":"0.00","discounted_price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"is_removed":false,"phone":null,"price":"0.00","price_set":{"shop_money":{"amount":"0.00","currency_code":"CHF"},"presentment_money":{"amount":"0.00","currency_code":"CHF"}},"requested_fulfillment_service_id":null,"source":"shopify","title":"teest","tax_lines":[],"discount_allocations":[]}],"returns":[],"line_item_groups":[]}" "orders/updated" "2026-04-20 08:00:59" ] |
| 177 | 0.25 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "system_resource_columns_object_store_orders" ] |
| 178 | 1.02 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "\x00tags\x00system_resource_columns_object_store_orders" ] |
| 179 | 0.80 ms |
SHOW COLUMNS FROM object_store_orders
Parameters:
[] |
| 180 | 0.38 ms |
INSERT INTO object_store_orders (`oo_id`, `orderId`, `orderNumber`, `status`, `totalPrice__value`, `totalPrice__unit`, `customerEmail`, `createdAt`, `abacusOrderId`, `abacusStatus`, `sentToAbacus`, `abacusPayload`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 19177 7715650732370.0 "1040" "pending" 51.2 "CHF" "info@schoch-vending.ch" "2026-04-16 08:31:50" null "pending" 1 """ {\n "InboxOrderRequest": {\n "Comment": "#1040",\n "ExternalOrderReference": "f88333d4-5cc5-48b3-9c72-88bd62868039",\n "ExternalOrderNumber": 40,\n "CreationDate": "2026-04-16",\n "Language": "de",\n "DeliveryMethodName": "3",\n "TaxType": "Included",\n "AdditionalInfoList": [],\n "Summary": {\n "CurrencyId": "CHF",\n "TotalAmountIncludingTax": 51.2,\n "TotalAmountExcludingTax": 51.2\n },\n "IsGuest": false,\n "PositionList": [\n {\n "LineItemId": 1,\n "Quantity": 2,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 25.6,\n "PerQuantityIncludingTax": 25.6,\n "PositionTotalExcludingTax": 51.2,\n "PositionTotalIncludingTax": 51.2,\n "PerQuantityExcludingTaxRelevant": 25.6,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 2521,\n "Type": "A",\n "Name": "10092",\n "Description": "Kambly Bretzeli"\n }\n }\n ],\n "CustomerSubject": {\n "Salutation": "",\n "FirstName": "Urs",\n "Name": "Berger",\n "CompanyName": "",\n "DateOfBirth": "1900-01-01",\n "Contact": {\n "Salutation": "",\n "FirstName": "Urs",\n "Name": "Berger",\n "DateOfBirth": "1900-01-01",\n "Communication": {\n "Phone": "",\n "Email": "info@schoch-vending.ch"\n }\n },\n "Address": {\n "Street": "Hofstrasse",\n "HouseNumber": "",\n "PostCode": "8620",\n "City": "Wetzikon",\n "CountryId": "CH"\n },\n "Communication": {\n "Phone": "",\n "Email": "info@schoch-vending.ch"\n },\n "Id": 14826\n },\n "PaymentSubject": {\n "Salutation": "",\n "FirstName": "Urs",\n "Name": "Berger",\n "CompanyName": "",\n "DateOfBirth": "1900-01-01",\n "Contact": {\n "Salutation": "",\n "FirstName": "Urs",\n "Name": "Berger",\n "DateOfBirth": "1900-01-01",\n "Communication": {\n "Phone": "",\n "Email": "info@schoch-vending.ch"\n }\n },\n "Address": {\n "Street": "Hofstrasse",\n "HouseNumber": "",\n "PostCode": "8620",\n "City": "Wetzikon",\n "CountryId": "CH"\n },\n "Communication": {\n "Phone": "",\n "Email": "info@schoch-vending.ch"\n },\n "Id": 14826\n },\n "ShippingHandlingList": [],\n "DeliverySubject": {\n "Salutation": "",\n "FirstName": "Urs",\n "Name": "Berger",\n "CompanyName": "",\n "DateOfBirth": "1900-01-01",\n "Contact": {\n "Salutation": "",\n "FirstName": "Urs",\n "Name": "Berger",\n "DateOfBirth": "1900-01-01",\n "Communication": {\n "Phone": "",\n "Email": "info@schoch-vending.ch"\n }\n },\n "Address": {\n "Street": "Hofstrasse",\n "HouseNumber": "",\n "PostCode": "8620",\n "City": "Wetzikon",\n "CountryId": "CH"\n },\n "Communication": {\n "Phone": "",\n "Email": "info@schoch-vending.ch"\n },\n "Id": 14826\n }\n },\n "_status_sync": {\n "erp_status": "pending",\n "erp_updated_at": "2026-04-20T06:00:03+00:00",\n "erp_status_source": "leomat_xlsx"\n }\n } """ ] |
| 181 | 0.39 ms |
UPDATE object_store_orders SET `oo_id` = ?, `orderId` = ?, `orderNumber` = ?, `status` = ?, `totalPrice__value` = ?, `totalPrice__unit` = ?, `customerEmail` = ?, `createdAt` = ?, `abacusOrderId` = ?, `abacusStatus` = ?, `sentToAbacus` = ?, `abacusPayload` = ? WHERE `oo_id` = ?
Parameters:
[ 19177 7715650732370.0 "1040" "pending" 51.2 "CHF" "info@schoch-vending.ch" "2026-04-16 08:31:50" null "pending" 1 """ {\n "InboxOrderRequest": {\n "Comment": "#1040",\n "ExternalOrderReference": "f88333d4-5cc5-48b3-9c72-88bd62868039",\n "ExternalOrderNumber": 40,\n "CreationDate": "2026-04-16",\n "Language": "de",\n "DeliveryMethodName": "3",\n "TaxType": "Included",\n "AdditionalInfoList": [],\n "Summary": {\n "CurrencyId": "CHF",\n "TotalAmountIncludingTax": 51.2,\n "TotalAmountExcludingTax": 51.2\n },\n "IsGuest": false,\n "PositionList": [\n {\n "LineItemId": 1,\n "Quantity": 2,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 25.6,\n "PerQuantityIncludingTax": 25.6,\n "PositionTotalExcludingTax": 51.2,\n "PositionTotalIncludingTax": 51.2,\n "PerQuantityExcludingTaxRelevant": 25.6,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 2521,\n "Type": "A",\n "Name": "10092",\n "Description": "Kambly Bretzeli"\n }\n }\n ],\n "CustomerSubject": {\n "Salutation": "",\n "FirstName": "Urs",\n "Name": "Berger",\n "CompanyName": "",\n "DateOfBirth": "1900-01-01",\n "Contact": {\n "Salutation": "",\n "FirstName": "Urs",\n "Name": "Berger",\n "DateOfBirth": "1900-01-01",\n "Communication": {\n "Phone": "",\n "Email": "info@schoch-vending.ch"\n }\n },\n "Address": {\n "Street": "Hofstrasse",\n "HouseNumber": "",\n "PostCode": "8620",\n "City": "Wetzikon",\n "CountryId": "CH"\n },\n "Communication": {\n "Phone": "",\n "Email": "info@schoch-vending.ch"\n },\n "Id": 14826\n },\n "PaymentSubject": {\n "Salutation": "",\n "FirstName": "Urs",\n "Name": "Berger",\n "CompanyName": "",\n "DateOfBirth": "1900-01-01",\n "Contact": {\n "Salutation": "",\n "FirstName": "Urs",\n "Name": "Berger",\n "DateOfBirth": "1900-01-01",\n "Communication": {\n "Phone": "",\n "Email": "info@schoch-vending.ch"\n }\n },\n "Address": {\n "Street": "Hofstrasse",\n "HouseNumber": "",\n "PostCode": "8620",\n "City": "Wetzikon",\n "CountryId": "CH"\n },\n "Communication": {\n "Phone": "",\n "Email": "info@schoch-vending.ch"\n },\n "Id": 14826\n },\n "ShippingHandlingList": [],\n "DeliverySubject": {\n "Salutation": "",\n "FirstName": "Urs",\n "Name": "Berger",\n "CompanyName": "",\n "DateOfBirth": "1900-01-01",\n "Contact": {\n "Salutation": "",\n "FirstName": "Urs",\n "Name": "Berger",\n "DateOfBirth": "1900-01-01",\n "Communication": {\n "Phone": "",\n "Email": "info@schoch-vending.ch"\n }\n },\n "Address": {\n "Street": "Hofstrasse",\n "HouseNumber": "",\n "PostCode": "8620",\n "City": "Wetzikon",\n "CountryId": "CH"\n },\n "Communication": {\n "Phone": "",\n "Email": "info@schoch-vending.ch"\n },\n "Id": 14826\n }\n },\n "_status_sync": {\n "erp_status": "pending",\n "erp_updated_at": "2026-04-20T06:00:03+00:00",\n "erp_status_source": "leomat_xlsx"\n }\n } """ 19177 ] |
| 182 | 0.25 ms |
SELECT * FROM object_query_orders WHERE oo_id = ?
Parameters:
[
19177
]
|
| 183 | 1.08 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "system_resource_columns_object_query_orders" ] |
| 184 | 0.46 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "\x00tags\x00system_resource_columns_object_query_orders" ] |
| 185 | 0.65 ms |
SHOW COLUMNS FROM object_query_orders
Parameters:
[] |
| 186 | 0.30 ms |
INSERT INTO object_query_orders (`orderId`, `orderNumber`, `status`, `totalPrice__value`, `totalPrice__unit`, `customerEmail`, `createdAt`, `abacusOrderId`, `abacusStatus`, `sentToAbacus`, `abacusPayload`, `oo_id`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 7715650732370.0 "1040" "pending" 51.2 "CHF" "info@schoch-vending.ch" "2026-04-16 08:31:50" null "pending" 1 """ {\n "InboxOrderRequest": {\n "Comment": "#1040",\n "ExternalOrderReference": "f88333d4-5cc5-48b3-9c72-88bd62868039",\n "ExternalOrderNumber": 40,\n "CreationDate": "2026-04-16",\n "Language": "de",\n "DeliveryMethodName": "3",\n "TaxType": "Included",\n "AdditionalInfoList": [],\n "Summary": {\n "CurrencyId": "CHF",\n "TotalAmountIncludingTax": 51.2,\n "TotalAmountExcludingTax": 51.2\n },\n "IsGuest": false,\n "PositionList": [\n {\n "LineItemId": 1,\n "Quantity": 2,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 25.6,\n "PerQuantityIncludingTax": 25.6,\n "PositionTotalExcludingTax": 51.2,\n "PositionTotalIncludingTax": 51.2,\n "PerQuantityExcludingTaxRelevant": 25.6,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 2521,\n "Type": "A",\n "Name": "10092",\n "Description": "Kambly Bretzeli"\n }\n }\n ],\n "CustomerSubject": {\n "Salutation": "",\n "FirstName": "Urs",\n "Name": "Berger",\n "CompanyName": "",\n "DateOfBirth": "1900-01-01",\n "Contact": {\n "Salutation": "",\n "FirstName": "Urs",\n "Name": "Berger",\n "DateOfBirth": "1900-01-01",\n "Communication": {\n "Phone": "",\n "Email": "info@schoch-vending.ch"\n }\n },\n "Address": {\n "Street": "Hofstrasse",\n "HouseNumber": "",\n "PostCode": "8620",\n "City": "Wetzikon",\n "CountryId": "CH"\n },\n "Communication": {\n "Phone": "",\n "Email": "info@schoch-vending.ch"\n },\n "Id": 14826\n },\n "PaymentSubject": {\n "Salutation": "",\n "FirstName": "Urs",\n "Name": "Berger",\n "CompanyName": "",\n "DateOfBirth": "1900-01-01",\n "Contact": {\n "Salutation": "",\n "FirstName": "Urs",\n "Name": "Berger",\n "DateOfBirth": "1900-01-01",\n "Communication": {\n "Phone": "",\n "Email": "info@schoch-vending.ch"\n }\n },\n "Address": {\n "Street": "Hofstrasse",\n "HouseNumber": "",\n "PostCode": "8620",\n "City": "Wetzikon",\n "CountryId": "CH"\n },\n "Communication": {\n "Phone": "",\n "Email": "info@schoch-vending.ch"\n },\n "Id": 14826\n },\n "ShippingHandlingList": [],\n "DeliverySubject": {\n "Salutation": "",\n "FirstName": "Urs",\n "Name": "Berger",\n "CompanyName": "",\n "DateOfBirth": "1900-01-01",\n "Contact": {\n "Salutation": "",\n "FirstName": "Urs",\n "Name": "Berger",\n "DateOfBirth": "1900-01-01",\n "Communication": {\n "Phone": "",\n "Email": "info@schoch-vending.ch"\n }\n },\n "Address": {\n "Street": "Hofstrasse",\n "HouseNumber": "",\n "PostCode": "8620",\n "City": "Wetzikon",\n "CountryId": "CH"\n },\n "Communication": {\n "Phone": "",\n "Email": "info@schoch-vending.ch"\n },\n "Id": 14826\n }\n },\n "_status_sync": {\n "erp_status": "pending",\n "erp_updated_at": "2026-04-20T06:00:03+00:00",\n "erp_status_source": "leomat_xlsx"\n }\n } """ 19177 ] |
| 187 | 0.22 ms |
UPDATE object_query_orders SET `orderId` = ?, `orderNumber` = ?, `status` = ?, `totalPrice__value` = ?, `totalPrice__unit` = ?, `customerEmail` = ?, `createdAt` = ?, `abacusOrderId` = ?, `abacusStatus` = ?, `sentToAbacus` = ?, `abacusPayload` = ?, `oo_id` = ? WHERE `oo_id` = ?
Parameters:
[ 7715650732370.0 "1040" "pending" 51.2 "CHF" "info@schoch-vending.ch" "2026-04-16 08:31:50" null "pending" 1 """ {\n "InboxOrderRequest": {\n "Comment": "#1040",\n "ExternalOrderReference": "f88333d4-5cc5-48b3-9c72-88bd62868039",\n "ExternalOrderNumber": 40,\n "CreationDate": "2026-04-16",\n "Language": "de",\n "DeliveryMethodName": "3",\n "TaxType": "Included",\n "AdditionalInfoList": [],\n "Summary": {\n "CurrencyId": "CHF",\n "TotalAmountIncludingTax": 51.2,\n "TotalAmountExcludingTax": 51.2\n },\n "IsGuest": false,\n "PositionList": [\n {\n "LineItemId": 1,\n "Quantity": 2,\n "PriceInfo": {\n "PriceFromApi": false,\n "PerQuantityExcludingTax": 25.6,\n "PerQuantityIncludingTax": 25.6,\n "PositionTotalExcludingTax": 51.2,\n "PositionTotalIncludingTax": 51.2,\n "PerQuantityExcludingTaxRelevant": 25.6,\n "CurrencyId": "CHF",\n "TaxInfo": {\n "Code": 312,\n "CodeAsString": "312",\n "Rate": 0,\n "Amount": 0\n }\n },\n "Product": {\n "Id": 2521,\n "Type": "A",\n "Name": "10092",\n "Description": "Kambly Bretzeli"\n }\n }\n ],\n "CustomerSubject": {\n "Salutation": "",\n "FirstName": "Urs",\n "Name": "Berger",\n "CompanyName": "",\n "DateOfBirth": "1900-01-01",\n "Contact": {\n "Salutation": "",\n "FirstName": "Urs",\n "Name": "Berger",\n "DateOfBirth": "1900-01-01",\n "Communication": {\n "Phone": "",\n "Email": "info@schoch-vending.ch"\n }\n },\n "Address": {\n "Street": "Hofstrasse",\n "HouseNumber": "",\n "PostCode": "8620",\n "City": "Wetzikon",\n "CountryId": "CH"\n },\n "Communication": {\n "Phone": "",\n "Email": "info@schoch-vending.ch"\n },\n "Id": 14826\n },\n "PaymentSubject": {\n "Salutation": "",\n "FirstName": "Urs",\n "Name": "Berger",\n "CompanyName": "",\n "DateOfBirth": "1900-01-01",\n "Contact": {\n "Salutation": "",\n "FirstName": "Urs",\n "Name": "Berger",\n "DateOfBirth": "1900-01-01",\n "Communication": {\n "Phone": "",\n "Email": "info@schoch-vending.ch"\n }\n },\n "Address": {\n "Street": "Hofstrasse",\n "HouseNumber": "",\n "PostCode": "8620",\n "City": "Wetzikon",\n "CountryId": "CH"\n },\n "Communication": {\n "Phone": "",\n "Email": "info@schoch-vending.ch"\n },\n "Id": 14826\n },\n "ShippingHandlingList": [],\n "DeliverySubject": {\n "Salutation": "",\n "FirstName": "Urs",\n "Name": "Berger",\n "CompanyName": "",\n "DateOfBirth": "1900-01-01",\n "Contact": {\n "Salutation": "",\n "FirstName": "Urs",\n "Name": "Berger",\n "DateOfBirth": "1900-01-01",\n "Communication": {\n "Phone": "",\n "Email": "info@schoch-vending.ch"\n }\n },\n "Address": {\n "Street": "Hofstrasse",\n "HouseNumber": "",\n "PostCode": "8620",\n "City": "Wetzikon",\n "CountryId": "CH"\n },\n "Communication": {\n "Phone": "",\n "Email": "info@schoch-vending.ch"\n },\n "Id": 14826\n }\n },\n "_status_sync": {\n "erp_status": "pending",\n "erp_updated_at": "2026-04-20T06:00:03+00:00",\n "erp_status_source": "leomat_xlsx"\n }\n } """ 19177 19177 ] |
| 188 | 0.86 ms |
SELECT id FROM schedule_tasks WHERE `cid` = ? AND `ctype` = ?
Parameters:
[ 19177 "object" ] |
| 189 | 0.13 ms |
DELETE FROM schedule_tasks WHERE `cid` = 19177 AND `ctype` = 'object'
Parameters:
[] |
| 190 | 0.19 ms |
SELECT * FROM users WHERE `type` = ? AND id = ?
Parameters:
[ "user" 0 ] |
| 191 | 0.10 ms |
SELECT * FROM users_workspaces_asset WHERE userId = ?
Parameters:
[
0
]
|
| 192 | 0.05 ms |
SELECT * FROM users_workspaces_document WHERE userId = ?
Parameters:
[
0
]
|
| 193 | 0.06 ms |
SELECT * FROM users_workspaces_object WHERE userId = ?
Parameters:
[
0
]
|
| 194 | 0.62 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "object_properties_19177" ] |
| 195 | 0.26 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "\x00tags\x00object_properties_19177" ] |
| 196 | 0.26 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "object_19146" ] |
| 197 | 0.19 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "object_19146\x01tags\x01" ] |
| 198 | 1.11 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "object_5997" ] |
| 199 | 0.47 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "object_5997\x01tags\x01" ] |
| 200 | 0.19 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "object_5996" ] |
| 201 | 0.81 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "object_5996\x01tags\x01" ] |
| 202 | 0.33 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "object_5995" ] |
| 203 | 0.15 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "object_5995\x01tags\x01" ] |
| 204 | 0.19 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "object_1" ] |
| 205 | 0.17 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "object_1\x01tags\x01" ] |
| 206 | 0.06 ms |
SELECT name, type, data, cid, inheritable, cpath FROM properties WHERE ( (cid IN (1,19176,19146,5997,5996,5995) AND inheritable = 1) OR cid = ? ) AND ctype='object'
Parameters:
[
19177
]
|
| 207 | 1.27 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "system_resource_columns_versions" ] |
| 208 | 0.30 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)
Parameters:
[ 1776664859 "system\x01tags\x01" "resource\x01tags\x01" ] |
| 209 | 0.64 ms |
SHOW COLUMNS FROM versions
Parameters:
[] |
| 210 | 1.62 ms |
INSERT INTO versions (`id`, `cid`, `ctype`, `userId`, `note`, `date`, `public`, `serialized`, `stackTrace`, `versionCount`, `binaryFileHash`, `binaryFileId`, `autoSave`, `storageType`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ null 19177 "object" 0 "" 1776664859 0 1 """ #0 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/vendor/pimcore/pimcore/models/Element/AbstractElement.php(632): Pimcore\Model\Version->save()\n #1 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/vendor/pimcore/pimcore/models/DataObject/Concrete.php(275): Pimcore\Model\Element\AbstractElement->doSaveVersion()\n #2 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/vendor/pimcore/pimcore/models/DataObject/Concrete.php(213): Pimcore\Model\DataObject\Concrete->saveVersion()\n #3 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/vendor/pimcore/pimcore/models/DataObject/AbstractObject.php(537): Pimcore\Model\DataObject\Concrete->update()\n #4 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/vendor/pimcore/pimcore/models/Element/AbstractElement.php(775): Pimcore\Model\DataObject\AbstractObject->Pimcore\Model\DataObject\{closure}()\n #5 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/vendor/pimcore/pimcore/models/DataObject/AbstractObject.php(483): Pimcore\Model\Element\AbstractElement->retryableFunction()\n #6 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/vendor/pimcore/pimcore/models/DataObject/Concrete.php(642): Pimcore\Model\DataObject\AbstractObject->save()\n #7 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/bundles/PimcoreShopifyIntegrationBundle/src/Controller/ShopifyWebhookController.php(213): Pimcore\Model\DataObject\Concrete->save()\n #8 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/bundles/PimcoreShopifyIntegrationBundle/src/Controller/ShopifyWebhookController.php(104): PimcoreShopifyIntegrationBundle\Controller\ShopifyWebhookController->handleOrderUpsert()\n #9 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/vendor/symfony/http-kernel/HttpKernel.php(183): PimcoreShopifyIntegrationBundle\Controller\ShopifyWebhookController->orderWebhook()\n #10 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw()\n #11 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/vendor/symfony/http-kernel/Kernel.php(193): Symfony\Component\HttpKernel\HttpKernel->handle()\n #12 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php(35): Symfony\Component\HttpKernel\Kernel->handle()\n #13 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/vendor/autoload_runtime.php(29): Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()\n #14 /var/www/vhosts/reflection486.lcube-server.de/leomatapi/public/public/index.php(16): require_once('...')\n #15 {main} """ 197 null null 0 "fs" ] |
| 211 | 0.22 ms |
"COMMIT"
Parameters:
[] |
| 212 | 0.27 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "system_cache_write_lock" ] |
| 213 | 1.41 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "\x00tags\x00system_cache_write_lock" ] |
| 214 | 0.76 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "system_cache_write_lock" ] |
| 215 | 1.57 ms |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1776664859 "\x00tags\x00system_cache_write_lock" ] |
| 216 | 2.95 ms |
INSERT INTO cache_items (item_id, item_data, item_lifetime, item_time) VALUES (?, ?, ?, ?) ON DUPLICATE KEY UPDATE item_data = VALUES(item_data), item_lifetime = VALUES(item_lifetime), item_time = VALUES(item_time)
Parameters:
[ 2 => 30 3 => 1776664859 0 => "system_cache_write_lock" 1 => b"O:1:"©":1:{s:6:"²\x1D¨\x07À\x1E";i:1776664859;}" ] |
| 217 | 0.26 ms |
DELETE FROM cache_items WHERE item_id IN (?, ?)
Parameters:
[ "object_19177\x01tags\x01" "object_properties\x01tags\x01" ] |
| 218 | 0.12 ms |
SELECT id, targetType, targetId FROM dependencies WHERE sourceType= ? AND sourceId = ?
Parameters:
[ "object" 19177 ] |
| 219 | 0.20 ms |
"START TRANSACTION"
Parameters:
[] |
| 220 | 0.32 ms |
INSERT INTO messenger_messages (body, headers, queue_name, created_at, available_at) VALUES(?, ?, ?, ?, ?)
Parameters:
[ "O:36:\"Symfony\\Component\\Messenger\\Envelope\":2:{s:44:\"\0Symfony\\Component\\Messenger\\Envelope\0stamps\";a:1:{s:46:\"Symfony\\Component\\Messenger\\Stamp\\BusNameStamp\";a:1:{i:0;O:46:\"Symfony\\Component\\Messenger\\Stamp\\BusNameStamp\":1:{s:55:\"\0Symfony\\Component\\Messenger\\Stamp\\BusNameStamp\0busName\";s:26:\"messenger.bus.pimcore-core\";}}}s:45:\"\0Symfony\\Component\\Messenger\\Envelope\0message\";O:69:\"Pimcore\\Bundle\\SimpleBackendSearchBundle\\Message\\SearchBackendMessage\":2:{s:7:\"\0*\0type\";s:6:\"object\";s:5:\"\0*\0id\";i:19177;}}" "[]" "pimcore_search_backend_message" "2026-04-20 06:00:59" "2026-04-20 06:00:59" ] |
| 221 | 0.14 ms |
"COMMIT"
Parameters:
[] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
There are no configured entity managers.
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
No managed entities.
Entities Mapping
No mapped entities.