WooCommerce

Produse & stoc WooCommerce

Produsele magazinului: denumire, SKU/EAN, pret (normal/redus), stoc, stare stoc, total vandute.

Produse WooCommerce prin REST API: denumire, SKU/EAN, tip, pret (normal/redus, daca e la reducere), stoc si starea stocului, daca gestioneaza stocul si total vandute. Filtreaza dupa starea stocului.

Pregatire WooCommerce (REST): WordPress Admin -> WooCommerce -> Setari -> Avansat -> REST API -> adauga o cheie (utilizator dedicat, permisiuni doar Read). Copiaza Consumer key + Consumer secret; asigura HTTPS valid si /wp-json/wc/v3 accesibil. In Cifru: Surse -> WooCommerce (URL magazin + cele doua chei) -> testeaza -> importa -> mapeaza slotul. Pachetul nu contine URL-ul magazinului sau credentiale.

What this package creates

1 Home0 Details1 lists1 sources to map
  • Home: Produse & stoc WooCommerce

Sources are mapped locally and verified before applying.

View the JSON being importedcollapsed by default

The exact portable content of this version.

{
    "components": {
        "sourceSlots": [
            {
                "displayName": "Magazin WooCommerce (REST)",
                "id": "CF266096-6633-5FD1-9287-78F1BA0CA8F5",
                "kind": "wooCommerce",
                "requiredObjects": [
                    "/wp-json/wc/v3/products"
                ],
                "requiresCustomSQL": false
            }
        ],
        "workspaceSelection": {
            "commonFields": [],
            "datasets": [
                {
                    "cacheMode": "cached",
                    "calculatedFields": [],
                    "customQueryIntegrationName": "",
                    "endpointPath": "/wp-json/wc/v3/products",
                    "fetchSortRules": [],
                    "id": "C036AD0F-6F2F-5005-8EAB-EE61AE13CFA6",
                    "mappings": [
                        {
                            "commonFieldKey": "",
                            "key": "id",
                            "label": "ID produs",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "id",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "product_name",
                            "key": "name",
                            "label": "Produs",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "name",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "product_code",
                            "key": "sku",
                            "label": "SKU / EAN",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "sku",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "type",
                            "label": "Tip",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "type",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "status",
                            "label": "Status",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "status",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "amount",
                            "key": "price",
                            "label": "Pret",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "price",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "regular_price",
                            "label": "Pret normal",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "regular_price",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "sale_price",
                            "label": "Pret redus",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "sale_price",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "on_sale",
                            "label": "La reducere",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "on_sale",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "quantity",
                            "key": "stock_quantity",
                            "label": "Stoc",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "stock_quantity",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "stock_status",
                            "label": "Stare stoc",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "stock_status",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "manage_stock",
                            "label": "Gestiune stoc",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "manage_stock",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "total_sales",
                            "label": "Total vandute",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "total_sales",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "date_created",
                            "label": "Adaugat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "date_created",
                            "type": "date",
                            "visibleInDetail": true,
                            "visibleInList": false
                        }
                    ],
                    "maxRows": 500,
                    "name": "Produse & stoc WooCommerce",
                    "primaryKey": "id",
                    "refreshPolicy": {
                        "enabled": true,
                        "intervalMinutes": 30
                    },
                    "rootArrayPath": "",
                    "rowLimitEnabled": true,
                    "searchKeys": [
                        "id",
                        "name",
                        "sku",
                        "type",
                        "status",
                        "price"
                    ],
                    "sourceID": "CF266096-6633-5FD1-9287-78F1BA0CA8F5",
                    "sqlQuery": "",
                    "tableName": ""
                }
            ],
            "pages": [
                {
                    "actions": [],
                    "badgeKey": "stock_quantity",
                    "cardEnrichments": [],
                    "cardFieldLayout": [
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "name",
                            "label": "Produs",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "sku",
                            "label": "SKU / EAN",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "price",
                            "label": "Pret",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "stock_quantity",
                            "label": "Stoc",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "stock_status",
                            "label": "Stare stoc",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        }
                    ],
                    "datasetID": "C036AD0F-6F2F-5005-8EAB-EE61AE13CFA6",
                    "dateFilterKey": "",
                    "dateFilterLastDays": 7,
                    "dateFilterPreset": "none",
                    "detailFieldLayout": [
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "id",
                            "label": "ID produs",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "name",
                            "label": "Produs",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "sku",
                            "label": "SKU / EAN",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "type",
                            "label": "Tip",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "status",
                            "label": "Status",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "price",
                            "label": "Pret",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "regular_price",
                            "label": "Pret normal",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "sale_price",
                            "label": "Pret redus",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "on_sale",
                            "label": "La reducere",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "highlight",
                            "isVisible": true,
                            "key": "stock_quantity",
                            "label": "Stoc",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "stock_status",
                            "label": "Stare stoc",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "manage_stock",
                            "label": "Gestiune stoc",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "total_sales",
                            "label": "Total vandute",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "date_created",
                            "label": "Adaugat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        }
                    ],
                    "detailLiveRefreshSeconds": 0,
                    "fixedFilters": [],
                    "id": "8D79A136-E4AA-510A-9AD1-3DDEB0EB77F5",
                    "openFilters": [
                        {
                            "id": "8D0E4BC5-9951-548C-A9DB-8464FBEC7B38",
                            "includeAllOption": true,
                            "key": "stock_status",
                            "title": "Stare stoc",
                            "type": "text"
                        }
                    ],
                    "pageSize": 100,
                    "requiresOpeningFilterSelection": false,
                    "showOnHome": true,
                    "sortRules": [],
                    "subtitle": "",
                    "subtitleKey": "sku",
                    "systemImage": "shippingbox",
                    "title": "Produse & stoc WooCommerce",
                    "titleKey": "name"
                }
            ],
            "relations": [],
            "widgets": []
        }
    },
    "format": "cifru-configuration-package",
    "formatVersion": 1,
    "manifest": {
        "applicationName": "WooCommerce",
        "configurationLanguages": [
            "ro"
        ],
        "countries": [
            "RO"
        ],
        "createdAt": "2026-08-21T17:10:14Z",
        "description": "Produse WooCommerce prin REST API: denumire, SKU/EAN, tip, pret (normal/redus, daca e la reducere), stoc si starea stocului, daca gestioneaza stocul si total vandute. Filtreaza dupa starea stocului.\n\nPregatire WooCommerce (REST): WordPress Admin -> WooCommerce -> Setari -> Avansat -> REST API -> adauga o cheie (utilizator dedicat, permisiuni doar Read). Copiaza Consumer key + Consumer secret; asigura HTTPS valid si /wp-json/wc/v3 accesibil. In Cifru: Surse -> WooCommerce (URL magazin + cele doua chei) -> testeaza -> importa -> mapeaza slotul. Pachetul nu contine URL-ul magazinului sau credentiale.",
        "licenseCode": "Cifru-Community-1.0",
        "minimumCifruVersion": "1.0",
        "minimumPlan": "free",
        "packageID": "1196D0FD-E6C5-5108-A102-185B4A563287",
        "rootButtonCount": 1,
        "summary": "Produsele magazinului: denumire, SKU/EAN, pret (normal/redus), stoc, stare stoc, total vandute.",
        "tags": [
            "WooCommerce",
            "produse",
            "stoc",
            "magazin online"
        ],
        "title": "Produse & stoc WooCommerce"
    }
}

Tags

Reviews

There are no approved reviews for this version yet.

Write a review

Sign in to review

Similar templates

From the same application, then shared tags, in the same language and country.