BigCommerce · Schema

_metaCollection

Data about the response, including pagination and collection totals.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
pagination object
View JSON Schema on GitHub

JSON Schema

bigcommerce-metacollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/_metaCollection",
  "title": "_metaCollection",
  "description": "Data about the response, including pagination and collection totals.",
  "type": "object",
  "properties": {
    "pagination": {
      "$ref": "#/components/schemas/Pagination"
    }
  },
  "x-internal": false
}