item_taxes

Description

Displays a list of applicable taxes for the product.

Interact with this resource

To interact with this resource and see it in the context of the API, you can utilise Postman or your Terminal/Console to perform requests. If you have a Foxy store, you can also use the API browser in the admin to interact with resources connected to your store.

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.