BigCommerce · Schema

sort_order

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
sort_order integer Priority this category will be given when included in the menu and category pages. The lower the number, the closer to the top of the results the category will be.
View JSON Schema on GitHub

JSON Schema

bigcommerce-sort-order-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/sort_order",
  "title": "sort_order",
  "type": "object",
  "properties": {
    "sort_order": {
      "type": "integer",
      "description": "Priority this category will be given when included in the menu and category pages. The lower the number, the closer to the top of the results the category will be.\n",
      "example": 3
    }
  }
}