Diagnóstico Storefront

Prueba backend → API POS. El token nunca se muestra.

Repetir
Endpoint configurado: https://suite.traky.ai/modules/so-pos-inventario/ecommerce-api.php
Token: configurado (oculto)

action=store

HTTP 200 · OK
Ver JSON recibido
{
    "ok": true,
    "store": {
        "channel_id": 1,
        "name": "IntegracionWeb",
        "currency": "CLP",
        "company": {
            "name": "Revemaster"
        },
        "branch": {
            "name": null
        },
        "features": {
            "stock": true,
            "variants": true
        }
    }
}

action=categories

HTTP 200 · OK
Ver JSON recibido
{
    "ok": true,
    "categories": [
        {
            "id": 5,
            "code": "formalitas",
            "name": "Formalitas",
            "slug": "formalitas"
        },
        {
            "id": 4,
            "code": "perfiles-de-exterior",
            "name": "Perfiles de Exterior",
            "slug": "perfiles-de-exterior"
        },
        {
            "id": 6,
            "code": "perfiles-de-formalita",
            "name": "Perfiles de Formalita",
            "slug": "perfiles-de-formalita"
        },
        {
            "id": 2,
            "code": "perfiles-de-interior",
            "name": "Perfiles de Interior",
            "slug": "perfiles-de-interior"
        },
        {
            "id": 9,
            "code": "pisos-de-terraza",
            "name": "Pisos de Terraza",
            "slug": "pisos-de-terraza"
        },
        {
            "id": 8,
            "code": "pisos-vinilicos",
            "name": "Pisos Vinílicos",
            "slug": "pisos-vinilicos"
        },
        {
            "id": 10,
            "code": "puertas-de-exterior",
            "name": "Puertas de Exterior",
            "slug": "puertas-de-exterior"
        },
        {
            "id": 11,
            "code": "puertas-de-interior",
            "name": "Puertas de Interior",
            "slug": "puertas-de-interior"
        },
        {
            "id": 3,
            "code": "revestimientos-de-exterior",
            "name": "Revestimientos de Exterior",
            "slug": "revestimientos-de-exterior"
        },
        {
            "id": 1,
            "code": "revestimientos-de-interior",
            "name": "Revestimientos de Interior",
            "slug": "revestimientos-de-interior"
        },
        {
            "id": 7,
            "code": "vinilos-autoadhesivos",
            "name": "Vinilos Autoadhesivos",
            "slug": "vinilos-autoadhesivos"
        }
    ]
}

action=brands

HTTP 200 · OK
Ver JSON recibido
{
    "ok": true,
    "brands": [
        {
            "id": 1,
            "code": "revemaster",
            "name": "Revemaster",
            "slug": "revemaster"
        }
    ]
}

action=products

HTTP 200 · OK
Ver JSON recibido
{
    "ok": true,
    "products": [
        {
            "id": 50,
            "sku": "RV-CLIP-SERIE-H",
            "barcode": null,
            "name": "Clips para revestimiento interior Serie H",
            "short_name": "Clips Serie H",
            "item_type": "product",
            "uses_variants": 0,
            "track_stock": 1,
            "category": "Revestimientos de Interior",
            "brand": "Revemaster",
            "price": "1000.0000"
        },
        {
            "id": 146,
            "sku": "RV-F11A",
            "barcode": null,
            "name": "Formalita F11A - 2,4 x 1,2 m",
            "short_name": "Placa mármol F11A",
            "item_type": "product",
            "uses_variants": 0,
            "track_stock": 1,
            "category": "Formalitas",
            "brand": "Revemaster",
            "price": "0.0000"
        },
        {
            "id": 148,
            "sku": "RV-F13A",
            "barcode": null,
            "name": "Formalita F13A - 2,4 x 1,2 m",
            "short_name": "Placa mármol F13A",
            "item_type": "product",
            "uses_variants": 0,
            "track_stock": 1,
            "category": "Formalitas",
            "brand": "Revemaster",
            "price": "0.0000"
        },
        {
            "id": 149,
            "sku": "RV-F14A",
            "barcode": null,
            "name": "Formalita F14A - 2,4 x 1,2 m",
            "short_name": "Placa mármol F14A",
            "item_type": "product",
            "uses_variants": 0,
            "track_stock": 1,
            "category": "Formalitas",
            "brand": "Revemaster",
            "price": "0.0000"
        }
    ],
    "pagination": {
        "page": 1,
        "per_page": 5,
        "total": 4
    }
}