Tax is not included in grand total

Backend Developer Posts: 13 🧑🏻‍🚀 - Cadet

Tax is not included in grand total

any one help on this

Tagged:

Comments

  • Backend Developer Posts: 13 🧑🏻‍🚀 - Cadet
    edited October 2024

    {
        "data": {
            "type": "carts",
            "id": "41b5a666-442b-5108-9924-8a5da3a0aa08",
            "attributes": {
                "priceMode": "GROSS_MODE",
                "currency": "USD",
                "store": "US",
                "name": "My Cart",
                "isDefault": true,
                "totals": {
                    "expenseTotal": 0,
                    "discountTotal": 27910,
                    "taxTotal": 40106,
                    "subtotal": 279100,
                    "grandTotal": 251190,
                    "priceToPay": 251190,
                    "shipmentTotal": 0
                },
                "discounts": [
                    {
                        "displayName": "10% off $100+",
                        "amount": 27910,
                        "code": null
                    }
                ],
                "thresholds": []
            },
            "links": {
                "self": "https://glue.us.spryker.local/carts/41b5a666-442b-5108-9924-8a5da3a0aa08"
            }
        }
    }

     

    edit by Florian: replaced exposed URL

  • Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,103 ⚖️ - Guardians (admin)

    Heyhey @NarenderLingoju ,

    in order to help you we normally need more information. For example:

    • easy way to reproduce your REST-API call by providing the request method, url, headers and request-body. Ideally directly as curl request or similar (you can normally export it by the tool of your choice)
    • the tax settings for the us store in the Back Office
    • the tax setting for the prices section of the product you have in your cart

    All the best,

    Florian

Welcome!

It looks like you're new here. Sign in or register to get started.