BigCommerce · Example Payload

Bigcommerce Upsertcustomtemplateassociations Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Upsertcustomtemplateassociations 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": "upsertCustomTemplateAssociations",
  "method": "PUT",
  "path": "/storefront/custom-template-associations",
  "summary": "BigCommerce Upsert Custom Template Associations",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "example-1",
      "example": [
        {
          "id": 1,
          "channel_id": 1,
          "entity_type": "product",
          "entity_id": 123,
          "file_name": "custom-product-1.html"
        },
        {
          "id": 2,
          "channel_id": 12345,
          "entity_type": "page",
          "entity_id": 123,
          "file_name": "custom-page.html"
        }
      ]
    }
  ],
  "responseExamples": []
}