BigCommerce · Example Payload

Bigcommerce Getsettingsavailablefilters Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Getsettingsavailablefilters 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": "getSettingsAvailableFilters",
  "method": "GET",
  "path": "/settings/search/filters/available",
  "summary": "BigCommerce Get Available Filters",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "example-1",
      "example": {
        "data": [
          {
            "id": "Y2F0Zooo123=",
            "name": "Category",
            "product_count": 7,
            "type": "category"
          },
          {
            "id": "YnJh123=",
            "name": "Brand",
            "product_count": 8,
            "type": "brand"
          },
          {
            "id": "cmF0a123",
            "name": "Rating",
            "product_count": 1,
            "type": "rating"
          },
          {
            "id": "cHJp123=",
            "name": "Price",
            "price_range_max": 300.99,
            "price_range_min": 6.75,
            "type": "price"
          },
          {
            "id": "U2l123==",
            "name": "Size",
            "product_count": 3,
            "type": "product"
          },
          {
            "id": "Q29s123=",
            "name": "Color",
            "product_count": 2,
            "type": "product"
          },
          {
            "id": "Ym9123==",
            "name": "Other",
            "type": "other"
          }
        ],
        "meta": {}
      }
    }
  ]
}