{ "operationId": "getAbandonedCartEmailTemplates", "method": "GET", "path": "/marketing/abandoned-cart-emails", "summary": "BigCommerce Get all abandoned cart email templates", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "List of abandoned cart templates", "example": { "data": [ { "id": 1, "notify_at_minutes": 60, "coupon_code": "FF11-22X4", "template": { "subject": "Complete your purchase at {{ store.name }}", "body": "Complete your purchase {{notification.checkout.link}}", "translations": [ { "locale": "en", "keys": { "hello_phrase": "Welcome back," } } ] } } ], "meta": {} } } ] }