| 1 |
4.79 ms |
SELECT t0.id AS id_1, t0.conversation_id AS conversation_id_2, t0.currency AS currency_3, t0.prices_include_tax AS prices_include_tax_4, t0.enabled AS enabled_5, t0.pickup_enabled AS pickup_enabled_6, t0.shipping_enabled AS shipping_enabled_7, t0.pickup_address AS pickup_address_8, t0.pickup_instructions AS pickup_instructions_9, t0.flat_shipping_cents AS flat_shipping_cents_10, t0.free_shipping_threshold_cents AS free_shipping_threshold_cents_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13 FROM shop_shops t0 WHERE t0.conversation_id = ? LIMIT 1
Parameters: [
"019faa7b-72fa-79fe-a64d-cb92fba2ab2b"
]
SELECT t0.id AS id_1, t0.conversation_id AS conversation_id_2, t0.currency AS currency_3, t0.prices_include_tax AS prices_include_tax_4, t0.enabled AS enabled_5, t0.pickup_enabled AS pickup_enabled_6, t0.shipping_enabled AS shipping_enabled_7, t0.pickup_address AS pickup_address_8, t0.pickup_instructions AS pickup_instructions_9, t0.flat_shipping_cents AS flat_shipping_cents_10, t0.free_shipping_threshold_cents AS free_shipping_threshold_cents_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13 FROM shop_shops t0 WHERE t0.conversation_id = '019faa7b-72fa-79fe-a64d-cb92fba2ab2b' LIMIT 1;
|
| 2 |
3.74 ms |
SELECT s0_.id AS id_0, s0_.shop_id AS shop_id_1, s0_.name AS name_2, s0_.slug AS slug_3, s0_.description AS description_4, s0_.short_description AS short_description_5, s0_.status AS status_6, s0_.product_type AS product_type_7, s0_.brand AS brand_8, s0_.position AS position_9, s0_.created_at AS created_at_10, s0_.updated_at AS updated_at_11, s0_.taxon_ids AS taxon_ids_12 FROM shop_products s0_ WHERE s0_.shop_id = ? AND s0_.status = ? ORDER BY s0_.position ASC, s0_.created_at DESC LIMIT 100
Parameters: [
"019faa7b-7350-76c5-a323-f767c991beda"
"published"
]
SELECT s0_.id AS id_0, s0_.shop_id AS shop_id_1, s0_.name AS name_2, s0_.slug AS slug_3, s0_.description AS description_4, s0_.short_description AS short_description_5, s0_.status AS status_6, s0_.product_type AS product_type_7, s0_.brand AS brand_8, s0_.position AS position_9, s0_.created_at AS created_at_10, s0_.updated_at AS updated_at_11, s0_.taxon_ids AS taxon_ids_12 FROM shop_products s0_ WHERE s0_.shop_id = '019faa7b-7350-76c5-a323-f767c991beda' AND s0_.status = 'published' ORDER BY s0_.position ASC, s0_.created_at DESC LIMIT 100;
|
| 3 |
0.77 ms |
SELECT COUNT(s0_.id) AS sclr_0 FROM shop_products s0_ WHERE s0_.shop_id = ? AND s0_.status = ?
Parameters: [
"019faa7b-7350-76c5-a323-f767c991beda"
"published"
]
SELECT COUNT(s0_.id) AS sclr_0 FROM shop_products s0_ WHERE s0_.shop_id = '019faa7b-7350-76c5-a323-f767c991beda' AND s0_.status = 'published';
|
| 4 |
1.39 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.name AS name_3, t0.scope_type AS scope_type_4, t0.scope_id AS scope_id_5, t0.action_type AS action_type_6, t0.action_value AS action_value_7, t0.starts_at AS starts_at_8, t0.ends_at AS ends_at_9, t0.priority AS priority_10, t0.enabled AS enabled_11 FROM shop_catalog_promotions t0 WHERE t0.shop_id = ? ORDER BY t0.priority DESC
Parameters: [
"019faa7b-7350-76c5-a323-f767c991beda"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.name AS name_3, t0.scope_type AS scope_type_4, t0.scope_id AS scope_id_5, t0.action_type AS action_type_6, t0.action_value AS action_value_7, t0.starts_at AS starts_at_8, t0.ends_at AS ends_at_9, t0.priority AS priority_10, t0.enabled AS enabled_11 FROM shop_catalog_promotions t0 WHERE t0.shop_id = '019faa7b-7350-76c5-a323-f767c991beda' ORDER BY t0.priority DESC;
|
| 5 |
1.36 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.parent_id AS parent_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.position AS position_6 FROM shop_taxons t0 WHERE t0.shop_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-7350-76c5-a323-f767c991beda"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.parent_id AS parent_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.position AS position_6 FROM shop_taxons t0 WHERE t0.shop_id = '019faa7b-7350-76c5-a323-f767c991beda' ORDER BY t0.position ASC;
|
| 6 |
1.43 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.name AS name_3, t0.description AS description_4, t0.status AS status_5, t0.starts_at AS starts_at_6, t0.ends_at AS ends_at_7, t0.target_channel_ids AS target_channel_ids_8, t0.promotion_ids AS promotion_ids_9, t0.banner_text AS banner_text_10, t0.banner_image_path AS banner_image_path_11, t0.announcement_sent AS announcement_sent_12 FROM shop_campaigns t0 WHERE t0.status = ?
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.name AS name_3, t0.description AS description_4, t0.status AS status_5, t0.starts_at AS starts_at_6, t0.ends_at AS ends_at_7, t0.target_channel_ids AS target_channel_ids_8, t0.promotion_ids AS promotion_ids_9, t0.banner_text AS banner_text_10, t0.banner_image_path AS banner_image_path_11, t0.announcement_sent AS announcement_sent_12 FROM shop_campaigns t0 WHERE t0.status = 'active';
|
| 7 |
1.39 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-74be-775e-9b87-b14c66b209b9"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-74be-775e-9b87-b14c66b209b9' ORDER BY t0.position ASC;
|
| 8 |
2.21 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-74be-775e-9b87-b14c66b209b9"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-74be-775e-9b87-b14c66b209b9' ORDER BY t0.position ASC;
|
| 9 |
0.66 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-7497-7e95-819e-385d1bde9346"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-7497-7e95-819e-385d1bde9346' ORDER BY t0.position ASC;
|
| 10 |
0.62 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-7497-7e95-819e-385d1bde9346"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-7497-7e95-819e-385d1bde9346' ORDER BY t0.position ASC;
|
| 11 |
0.48 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-7487-7b36-9e29-a2bd9837200f"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-7487-7b36-9e29-a2bd9837200f' ORDER BY t0.position ASC;
|
| 12 |
1.28 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-7487-7b36-9e29-a2bd9837200f"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-7487-7b36-9e29-a2bd9837200f' ORDER BY t0.position ASC;
|
| 13 |
1.00 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-74b1-762a-aabf-82e1b6b6556f"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-74b1-762a-aabf-82e1b6b6556f' ORDER BY t0.position ASC;
|
| 14 |
0.80 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-74b1-762a-aabf-82e1b6b6556f"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-74b1-762a-aabf-82e1b6b6556f' ORDER BY t0.position ASC;
|
| 15 |
0.66 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-744e-766f-a2f7-975e6713830f"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-744e-766f-a2f7-975e6713830f' ORDER BY t0.position ASC;
|
| 16 |
1.44 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-744e-766f-a2f7-975e6713830f"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-744e-766f-a2f7-975e6713830f' ORDER BY t0.position ASC;
|
| 17 |
0.65 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-7466-74ec-83f8-935e5ddc59ad"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-7466-74ec-83f8-935e5ddc59ad' ORDER BY t0.position ASC;
|
| 18 |
0.63 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-7466-74ec-83f8-935e5ddc59ad"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-7466-74ec-83f8-935e5ddc59ad' ORDER BY t0.position ASC;
|
| 19 |
0.74 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-739b-7111-a0ec-8353bb3333c3"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-739b-7111-a0ec-8353bb3333c3' ORDER BY t0.position ASC;
|
| 20 |
0.84 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-739b-7111-a0ec-8353bb3333c3"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-739b-7111-a0ec-8353bb3333c3' ORDER BY t0.position ASC;
|
| 21 |
0.49 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-73e9-7b18-8250-c1bacc8a6bc2"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-73e9-7b18-8250-c1bacc8a6bc2' ORDER BY t0.position ASC;
|
| 22 |
0.63 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-73e9-7b18-8250-c1bacc8a6bc2"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-73e9-7b18-8250-c1bacc8a6bc2' ORDER BY t0.position ASC;
|
| 23 |
0.43 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-73d0-7ec8-b135-9cfb328b12e7"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-73d0-7ec8-b135-9cfb328b12e7' ORDER BY t0.position ASC;
|
| 24 |
0.89 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-73d0-7ec8-b135-9cfb328b12e7"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-73d0-7ec8-b135-9cfb328b12e7' ORDER BY t0.position ASC;
|
| 25 |
0.46 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-73fa-7058-bd0b-b5f32e2eb98e"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-73fa-7058-bd0b-b5f32e2eb98e' ORDER BY t0.position ASC;
|
| 26 |
0.72 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-73fa-7058-bd0b-b5f32e2eb98e"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-73fa-7058-bd0b-b5f32e2eb98e' ORDER BY t0.position ASC;
|
| 27 |
0.49 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-73c0-7cc4-91a9-41cbef2a8e22"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-73c0-7cc4-91a9-41cbef2a8e22' ORDER BY t0.position ASC;
|
| 28 |
0.53 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-73c0-7cc4-91a9-41cbef2a8e22"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-73c0-7cc4-91a9-41cbef2a8e22' ORDER BY t0.position ASC;
|
| 29 |
0.42 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-74c7-7891-b573-cc3d96f888f8"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-74c7-7891-b573-cc3d96f888f8' ORDER BY t0.position ASC;
|
| 30 |
0.59 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-74c7-7891-b573-cc3d96f888f8"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-74c7-7891-b573-cc3d96f888f8' ORDER BY t0.position ASC;
|
| 31 |
0.50 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-741d-7816-bc07-8d61ce814c9f"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-741d-7816-bc07-8d61ce814c9f' ORDER BY t0.position ASC;
|
| 32 |
0.56 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-741d-7816-bc07-8d61ce814c9f"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-741d-7816-bc07-8d61ce814c9f' ORDER BY t0.position ASC;
|
| 33 |
0.48 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-7409-713d-af71-2f8c89732e81"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-7409-713d-af71-2f8c89732e81' ORDER BY t0.position ASC;
|
| 34 |
0.61 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-7409-713d-af71-2f8c89732e81"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-7409-713d-af71-2f8c89732e81' ORDER BY t0.position ASC;
|
| 35 |
0.44 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-743a-796a-8bca-33256cc979b9"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-743a-796a-8bca-33256cc979b9' ORDER BY t0.position ASC;
|
| 36 |
0.77 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-743a-796a-8bca-33256cc979b9"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-743a-796a-8bca-33256cc979b9' ORDER BY t0.position ASC;
|
| 37 |
0.57 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-742c-7b0b-a0aa-b6cd3f27bc1e"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-742c-7b0b-a0aa-b6cd3f27bc1e' ORDER BY t0.position ASC;
|
| 38 |
0.67 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-742c-7b0b-a0aa-b6cd3f27bc1e"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-742c-7b0b-a0aa-b6cd3f27bc1e' ORDER BY t0.position ASC;
|
| 39 |
0.82 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-7479-7642-8189-b61f440fe25c"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-7479-7642-8189-b61f440fe25c' ORDER BY t0.position ASC;
|
| 40 |
0.57 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-7479-7642-8189-b61f440fe25c"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-7479-7642-8189-b61f440fe25c' ORDER BY t0.position ASC;
|
| 41 |
0.38 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-74a7-77ff-aee4-7ad6f54af729"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-74a7-77ff-aee4-7ad6f54af729' ORDER BY t0.position ASC;
|
| 42 |
0.52 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-74a7-77ff-aee4-7ad6f54af729"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-74a7-77ff-aee4-7ad6f54af729' ORDER BY t0.position ASC;
|