E-commerce

Comment gérer les demandes clients sur la modification d'un abonnement avant expédition

Comment gérer les demandes clients sur la modification d'un abonnement avant expédition

1 juillet 2026

« Changez la saveur avant envoi demain. » « J'ai été débité mais pas encore expédié, je veux swap produit. » « Trop tard pour modifier, colis déjà en préparation. » Trois tickets où une modification abo pré-expédition mal routée génère churn, charge sans bon SKU ou litige refund.

Le support modification abonnement avant expédition couvre swap SKU, quantité, skip envoi cycle, add-on et fenêtre edit cut-off. Distinct renouvellement date (#505) et rupture stock (#507) : ici, changer contenu prochain envoi avant fulfillment.

Ce guide #531 couvre policy SUBEDIT-SUP, flow SE-1 à SE-8 et matrice SUBEDIT-MAP. Complète abonnement récurrent. Paire SAV du futur bot SUBEDIT (#532).

Sommaire

Pourquoi les modifications pré-expédition génèrent-elles des tickets ?

Le client veut changer variant, quantité ou skip l'envoi du cycle en cours. Sans SOP, l'agent confond skip billing (#505) avec swap pré-ship ou promet edit après cut-off fulfillment.

Cinq frictions typiques

  • Swap saveur : changer variant avant pick entrepôt

  • Quantité : passer de 1 à 2 unités cycle suivant

  • Skip envoi : garder abo, pas colis ce cycle

  • Cut-off manqué : commande queued WMS edit impossible

  • Post-charge unfulfilled : débité pas expédié, edit urgent

Recharge update subscription API permet swap avant next order process (Recharge, update 2026). Sans SUBEDIT-MAP edit_window, agents improvisent délais.

SUBEDIT #531 vs RENEWDATE #505, SUBSTOCK #507 et abonnement général

Quatre contenus, quatre layers abonnement récurrent.

Matrice rapide

#505 = calendrier charge. #531 = contenu colis avant ship. #507 = SKU indisponible, alternative retain.

Quelles typologies sub_edit_* classifier ?

Huit scénarios tickets modification pré-expédition.

Huit typologies sub_edit

  1. sub_edit_swap_variant : changer saveur taille SKU

  2. sub_edit_qty_change : modifier quantité prochain envoi

  3. sub_edit_skip_shipment : skip envoi cycle garder abo

  4. sub_edit_add_line : ajouter produit add-on cycle

  5. sub_edit_remove_line : retirer add-on avant ship

  6. sub_edit_address : changer adresse livraison avant ship

  7. sub_edit_cutoff_missed : edit demandé après edit_window

  8. sub_edit_post_charge : charged unfulfilled edit urgent

Tags : sub_edit, subscription. Lookup Recharge subscription_id next_order unfulfilled status SUBEDIT-MAP.

Comment structurer la matrice SUBEDIT-MAP ?

La matrice SUBEDIT-MAP documente fenêtre edit et actions autorisées pour agents et futur bot #532.

Colonnes SUBEDIT-MAP

  • subscription_plan : mensuel trimestriel box selling plan ID

  • edit_window_hours : heures avant fulfillment queue cutoff

  • swap_variant_allowed : Y/N variantes map whitelist

  • qty_change_allowed : Y min max delta

  • skip_shipment_allowed : Y skip order not subscription

  • add_line_allowed : Y add-on SKUs whitelist

  • portal_self_serve_url : lien edit section Recharge

  • agent_override_post_cutoff : Y/N ops WMS exception

  • post_charge_edit_policy : refund reorder vs WMS hold cancel

Une ligne par plan + entrepôt. Sync trimestrielle avec ops fulfillment cut-off WMS.

Policy SUBEDIT-SUP en six règles

Six règles support modification pré-expédition.

  1. EDIT-WINDOW-GROUNDED : edit depuis SUBEDIT-MAP edit_window only

  2. NO-EDIT-POST-FULFILL : fulfilled → reroute WISMO ou return

  3. CITE-CUTOFF : edit_window_hours cite si cutoff proche

  4. RECHARGE-SOURCE : next_order status depuis Recharge API only

  5. SELF-SERVE-FIRST : portal edit avant agent manual

  6. POST-CHARGE-ESCALATE : unfulfilled charged → ops WMS priority

Flow SUBEDIT SE-1 à SE-8

Flow agent huit étapes modification pré-expédition.

  1. SE-1 Intake : sub_edit_* intent + auth subscription

  2. SE-2 Recharge lookup : next_order status charged_at fulfillment

  3. SE-3 SUBEDIT-MAP : edit_window allowed actions

  4. SE-4 Window gate : inside edit_window vs cutoff missed

  5. SE-5 Self-serve : portal link si client capable

  6. SE-6 Execute : swap qty skip add Recharge ou ops ticket

  7. SE-7 Confirm : macro SUBEDIT grounded next ship date

  8. SE-8 Close : tag sub_edit_resolved outcome

SLA : sub_edit_post_charge répondu sous 2 h si unfulfilled et edit_window actif.

Macros SUBEDIT essentielles

Quatre macros agents.

SUBEDIT-SWAP-01

« Swap effectué : [old_sku] → [new_sku]. Prochain envoi [next_ship_date]. Modifier avant [edit_cutoff] : [portal_url]. »

SUBEDIT-SKIP-SHIP-01

« Envoi cycle [date] skipped. Abonnement actif. Prochaine livraison [next_ship_date]. Différent skip billing : voir RENEWDATE #505. »

SUBEDIT-CUTOFF-01

« Commande en préparation entrepôt, edit_window fermée. Options : recevoir ce cycle ou retour après livraison selon policy. »

SUBEDIT-POST-CHARGE-01

« Prélèvement [charge_date], pas encore expédié. Modification [action] en cours ops. Confirmation sous [sla_hours] h. »

Rupture stock swap : cross-ref SUBSTOCK #507 si SKU OOS.

Cas limites : box, mixte et prépayé

Cinq cas hors macro standard.

Ne pas confondre skip shipment (pas colis ce cycle) et skip billing (#505) : tags distincts sub_edit vs renew_date.

KPI sub_edit essentiels

Cinq métriques pilotage SUBEDIT.

  • sub_edit_ticket_rate : tickets edit / subscription orders

  • sub_edit_success_rate : % edit inside window résolu

  • sub_edit_self_serve_rate : % résolus portail sans agent

  • sub_edit_cutoff_miss_rate : edit demandé après window

  • sub_edit_post_charge_sla : ops response unfulfilled charged

Cible : sub_edit_self_serve_rate > 60 % après portal edit section visible J-3 renewal reminder.

Anti-patterns SUBEDIT

Cinq erreurs fréquentes.

  1. Confondre skip billing : #505 RENEWDATE distinct

  2. Edit post-fulfill promis : NO-EDIT-POST-FULFILL

  3. Swap SKU hors whitelist : SUBEDIT-MAP swap_variant

  4. Pas cite cutoff : CITE-CUTOFF obligatoire

  5. Refund sans WMS check : POST-CHARGE-ESCALATE ops first

SUBEDIT avec Qstomy

Qstomy sur Shopify + Recharge : detect sub_edit_* intent, SUBEDIT-MAP lookup, edit window gate, portal deep link, handoff #532 bot tier 1, ops ticket post-charge.

Pipeline : #531 agents execute → #532 bot edit tier 1 self-serve → #507 SUBSTOCK si OOS swap.

Explorez support IA et demander une démo.

Checklist, FAQ et aller plus loin

Checklist SUBEDIT (8 étapes)

  1. SUBEDIT-MAP v1 : plans edit_window allowed actions

  2. Policy SUBEDIT-SUP : 6 règles EDIT-WINDOW-GROUNDED

  3. 8 typologies sub_edit_* : tags helpdesk subscription

  4. 4 macros SUBEDIT-* : SWAP SKIP-SHIP CUTOFF POST-CHARGE

  5. Portal edit section : Recharge self-serve visible

  6. J-3 reminder edit link : e-mail renewal + edit CTA

  7. Formation skip ship vs billing 20 min : SUBEDIT vs #505

  8. Dashboard KPI : sub_edit_* section 9

FAQ

Différence RENEWDATE #505 ?
#505 = date prélèvement skip billing. #531 = contenu envoi avant ship.

Différence SUBSTOCK #507 ?
#507 = SKU OOS alternative. #531 = edit client choix variant qty.

Edit après expédition ?
Non. NO-EDIT-POST-FULFILL, reroute return ou WISMO.

Bot #532 suffit ?
Tier 1 self-serve window gate. Post-cutoff ops → agents #531.

Aller plus loin

Cette semaine : documenter SUBEDIT-MAP par plan Recharge, activer portal edit deep link J-3 reminder, former agents skip ship vs skip billing, mesurer sub_edit_self_serve_rate.

Enzo

1 juillet 2026

Convertissez +2000 clients en moyenne par mois en utilisant Qstomy.

1ère IA Shopify dédiée à la conversion client au monde

200+ ecommerçants accompagnés

Abonnez-vous à la newsletter et obtennez un e-book personnalisé !

Solution no-code, sans connaissance technique requise. Une IA entrainée sur votre e-shop et non intrusive.

*Désabonnez-vous à tout moment. Nous n'envoyons pas de spam.

Abonnez-vous à la newsletter et obtennez un e-book personnalisé !

Solution no-code, sans connaissance technique requise. Une IA entrainée sur votre e-shop et non intrusive.

*Désabonnez-vous à tout moment. Nous n'envoyons pas de spam.