BigCommerce · Example Payload

Bigcommerce Upsertsitecertificate Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Upsertsitecertificate 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": "upsertSiteCertificate",
  "method": "PUT",
  "path": "/sites/{site_id}/certificate",
  "summary": "BigCommerce Upsert a Site\u2019s SSL/TLS Certificate Information",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "Example",
      "name": "response",
      "example": "{\n    \"data\": {},\n    \"meta\": {}\n}"
    }
  ]
}