item_taxes

Description

Displays a list of applicable taxes for the product.

Sandbox Example

You can interact with this resource and run actions against the sandbox API via our HAL Brower.

Actions

GET
View a item_taxes
HEAD
Get just the header response
OPTIONS
Get a response explaining which HTTP methods are supported

Properties

Property Description Type Constraints
name The name of taxe String Obtained from the applied tax.
amount The tax amount for the current item. Decimal Read only
date_created The date this resource was created. Date Read only
date_modified The date this resource was last modified. Date Read only

Example Representation

{
    "_links": {
        "curies": [
            {
                "name": "fx",
                "href": "https://api.foxycart.com/rels/{rel}",
                "templated": true
            }
        ],
        "self": {
            "href": "https://api.foxycart.test/item_taxes/554",
            "title": "This Item Option"
        },
        "fx:store": {
            "href": "https://api.foxycart.test/stores/40018",
            "title": "This Store"
        },
        "fx:transaction": {
            "href": "https://api.foxycart.test/transactions/3953009",
            "title": "This Transaction"
        },
        "fx:item": {
            "href": "https://api.foxycart.test/items/5796728",
            "title": "This Item"
        },
        "fx:tax": {
            "href": "https://api.foxycart.test/taxes/31867",
            "title": "This Tax"
        }
    },
    "name": "global",
    "amount": 3,
    "date_created": "2023-11-29T12:31:12-0800",
    "date_modified": "2023-11-29T12:31:12-0800"
}

    

    

Zoomable Resources

This resource has no linked resources which can be "zoomed" in on, filtered and embedded within this resource.