BigCommerce · Schema

Request Headers

These are the minium request headers needed for BigCommerce.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
Accepts string
View JSON Schema on GitHub

JSON Schema

bigcommerce-requestheaders-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RequestHeaders",
  "title": "Request Headers",
  "type": "object",
  "description": "These are the minium request headers needed for BigCommerce. ",
  "properties": {
    "Accepts": {
      "type": "string",
      "default": "application/json"
    }
  },
  "x-internal": false
}