BigCommerce · Schema

metaCollection_Full

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-full-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/metaCollection_Full",
  "title": "metaCollection_Full",
  "type": "object",
  "properties": {
    "pagination": {
      "$ref": "#/components/schemas/pagination_Full"
    }
  },
  "description": "Data about the response, including pagination and collection totals.",
  "x-internal": false
}