BigCommerce · Example Payload

Bigcommerce Validateconnectionoptions Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Validateconnectionoptions 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": "validateConnectionOptions",
  "method": "POST",
  "path": "/check_connection_options",
  "summary": "BigCommerce Validate connection options",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "response",
      "example": {
        "valid": true,
        "messages": [
          {
            "text": "adipi",
            "type": "WARNING"
          },
          {
            "text": "nu",
            "type": "WARNING"
          },
          {
            "text": "an",
            "type": "INFO"
          }
        ]
      }
    }
  ]
}