{
  "features": {
    "max_choices_per_option": 0,
    "max_options": 0,
    "max_products": 0,
    "max_variations_per_product": 0
  },
  "site_name": "string"
}features
| Property | Description | 
|---|---|
| max_choices_per_option number | The maximum number of choices that can be set under a specific option. | 
| max_options | The maximum number of options this store can have. | 
| max_products | The maximum number of products the store can have. | 
| max_variations_per_product | The max variations a product can have. Variations are the combination of options + choices. |