Gratuit
Boutique — catalogue
Grille de produits avec recherche, filtres et panier. Paiement par Stripe.
| Identifiant | shop-catalog |
| Offre | Gratuit |
| Version | 1.0.0 |
| Manifeste | GET /v1/registry/shop-catalog |
Champs
| Clé | Label | Type | Défaut |
heading |
Titre |
text |
Notre boutique |
intro |
Texte d’introduction |
textarea |
— |
categorie |
N’afficher qu’une catégorie (vide = toutes) |
text |
— |
colonnes |
Produits par ligne (2, 3 ou 4) |
text |
3 |
recherche |
Barre de recherche (oui / non) |
text |
oui |
filtres |
Filtres par catégorie (oui / non) |
text |
oui |
pageProduit |
Ouvrir la fiche produit (oui) ou ajouter directement (non) |
text |
oui |
Actions
| Action | Appel | Rôle |
produits |
GET /v1/shop-catalog/produits |
Catalogue public : produits actifs, devise, catégories. Ni coût d’achat ni fichier numérique n’en sortent. |
produits
curl -X GET https://plugins.clapify.fr/v1/shop-catalog/produits \
-H "X-API-Key: cfy_votre_cle"
Rendu
curl -X POST https://plugins.clapify.fr/v1/render/shop-catalog \
-H "X-API-Key: cfy_votre_cle" \
-H "Content-Type: application/json" \
-d '{"props":{"heading":"Notre boutique","intro":"","categorie":"","colonnes":"3","recherche":"oui","filtres":"oui","pageProduit":"oui"}}'
← Tous les plugins