v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

Get Store

Understand the features and limits that exist in a store. Today, this is limited to product level limits, but in the future, there will be more features.

get/sites/multiscreen/{site_name}/ecommerce/store

Path parameters

site_namestring required

The unique identifier for the target Site.

Response

200

site_namestring

Example response

{
  "features": {
    "max_choices_per_option": 20,
    "max_options": 10,
    "max_products": 100,
    "max_variations_per_product": 8
  },
  "site_name": "string"
}