BigCommerce · Example Payload

Bigcommerce Getredirect Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Getredirect 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": "getRedirect",
  "method": "GET",
  "path": "/redirects/{id}",
  "summary": "BigCommerce Get a Redirect",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": 1,
        "path": "/smith-journal-13/",
        "forward": {
          "type": "product",
          "ref": 111
        },
        "url": "http://store-store_hash.mybigcommerce.com/towels/bath-towels/hand-towels/"
      }
    }
  ]
}