BigCommerce · Example Payload

Bigcommerce Getsiteroute Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Getsiteroute 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": "getSiteRoute",
  "method": "GET",
  "path": "/sites/{site_id}/routes/{route_id}",
  "summary": "BigCommerce Get a Site Route",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "response",
      "example": {
        "data": {
          "id": 60474753,
          "type": "checkout",
          "matching": "5",
          "route": "/my-amazing-product"
        },
        "meta": {}
      }
    }
  ]
}