An object specifying which theme to download. One of: `original`: the original Marketplace or uploaded custom theme; `last_activated`: the theme version most recently applied to the store; `last_created`: the theme version most recently created.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/WhichThemeToDownload",
"title": "Which Theme To Download",
"description": "An object specifying which theme to download. One of: `original`: the original Marketplace or uploaded custom theme; `last_activated`: the theme version most recently applied to the store; `last_created`: the theme version most recently created.",
"allOf": [
{
"description": "A BigCommerce object specifying which theme to download.\n\n`original`: the original Marketplace or uploaded custom theme.\n\n`last_activated`: the theme version most recently applied to the store.\n\n`last_created`: the theme version most recently created.\n\nIf `which` is missing or invalid in the request, its value will default to `last_activated`.",
"example": "original",
"properties": {
"which": {
"description": "Which revision to use.",
"type": "string",
"enum": [
"original",
"last_activated",
"last_created"
]
}
}
}
],
"type": "object",
"x-internal": false
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.