BigCommerce · Example Payload

Bigcommerce Updatehooksadmin Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Updatehooksadmin 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": "updateHooksAdmin",
  "method": "PUT",
  "path": "/hooks/admin",
  "summary": "BigCommerce Upsert Email Notifications",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "Example",
      "example": {
        "emails": [
          "user@example.com"
        ]
      }
    }
  ],
  "responseExamples": []
}