WooCommerce

Clienti WooCommerce

Clientii magazinului: email, nume, oras, telefon, companie, tara, data inregistrarii.

Clienti WooCommerce prin REST API: email, nume si prenume, utilizator, oras, telefon, companie, tara, daca au cumparat si data inregistrarii.

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: Clienti 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": "AA9CFDE1-C273-5B7B-85B4-1E461D3CA63C",
                "kind": "wooCommerce",
                "requiredObjects": [
                    "/wp-json/wc/v3/customers"
                ],
                "requiresCustomSQL": false
            }
        ],
        "workspaceSelection": {
            "commonFields": [],
            "datasets": [
                {
                    "cacheMode": "cached",
                    "calculatedFields": [],
                    "customQueryIntegrationName": "",
                    "endpointPath": "/wp-json/wc/v3/customers",
                    "fetchSortRules": [],
                    "id": "39A77D15-8B1C-5EAA-9CCD-3DE029823804",
                    "mappings": [
                        {
                            "commonFieldKey": "",
                            "key": "id",
                            "label": "ID client",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "id",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "customer_name",
                            "key": "email",
                            "label": "Email",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "email",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "first_name",
                            "label": "Prenume",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "first_name",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "last_name",
                            "label": "Nume",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "last_name",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "username",
                            "label": "Utilizator",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "username",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "role",
                            "label": "Rol",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "role",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "is_paying_customer",
                            "label": "A cumparat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "is_paying_customer",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "date_created",
                            "label": "Inregistrat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "date_created",
                            "type": "date",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "billing_city",
                            "label": "Oras",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "billing.city",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "billing_phone",
                            "label": "Telefon",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "billing.phone",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "billing_company",
                            "label": "Companie",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "billing.company",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "billing_country",
                            "label": "Tara",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "billing.country",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": false
                        }
                    ],
                    "maxRows": 500,
                    "name": "Clienti WooCommerce",
                    "primaryKey": "id",
                    "refreshPolicy": {
                        "enabled": true,
                        "intervalMinutes": 30
                    },
                    "rootArrayPath": "",
                    "rowLimitEnabled": true,
                    "searchKeys": [
                        "id",
                        "email",
                        "first_name",
                        "last_name",
                        "username",
                        "role"
                    ],
                    "sourceID": "AA9CFDE1-C273-5B7B-85B4-1E461D3CA63C",
                    "sqlQuery": "",
                    "tableName": ""
                }
            ],
            "pages": [
                {
                    "actions": [],
                    "badgeKey": null,
                    "cardEnrichments": [],
                    "cardFieldLayout": [
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "email",
                            "label": "Email",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "last_name",
                            "label": "Nume",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "billing_city",
                            "label": "Oras",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "billing_phone",
                            "label": "Telefon",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        }
                    ],
                    "datasetID": "39A77D15-8B1C-5EAA-9CCD-3DE029823804",
                    "dateFilterKey": "",
                    "dateFilterLastDays": 7,
                    "dateFilterPreset": "none",
                    "detailFieldLayout": [
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "id",
                            "label": "ID client",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "email",
                            "label": "Email",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "first_name",
                            "label": "Prenume",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "last_name",
                            "label": "Nume",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "username",
                            "label": "Utilizator",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "role",
                            "label": "Rol",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "is_paying_customer",
                            "label": "A cumparat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "date_created",
                            "label": "Inregistrat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "billing_city",
                            "label": "Oras",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "billing_phone",
                            "label": "Telefon",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "billing_company",
                            "label": "Companie",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "billing_country",
                            "label": "Tara",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        }
                    ],
                    "detailLiveRefreshSeconds": 0,
                    "fixedFilters": [],
                    "id": "D88CAB29-8941-5982-AFEE-4C6D47A922BD",
                    "openFilters": [],
                    "pageSize": 100,
                    "requiresOpeningFilterSelection": false,
                    "showOnHome": true,
                    "sortRules": [],
                    "subtitle": "",
                    "subtitleKey": "billing_city",
                    "systemImage": "person.2",
                    "title": "Clienti WooCommerce",
                    "titleKey": "email"
                }
            ],
            "relations": [],
            "widgets": []
        }
    },
    "format": "cifru-configuration-package",
    "formatVersion": 1,
    "manifest": {
        "applicationName": "WooCommerce",
        "configurationLanguages": [
            "ro"
        ],
        "countries": [
            "RO"
        ],
        "createdAt": "2026-08-21T17:10:14Z",
        "description": "Clienti WooCommerce prin REST API: email, nume si prenume, utilizator, oras, telefon, companie, tara, daca au cumparat si data inregistrarii.\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": "1965977F-358F-598E-A1F8-D7EA3B3EF5C9",
        "rootButtonCount": 1,
        "summary": "Clientii magazinului: email, nume, oras, telefon, companie, tara, data inregistrarii.",
        "tags": [
            "WooCommerce",
            "clienti",
            "magazin online"
        ],
        "title": "Clienti 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.