BigCommerce · Example Payload

Bigcommerce Createredirect Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Createredirect 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": "createRedirect",
  "method": "POST",
  "path": "/redirects",
  "summary": "BigCommerce Create a Redirect",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": 3,
        "path": "/mens_clothing",
        "forward": {
          "type": "category",
          "ref": 3
        },
        "url": "http://store.example.com/mens"
      }
    }
  ]
}