{ "operationId": "getThemeCustomTemplates", "method": "GET", "path": "/themes/custom-templates/{version_uuid}", "summary": "BigCommerce Get Custom Templates", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "example-1", "example": { "data": { "product": [ "custom-product-1.html" ], "category": [], "brand": [ "custom-brand-1.html" ], "page": [ "custom-page-1.html", "holiday-page.html" ] }, "meta": {} } } ] }