List Product Summary

List Product Summary.

Returns a list of all of the products that are currently for sale in the store.

{
    "totalItems": integer,
    "success": boolean,
    "errors": [],
    "results": [
        {
            "productId": integer,
            "name": string,
            "category": string,
            "group": string,
            "rarity": string,
            "number": boolean,
            "skuCount": integer,
            "lowestPrice": integer,
            "skus": [
                {
                    "skuId": integer,
                    "condition": {
                        "conditionId": integer, [may return invalid/deprecated conditionIds]
                        "name": "string"
                    },
                    "language": {
                        "languageId": integer,
                        "name": "string",
                        "abbr": string
                    },
                    "foil": boolean,
                    "price": integer,
                    "quantity": integer,
                    "isFeatured": boolean,
                    "isCustom": boolean
                }
            ]
        }
    ]
}
{
    "totalItems": 33220,
    "success": true,
    "errors": [],
    "results": [
        {
            "productId": 1026,
            "name": "Ancestral Recall",
            "category": "Magic",
            "group": "Alpha Edition",
            "rarity": "R",
            "number": null,
            "skuCount": 1,
            "lowestPrice": 6499,
            "skus": [
                {
                    "skuId": 15179,
                    "condition": {
                        "conditionId": 1,
                        "name": "Near Mint"
                    },
                    "language": {
                        "languageId": 1,
                        "name": "English",
                        "abbr": null
                    },
                    "foil": false,
                    "price": 6499,
                    "quantity": 2,
                    "isFeatured": null,
                    "isCustom": false
                }
            ]
        },
        {
            "productId": 8938,
            "name": "Underground Sea",
            "category": "Magic",
            "group": "Beta Edition",
            "rarity": "R",
            "number": null,
            "skuCount": 1,
            "lowestPrice": 5999.95,
            "skus": [
                {
                    "skuId": 21752,
                    "condition": {
                        "conditionId": 1,
                        "name": "Near Mint"
                    },
                    "language": {
                        "languageId": 1,
                        "name": "English",
                        "abbr": null
                    },
                    "foil": false,
                    "price": 5999.95,
                    "quantity": 2,
                    "isFeatured": null,
                    "isCustom": false
                }
            ]
        },
        {
            "productId": 8989,
            "name": "Black Lotus",
            "category": "Magic",
            "group": "Unlimited Edition",
            "rarity": "R",
            "number": null,
            "skuCount": 1,
            "lowestPrice": 5997.5,
            "skus": [
                {
                    "skuId": 21803,
                    "condition": {
                        "conditionId": 1,
                        "name": "Near Mint"
                    },
                    "language": {
                        "languageId": 1,
                        "name": "English",
                        "abbr": null
                    },
                    "foil": false,
                    "price": 5997.5,
                    "quantity": 2,
                    "isFeatured": null,
                    "isCustom": false
                }
            ]
        },
        {
            "productId": 1283,
            "name": "Time Vault",
            "category": "Magic",
            "group": "Alpha Edition",
            "rarity": "R",
            "number": null,
            "skuCount": 1,
            "lowestPrice": 5900,
            "skus": [
                {
                    "skuId": 15425,
                    "condition": {
                        "conditionId": 1,
                        "name": "Near Mint"
                    },
                    "language": {
                        "languageId": 1,
                        "name": "English",
                        "abbr": null
                    },
                    "foil": false,
                    "price": 5900,
                    "quantity": 2,
                    "isFeatured": null,
                    "isCustom": false
                }
            ]
        },
        {
            "productId": 8842,
            "name": "Mox Jet",
            "category": "Magic",
            "group": "Beta Edition",
            "rarity": "R",
            "number": null,
            "skuCount": 1,
            "lowestPrice": 3199.99,
            "skus": [
                {
                    "skuId": 21660,
                    "condition": {
                        "conditionId": 1,
                        "name": "Near Mint"
                    },
                    "language": {
                        "languageId": 1,
                        "name": "English",
                        "abbr": null
                    },
                    "foil": false,
                    "price": 3199.99,
                    "quantity": 2,
                    "isFeatured": null,
                    "isCustom": false
                }
            ]
        },
        {
            "productId": 8946,
            "name": "Volcanic Island",
            "category": "Magic",
            "group": "Beta Edition",
            "rarity": "R",
            "number": null,
            "skuCount": 1,
            "lowestPrice": 2984,
            "skus": [
                {
                    "skuId": 21760,
                    "condition": {
                        "conditionId": 1,
                        "name": "Near Mint"
                    },
                    "language": {
                        "languageId": 1,
                        "name": "English",
                        "abbr": null
                    },
                    "foil": false,
                    "price": 2984,
                    "quantity": 2,
                    "isFeatured": null,
                    "isCustom": false
                }
            ]
        },
        {
            "productId": 8844,
            "name": "Mox Ruby",
            "category": "Magic",
            "group": "Beta Edition",
            "rarity": "R",
            "number": null,
            "skuCount": 1,
            "lowestPrice": 2199.99,
            "skus": [
                {
                    "skuId": 21662,
                    "condition": {
                        "conditionId": 1,
                        "name": "Near Mint"
                    },
                    "language": {
                        "languageId": 1,
                        "name": "English",
                        "abbr": null
                    },
                    "foil": false,
                    "price": 2199.99,
                    "quantity": 2,
                    "isFeatured": null,
                    "isCustom": false
                }
            ]
        },
        {
            "productId": 8845,
            "name": "Mox Sapphire",
            "category": "Magic",
            "group": "Beta Edition",
            "rarity": "R",
            "number": null,
            "skuCount": 1,
            "lowestPrice": 2199.99,
            "skus": [
                {
                    "skuId": 21663,
                    "condition": {
                        "conditionId": 1,
                        "name": "Near Mint"
                    },
                    "language": {
                        "languageId": 1,
                        "name": "English",
                        "abbr": null
                    },
                    "foil": false,
                    "price": 2199.99,
                    "quantity": 2,
                    "isFeatured": null,
                    "isCustom": false
                }
            ]
        },
        {
            "productId": 8932,
            "name": "Tropical Island",
            "category": "Magic",
            "group": "Beta Edition",
            "rarity": "R",
            "number": null,
            "skuCount": 1,
            "lowestPrice": 1899.99,
            "skus": [
                {
                    "skuId": 21746,
                    "condition": {
                        "conditionId": 1,
                        "name": "Near Mint"
                    },
                    "language": {
                        "languageId": 1,
                        "name": "English",
                        "abbr": null
                    },
                    "foil": false,
                    "price": 1899.99,
                    "quantity": 2,
                    "isFeatured": null,
                    "isCustom": false
                }
            ]
        },
        {
            "productId": 9231,
            "name": "Time Walk",
            "category": "Magic",
            "group": "Unlimited Edition",
            "rarity": "R",
            "number": null,
            "skuCount": 1,
            "lowestPrice": 1725,
            "skus": [
                {
                    "skuId": 22035,
                    "condition": {
                        "conditionId": 1,
                        "name": "Near Mint"
                    },
                    "language": {
                        "languageId": 1,
                        "name": "English",
                        "abbr": null
                    },
                    "foil": false,
                    "price": 1725,
                    "quantity": 2,
                    "isFeatured": null,
                    "isCustom": false
                }
            ]
        }
    ]
}
Language
Click Try It! to start a request and see the response here!