BigCommerce · Example Payload

Bigcommerce Getredirects Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Getredirects 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": "getRedirects",
  "method": "GET",
  "path": "/redirects",
  "summary": "BigCommerce Get All Redirects",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "Response Schema",
      "example": ""
    }
  ]
}