Gratuit
Boutique — fiche produit
Fiche détaillée : galerie, variantes, stock, ajout au panier.
| Identifiant | shop-product |
| Offre | Gratuit |
| Version | 1.0.0 |
| Manifeste | GET /v1/registry/shop-product |
Champs
| Clé | Label | Type | Défaut |
slug |
Produit à afficher (son identifiant d’URL, ex : vase-bleu) |
text |
— |
retour |
Lien « retour à la boutique » (vide = masqué) |
link |
/boutique |
Actions
| Action | Appel | Rôle |
produits |
GET /v1/shop-product/produits |
Catalogue public — même action que shop-catalog.produits, dont la fiche produit tire ses données. |
produits
curl -X GET https://plugins.clapify.fr/v1/shop-product/produits \
-H "X-API-Key: cfy_votre_cle"
Rendu
curl -X POST https://plugins.clapify.fr/v1/render/shop-product \
-H "X-API-Key: cfy_votre_cle" \
-H "Content-Type: application/json" \
-d '{"props":{"slug":"","retour":"/boutique"}}'
← Tous les plugins