From 00921c9680098c923d22d3f217ea5ece9104f9aa Mon Sep 17 00:00:00 2001 From: Chris Nowicki Date: Mon, 28 Jul 2025 14:03:54 -0400 Subject: [PATCH 1/2] docs: add page limit to pages v3 API spec --- reference/pages.v3.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reference/pages.v3.yml b/reference/pages.v3.yml index a2d3f8f3e..01e83f221 100644 --- a/reference/pages.v3.yml +++ b/reference/pages.v3.yml @@ -29,6 +29,10 @@ info: | `raw` | A user-defined page that contains HTML markup or other stringified code. | HTML, other code | | `blog` | A page that contains blog posts. Use caution; `blog`-type pages can only be created in the store control panel, but you may be able to change the type of a blog page to something else with this API. Use the [blog feature of the REST Content API](/docs/rest-content/store-content/blog-posts#create-a-blog-post) to work with blog posts and tags. | empty string | | `link` | A link to an external absolute URL that follows [RFC 3986 standards](https://www.rfc-editor.org/rfc/rfc3986). Displays in the menu of other pages that contain markup. | — | + + ### Page Limits + + Web pages created via this endpoint are subject to the 4000 web page platform limit. Attempting to create pages over the limit will return an error. For more information on platform limits, see [Platform Limits (Help Center)](https://support.bigcommerce.com/s/article/Platform-Limits). servers: - url: 'https://api.bigcommerce.com/stores/{store_hash}/v3' variables: From eda472d9b1a9575ea4d710808aa60a2bdd0defab Mon Sep 17 00:00:00 2001 From: Chris Nowicki Date: Mon, 28 Jul 2025 14:17:14 -0400 Subject: [PATCH 2/2] docs: moved the page limit to the post request description --- reference/pages.v3.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/reference/pages.v3.yml b/reference/pages.v3.yml index 01e83f221..80d81b5a1 100644 --- a/reference/pages.v3.yml +++ b/reference/pages.v3.yml @@ -29,10 +29,6 @@ info: | `raw` | A user-defined page that contains HTML markup or other stringified code. | HTML, other code | | `blog` | A page that contains blog posts. Use caution; `blog`-type pages can only be created in the store control panel, but you may be able to change the type of a blog page to something else with this API. Use the [blog feature of the REST Content API](/docs/rest-content/store-content/blog-posts#create-a-blog-post) to work with blog posts and tags. | empty string | | `link` | A link to an external absolute URL that follows [RFC 3986 standards](https://www.rfc-editor.org/rfc/rfc3986). Displays in the menu of other pages that contain markup. | — | - - ### Page Limits - - Web pages created via this endpoint are subject to the 4000 web page platform limit. Attempting to create pages over the limit will return an error. For more information on platform limits, see [Platform Limits (Help Center)](https://support.bigcommerce.com/s/article/Platform-Limits). servers: - url: 'https://api.bigcommerce.com/stores/{store_hash}/v3' variables: @@ -84,7 +80,10 @@ paths: operationId: createPages tags: - Pages (Bulk) - description: Creates one or more content pages. This endpoint supports bulk operations. + description: |- + Creates one or more content pages. This endpoint supports bulk operations. + + Web pages created via this endpoint are subject to the 4000 web page platform limit. Attempting to create pages over the limit will return an error. For more information on platform limits, see [Platform Limits (Help Center)](https://support.bigcommerce.com/s/article/Platform-Limits). requestBody: content: application/json: