{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Themes API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Themes", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Get all Themes", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/themes", "headers": [ { "name": "Accept", "value": "" } ] }, "docs": "Returns a list of store *Themes*." }, { "info": { "name": "BigCommerce Upload a Theme", "type": "http" }, "http": { "method": "POST", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/themes", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" } ] } }, "docs": "Uploads a new *Theme* to your BigCommerce store.\n\n**Required Fields**\n* file" }, { "info": { "name": "BigCommerce Get a Theme", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/themes/:uuid", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "uuid", "value": "", "type": "path", "description": "The theme identifier." } ] }, "docs": "Returns a store *Theme*. The theme variation is not available at this endpoint." }, { "info": { "name": "BigCommerce Delete a Theme", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/themes/:uuid", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "uuid", "value": "", "type": "path", "description": "The theme identifier." } ] }, "docs": "Deletes a store *Theme*.\nTheme variations can not be deleted using this endpoint. This will delete the theme and all variations." } ] } ], "bundled": true }