{ "operationId": "getDefaultAbandonedCartEmailTemplate", "method": "GET", "path": "/marketing/abandoned-cart-emails/default", "summary": "BigCommerce Get default email template", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "example-1", "example": { "subject": "Complete your purchase at {{ store.name }}", "body": "{{lang 'hello_phrase'}} Complete your purchase {{notification.checkout.link}}", "translations": [ { "locale": "en", "keys": { "hello_phrase": "Welcome back" } } ] } } ] }