BigCommerce · Example Payload

Bigcommerce Getdefaultabandonedcartemailtemplate Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Getdefaultabandonedcartemailtemplate Example is an example object payload from BigCommerce, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "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 <a href=\"{{ notification.checkout_link }}\">{{notification.checkout.link}}",
        "translations": [
          {
            "locale": "en",
            "keys": {
              "hello_phrase": "Welcome back"
            }
          }
        ]
      }
    }
  ]
}