Get Packs
Endpoint: https://api.youcan.shop/stores/packs
Method : GET
Required Scopes
view-store-packs
Response
[200]
json
{
"packs": [
{
"id": "ff15fbe2-111e-11ea-9659-0602d165137c",
"name": "Default",
"price": null,
"yearly_price": null,
"users": "Unlimited",
"monthly_ca": "Unlimited",
"support": "Email",
"pricing_details": "0.25% on COD orders and 0.5% on online orders"
},
{
"id": "b55512dc-7d65-4f70-b5bc-ac30c4abe7fd",
"name": "Solopreneur",
"price": 27,
"yearly_price": 270,
"users": "1 user",
"monthly_ca": "50k/month",
"support": "Email",
"pricing_details": null
},
{
"id": "aec79297-5ba2-4746-84d3-5c95723b1185",
"name": "Starter",
"price": 47,
"yearly_price": 470,
"users": "3 users",
"monthly_ca": "100k/month",
"support": "Email",
"pricing_details": null
},
{
"id": "d192ecb8-4bd0-48e7-9fde-78ba7fe70c4e",
"name": "Entrepreneur",
"price": 87,
"yearly_price": 870,
"users": "6 users",
"monthly_ca": "300k/month",
"support": "Email",
"pricing_details": null
},
{
"id": "68da24f5-542a-449a-ba1d-684de2bf986a",
"name": "Premium",
"price": 187,
"yearly_price": 1870,
"users": "19 users",
"monthly_ca": "Unlimited",
"support": "Fast Email support and Phone assistance",
"pricing_details": null
}
]
}