@Donal-Shopify thanks again for the detailed explanation.
We double-checked the setup on our side:
-
Line Item 1 → not part of any collection with tax override
-
Line Item 2 → part of a collection with override (e.g., GST:5 or GST:3)
So based on that, we would expect:
What we’re observing instead
Both line items are showing two IGST tax_lines (5% and 3%), even for the item that is not part of any override collection.
This is the part that’s confusing for us - it doesn’t seem to align with the “overlapping collection membership” explanation.
Clarification Needed
Given this:
-
Is it possible for collection overrides to affect products indirectly (e.g., via shared tax rules, regions, or other configuration), even if a product is not explicitly in that collection?
-
Could this behavior be due to:
-
Regional GST configuration interacting with overrides?
-
Or some fallback logic that still applies multiple components?
-
Due to third party checkout systems (like GoKwik, FastRR, etc.)
Full payload for better context:
{
"id": 7536564863263,
"admin_graphql_api_id": "gid://shopify/Order/7536564863263",
"app_id": 279620190209,
"browser_ip": null,
"buyer_accepts_marketing": true,
"cancel_reason": null,
"cancelled_at": null,
"cart_token": null,
"checkout_id": null,
"checkout_token": null,
"client_details": null,
"closed_at": null,
"company": null,
"confirmation_number": "YP5L0J73M",
"confirmed": true,
"contact_email": "atikaumais94@gmail.com",
"created_at": "2026-03-30T20:48:32+05:30",
"currency": "INR",
"current_shipping_price_set": {
"shop_money": {
"amount": "0.00",
"currency_code": "INR"
},
"presentment_money": {
"amount": "0.00",
"currency_code": "INR"
}
},
"current_subtotal_price": "2088.00",
"current_subtotal_price_set": {
"shop_money": {
"amount": "2088.00",
"currency_code": "INR"
},
"presentment_money": {
"amount": "2088.00",
"currency_code": "INR"
}
},
"current_total_additional_fees_set": null,
"current_total_discounts": "110.00",
"current_total_discounts_set": {
"shop_money": {
"amount": "110.00",
"currency_code": "INR"
},
"presentment_money": {
"amount": "110.00",
"currency_code": "INR"
}
},
"current_total_duties_set": null,
"current_total_price": "2088.00",
"current_total_price_set": {
"shop_money": {
"amount": "2088.00",
"currency_code": "INR"
},
"presentment_money": {
"amount": "2088.00",
"currency_code": "INR"
}
},
"current_total_tax": "71.34",
"current_total_tax_set": {
"shop_money": {
"amount": "71.34",
"currency_code": "INR"
},
"presentment_money": {
"amount": "71.34",
"currency_code": "INR"
}
},
"customer_locale": null,
"device_id": null,
"discount_codes": [
{
"code": "HOT-SALE",
"amount": "110.00",
"type": "fixed_amount"
}
],
"duties_included": false,
"email": "atikaumais94@gmail.com",
"estimated_taxes": false,
"financial_status": "paid",
"fulfillment_status": "fulfilled",
"landing_site": null,
"landing_site_ref": null,
"location_id": null,
"merchant_business_entity_id": "MTcxMTI3NDAwNzM1",
"merchant_of_record_app_id": null,
"name": "HG135500",
"note": null,
"note_attributes": [
{
"name": "additional_charge",
"value": "0.0"
},
{
"name": "PayU_txn_id",
"value": "27946737619"
},
{
"name": "shopifyCartToken",
"value": "hWNANJh64WzmcawKrmYGl0c8?key=54ea4d07f04a3793425b1742c99b9ef2"
},
{
"name": "shiprocket_smart_cart",
"value": "1"
},
{
"name": "minicart_id",
"value": "2026-03-30T15:11:58.695Z"
},
{
"name": "landing_page_url",
"value": "https://hotgadget.in/collections/women-wrist-watch"
},
{
"name": "ipv4_address",
"value": "157.35.1.16"
}
],
"number": 134500,
"order_number": 135500,
"order_status_url": "https://hotgadget.in/71127400735/orders/49ead109d3ec6d6f3e53361f0c72787f/authenticate?key=f6215116d4d6114068f54e2d61db9d44",
"original_total_additional_fees_set": null,
"original_total_duties_set": null,
"payment_gateway_names": [
"Cash on Delivery (COD)",
"PayU"
],
"phone": "+917676461317",
"po_number": null,
"presentment_currency": "INR",
"processed_at": "2026-03-30T20:48:32+05:30",
"reference": null,
"referring_site": null,
"source_identifier": "69ca93ba03a77c619b6e4d47",
"source_name": "279620190209",
"source_url": null,
"subtotal_price": "2088.00",
"subtotal_price_set": {
"shop_money": {
"amount": "2088.00",
"currency_code": "INR"
},
"presentment_money": {
"amount": "2088.00",
"currency_code": "INR"
}
},
"tags": "fastrr, Invoice created by Swipe, low, PPCOD, SR_STANDARD, Standard",
"tax_exempt": false,
"tax_lines": [
{
"price": "27.10",
"rate": 0.05,
"title": "IGST",
"price_set": {
"shop_money": {
"amount": "27.10",
"currency_code": "INR"
},
"presentment_money": {
"amount": "27.10",
"currency_code": "INR"
}
},
"channel_liable": false
},
{
"price": "44.24",
"rate": 0.03,
"title": "IGST",
"price_set": {
"shop_money": {
"amount": "44.24",
"currency_code": "INR"
},
"presentment_money": {
"amount": "44.24",
"currency_code": "INR"
}
},
"channel_liable": false
}
],
"taxes_included": true,
"test": false,
"token": "49ead109d3ec6d6f3e53361f0c72787f",
"total_cash_rounding_payment_adjustment_set": {
"shop_money": {
"amount": "0.00",
"currency_code": "INR"
},
"presentment_money": {
"amount": "0.00",
"currency_code": "INR"
}
},
"total_cash_rounding_refund_adjustment_set": {
"shop_money": {
"amount": "0.00",
"currency_code": "INR"
},
"presentment_money": {
"amount": "0.00",
"currency_code": "INR"
}
},
"total_discounts": "110.00",
"total_discounts_set": {
"shop_money": {
"amount": "110.00",
"currency_code": "INR"
},
"presentment_money": {
"amount": "110.00",
"currency_code": "INR"
}
},
"total_line_items_price": "2198.00",
"total_line_items_price_set": {
"shop_money": {
"amount": "2198.00",
"currency_code": "INR"
},
"presentment_money": {
"amount": "2198.00",
"currency_code": "INR"
}
},
"total_outstanding": "0.00",
"total_price": "2088.00",
"total_price_set": {
"shop_money": {
"amount": "2088.00",
"currency_code": "INR"
},
"presentment_money": {
"amount": "2088.00",
"currency_code": "INR"
}
},
"total_shipping_price_set": {
"shop_money": {
"amount": "0.00",
"currency_code": "INR"
},
"presentment_money": {
"amount": "0.00",
"currency_code": "INR"
}
},
"total_tax": "71.34",
"total_tax_set": {
"shop_money": {
"amount": "71.34",
"currency_code": "INR"
},
"presentment_money": {
"amount": "71.34",
"currency_code": "INR"
}
},
"total_tip_received": "0.00",
"total_weight": 0,
"updated_at": "2026-04-06T22:58:57+05:30",
"user_id": null,
"billing_address": {
"first_name": "atika",
"address1": "Keerti nagar near murtuza quadri dargah opposite to euro kids pre school",
"phone": "7676461317",
"city": "Bijapur(KAR)",
"zip": "586101",
"province": "Karnataka",
"country": "India",
"last_name": ".",
"address2": "Rauf Shaikh",
"company": null,
"latitude": 16.813529,
"longitude": 75.7206688,
"name": "atika .",
"country_code": "IN",
"province_code": "KA"
},
"customer": {
"id": 9381822300447,
"created_at": "2025-08-07T12:37:29+05:30",
"updated_at": "2026-03-30T20:48:33+05:30",
"first_name": "atika",
"last_name": ".",
"state": "disabled",
"note": null,
"verified_email": true,
"multipass_identifier": null,
"tax_exempt": false,
"email": "atikaumais94@gmail.com",
"phone": "+917676461317",
"currency": "INR",
"tax_exemptions": [
],
"admin_graphql_api_id": "gid://shopify/Customer/9381822300447",
"default_address": {
"id": 11910426591519,
"customer_id": 9381822300447,
"first_name": "atika",
"last_name": ".",
"company": null,
"address1": "Keerti nagar near murtuza quadri dargah opposite to euro kids pre school",
"address2": "Rauf Shaikh",
"city": "Bijapur(KAR)",
"province": "Karnataka",
"country": "India",
"zip": "586101",
"phone": "7676461317",
"name": "atika .",
"province_code": "KA",
"country_code": "IN",
"country_name": "India",
"default": true
}
},
"discount_applications": [
{
"target_type": "line_item",
"type": "manual",
"value": "110.0",
"value_type": "fixed_amount",
"allocation_method": "across",
"target_selection": "all",
"title": "HOT-SALE",
"description": "HOT-SALE"
}
],
"fulfillments": [
{
"id": 6730324541727,
"admin_graphql_api_id": "gid://shopify/Fulfillment/6730324541727",
"created_at": "2026-03-31T12:29:06+05:30",
"location_id": 77001851167,
"name": "HG135500.1",
"order_id": 7536564863263,
"origin_address": {
},
"receipt": {
},
"service": "manual",
"shipment_status": "delivered",
"status": "success",
"tracking_company": "Blue Dart Air",
"tracking_number": "80047428075",
"tracking_numbers": [
"80047428075"
],
"tracking_url": "https://hotgadget.shiprocket.co/tracking/80047428075",
"tracking_urls": [
"https://hotgadget.shiprocket.co/tracking/80047428075"
],
"updated_at": "2026-04-02T13:22:51+05:30",
"line_items": [
{
"id": 17880799183135,
"admin_graphql_api_id": "gid://shopify/LineItem/17880799183135",
"attributed_staffs": [
],
"current_quantity": 1,
"fulfillable_quantity": 0,
"fulfillment_service": "manual",
"fulfillment_status": "fulfilled",
"gift_card": false,
"grams": 240,
"name": "Armani-AR2434 (Chronograph Watch)",
"price": "1599.00",
"price_set": {
"shop_money": {
"amount": "1599.00",
"currency_code": "INR"
},
"presentment_money": {
"amount": "1599.00",
"currency_code": "INR"
}
},
"product_exists": true,
"product_id": 8889860292895,
"properties": [
],
"quantity": 1,
"requires_shipping": true,
"sku": "ARM-01-A",
"taxable": true,
"title": "Armani-AR2434 (Chronograph Watch)",
"total_discount": "0.00",
"total_discount_set": {
"shop_money": {
"amount": "0.00",
"currency_code": "INR"
},
"presentment_money": {
"amount": "0.00",
"currency_code": "INR"
}
},
"variant_id": 47513014534431,
"variant_inventory_management": "shopify",
"variant_title": null,
"vendor": "Hotgadget",
"tax_lines": [
{
"channel_liable": false,
"price": "19.72",
"price_set": {
"shop_money": {
"amount": "19.72",
"currency_code": "INR"
},
"presentment_money": {
"amount": "19.72",
"currency_code": "INR"
}
},
"rate": 0.05,
"title": "IGST"
},
{
"channel_liable": false,
"price": "32.19",
"price_set": {
"shop_money": {
"amount": "32.19",
"currency_code": "INR"
},
"presentment_money": {
"amount": "32.19",
"currency_code": "INR"
}
},
"rate": 0.03,
"title": "IGST"
}
],
"duties": [
],
"discount_allocations": [
{
"amount": "80.03",
"amount_set": {
"shop_money": {
"amount": "80.03",
"currency_code": "INR"
},
"presentment_money": {
"amount": "80.03",
"currency_code": "INR"
}
},
"discount_application_index": 0
}
]
},
{
"id": 17880799215903,
"admin_graphql_api_id": "gid://shopify/LineItem/17880799215903",
"attributed_staffs": [
],
"current_quantity": 1,
"fulfillable_quantity": 0,
"fulfillment_service": "manual",
"fulfillment_status": "fulfilled",
"gift_card": false,
"grams": 200,
"name": "EA Brand Box & Carry Bag",
"price": "599.00",
"price_set": {
"shop_money": {
"amount": "599.00",
"currency_code": "INR"
},
"presentment_money": {
"amount": "599.00",
"currency_code": "INR"
}
},
"product_exists": true,
"product_id": 9771109155103,
"properties": [
],
"quantity": 1,
"requires_shipping": true,
"sku": "BOX-01-E",
"taxable": true,
"title": "EA Brand Box & Carry Bag",
"total_discount": "0.00",
"total_discount_set": {
"shop_money": {
"amount": "0.00",
"currency_code": "INR"
},
"presentment_money": {
"amount": "0.00",
"currency_code": "INR"
}
},
"variant_id": 49978303873311,
"variant_inventory_management": "shopify",
"variant_title": null,
"vendor": "Hotgadget",
"tax_lines": [
{
"channel_liable": false,
"price": "7.38",
"price_set": {
"shop_money": {
"amount": "7.38",
"currency_code": "INR"
},
"presentment_money": {
"amount": "7.38",
"currency_code": "INR"
}
},
"rate": 0.05,
"title": "IGST"
},
{
"channel_liable": false,
"price": "12.05",
"price_set": {
"shop_money": {
"amount": "12.05",
"currency_code": "INR"
},
"presentment_money": {
"amount": "12.05",
"currency_code": "INR"
}
},
"rate": 0.03,
"title": "IGST"
}
],
"duties": [
],
"discount_allocations": [
{
"amount": "29.97",
"amount_set": {
"shop_money": {
"amount": "29.97",
"currency_code": "INR"
},
"presentment_money": {
"amount": "29.97",
"currency_code": "INR"
}
},
"discount_application_index": 0
}
]
}
]
}
],
"line_items": [
{
"id": 17880799183135,
"admin_graphql_api_id": "gid://shopify/LineItem/17880799183135",
"attributed_staffs": [
],
"current_quantity": 1,
"fulfillable_quantity": 0,
"fulfillment_service": "manual",
"fulfillment_status": "fulfilled",
"gift_card": false,
"grams": 240,
"name": "Armani-AR2434 (Chronograph Watch)",
"price": "1599.00",
"price_set": {
"shop_money": {
"amount": "1599.00",
"currency_code": "INR"
},
"presentment_money": {
"amount": "1599.00",
"currency_code": "INR"
}
},
"product_exists": true,
"product_id": 8889860292895,
"properties": [
],
"quantity": 1,
"requires_shipping": true,
"sales_line_item_group_id": null,
"sku": "ARM-01-A",
"taxable": true,
"title": "Armani-AR2434 (Chronograph Watch)",
"total_discount": "0.00",
"total_discount_set": {
"shop_money": {
"amount": "0.00",
"currency_code": "INR"
},
"presentment_money": {
"amount": "0.00",
"currency_code": "INR"
}
},
"variant_id": 47513014534431,
"variant_inventory_management": "shopify",
"variant_title": null,
"vendor": "Hotgadget",
"tax_lines": [
{
"channel_liable": false,
"price": "19.72",
"price_set": {
"shop_money": {
"amount": "19.72",
"currency_code": "INR"
},
"presentment_money": {
"amount": "19.72",
"currency_code": "INR"
}
},
"rate": 0.05,
"title": "IGST"
},
{
"channel_liable": false,
"price": "32.19",
"price_set": {
"shop_money": {
"amount": "32.19",
"currency_code": "INR"
},
"presentment_money": {
"amount": "32.19",
"currency_code": "INR"
}
},
"rate": 0.03,
"title": "IGST"
}
],
"duties": [
],
"discount_allocations": [
{
"amount": "80.03",
"amount_set": {
"shop_money": {
"amount": "80.03",
"currency_code": "INR"
},
"presentment_money": {
"amount": "80.03",
"currency_code": "INR"
}
},
"discount_application_index": 0
}
]
},
{
"id": 17880799215903,
"admin_graphql_api_id": "gid://shopify/LineItem/17880799215903",
"attributed_staffs": [
],
"current_quantity": 1,
"fulfillable_quantity": 0,
"fulfillment_service": "manual",
"fulfillment_status": "fulfilled",
"gift_card": false,
"grams": 200,
"name": "EA Brand Box & Carry Bag",
"price": "599.00",
"price_set": {
"shop_money": {
"amount": "599.00",
"currency_code": "INR"
},
"presentment_money": {
"amount": "599.00",
"currency_code": "INR"
}
},
"product_exists": true,
"product_id": 9771109155103,
"properties": [
],
"quantity": 1,
"requires_shipping": true,
"sales_line_item_group_id": null,
"sku": "BOX-01-E",
"taxable": true,
"title": "EA Brand Box & Carry Bag",
"total_discount": "0.00",
"total_discount_set": {
"shop_money": {
"amount": "0.00",
"currency_code": "INR"
},
"presentment_money": {
"amount": "0.00",
"currency_code": "INR"
}
},
"variant_id": 49978303873311,
"variant_inventory_management": "shopify",
"variant_title": null,
"vendor": "Hotgadget",
"tax_lines": [
{
"channel_liable": false,
"price": "7.38",
"price_set": {
"shop_money": {
"amount": "7.38",
"currency_code": "INR"
},
"presentment_money": {
"amount": "7.38",
"currency_code": "INR"
}
},
"rate": 0.05,
"title": "IGST"
},
{
"channel_liable": false,
"price": "12.05",
"price_set": {
"shop_money": {
"amount": "12.05",
"currency_code": "INR"
},
"presentment_money": {
"amount": "12.05",
"currency_code": "INR"
}
},
"rate": 0.03,
"title": "IGST"
}
],
"duties": [
],
"discount_allocations": [
{
"amount": "29.97",
"amount_set": {
"shop_money": {
"amount": "29.97",
"currency_code": "INR"
},
"presentment_money": {
"amount": "29.97",
"currency_code": "INR"
}
},
"discount_application_index": 0
}
]
}
],
"payment_terms": null,
"refunds": [
],
"shipping_address": {
"first_name": "atika",
"address1": "Keerti nagar near murtuza quadri dargah opposite to euro kids pre school",
"phone": "7676461317",
"city": "Bijapur(KAR)",
"zip": "586101",
"province": "Karnataka",
"country": "India",
"last_name": ".",
"address2": "Rauf Shaikh",
"company": null,
"latitude": 16.813529,
"longitude": 75.7206688,
"name": "atika .",
"country_code": "IN",
"province_code": "KA"
},
"shipping_lines": [
{
"id": 5993144942879,
"carrier_identifier": null,
"code": "SR_STANDARD",
"current_discounted_price_set": {
"shop_money": {
"amount": "0.00",
"currency_code": "INR"
},
"presentment_money": {
"amount": "0.00",
"currency_code": "INR"
}
},
"discounted_price": "0.00",
"discounted_price_set": {
"shop_money": {
"amount": "0.00",
"currency_code": "INR"
},
"presentment_money": {
"amount": "0.00",
"currency_code": "INR"
}
},
"is_removed": false,
"phone": null,
"price": "0.00",
"price_set": {
"shop_money": {
"amount": "0.00",
"currency_code": "INR"
},
"presentment_money": {
"amount": "0.00",
"currency_code": "INR"
}
},
"requested_fulfillment_service_id": null,
"source": null,
"title": "Standard (COD)",
"tax_lines": [
],
"discount_allocations": [
]
}
],
"returns": [
],
"shop_domain": "hotgagdet.myshopify.com",
"webhook_id": "138b08a8-1142-5c63-8f42-27f62c1e326b",
"webhook_topic": "orders/updated",
"company_id": 1914760,
"headers": {
...
}
}