Related skills (read with ReadFullDocsArticle if needed):
Calculate the shipping health score whenever evaluating a store's shipping configuration. Use this score to prioritize recommendations and determine urgency of shipping issues.
Any of the following conditions:
delivery_profiles is empty AND shipping_options is emptyactive: falseImplication: The store cannot ship any orders. Immediate action required.
Any of the following conditions:
delivery_step_cvr < 50% with shipping issues detectedbackupRate.active: falseImplication: Shipping is minimally functional but has significant gaps that are likely causing lost sales.
All of the following conditions:
delivery_step_cvr between 50-65%Implication: Basic shipping is working but missing key elements that drive conversion.
All of the following conditions:
delivery_step_cvr between 65-75%Implication: Solid shipping setup. Optimization opportunities exist but fundamentals are covered.
All of the following conditions:
delivery_step_cvr ≥ 75%multiplyByQuantity pricing on any rateImplication: Best-in-class shipping configuration. Focus on maintaining and fine-tuning.
This filter MUST be applied before recommending any international shipping action.
Inspect the store's industry and businessType fields (case-insensitive match) for any of the following keywords:
DO NOT recommend any international shipping action. Perishable/food businesses face regulatory, spoilage, and logistics barriers that make international shipping impractical as a default recommendation.
A region is considered "international" if any of the following are true:
name contains "international" or "internacional" (case-insensitive)destinations[] is empty (wildcard / all countries)destinations include countries outside the store's home country| Score | Key indicator | Action |
|---|---|---|
| CRITICAL | No profiles/options or all regions inactive | Immediate setup required |
| POOR | Minimal config, low CVR, or no backup rates | Address fundamental gaps |
| FAIR | Basic setup, no free shipping, moderate CVR | Add free shipping, expand regions |
| GOOD | Domestic + international, free shipping, good CVR | Optimize rates and carriers |
| EXCELLENT | Full coverage, tiered rates, high CVR | Maintain and fine-tune |