BigCommerce · Schema

put_Site

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
url string The Fully Qualified URL (including host and scheme) where this site is hosted. All URLs generated for this site will be appended to this.
View JSON Schema on GitHub

JSON Schema

bigcommerce-put-site-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/put_Site",
  "title": "put_Site",
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "The Fully Qualified URL (including host and scheme) where this site is hosted. All URLs generated for this site will be appended to this.",
      "example": "http://kittens.mybigcommerce.com/"
    }
  },
  "x-internal": false
}