Feature #5065
openWorking On Create Products Plan For Subscription
20%
Subtasks
Related issues
Updated by Thirupathirao Uppu 15 days ago
- % Done changed from 0 to 20
{
"name": "Egg Weekly Delivery Plan",
"productId": "1e3bb3a7-cb4c-4c60-a55b-ad357e070f59",
"description": "Deliver fresh eggs to customers on a weekly basis",
"createdBy":"6880737e852c43698e00e660",
"variants": [
{
"name": "Standard Weekly",
"sku": "EGG-WEEK-STD",
"frequency": "weekly",
"tenure": 12,
"basePrice": 120,
"taxesPercentage": 5,
"perks": ["Free doorstep delivery", "Quality assurance"],
"distanceRules": [
{
"minKm": 0,
"maxKm": 5,
"basePrice": 120,
"perKmPrice": 0,
"label": "Nearby Zone"
},
{
"minKm": 6,
"maxKm": 10,
"basePrice": 140,
"perKmPrice": 2,
"label": "Mid Zone"
},
{
"minKm": 11,
"maxKm": 0,
"basePrice": 160,
"perKmPrice": 3,
"label": "Long Range"
}
]
},
{
"name": "Monthly Saver",
"sku": "EGG-MONTH-SAVE",
"frequency": "monthly",
"tenure": 6,
"basePrice": 450,
"taxesPercentage": 5,
"perks": ["Discounted price", "Priority support"],
"distanceRules": []
}
],
"defaultVariantId": null,
"metadata": {
"category": "Grocery",
"brand": "Evergreen"
}
}