Customize your site, manage shipping and payments, and list your products on Amazon, eBay, and Facebook by Meta with the #1 ecommerce platform.
", * "tags": [ * "string" * ], * "summary": "We power ecommerce websites for successful retailers all over the world
", * "is_published": true, * "published_date": { * "timezone_type": 1, * "date": "2018-05-18T08:26:42Z", * "timezone": "+00:00" * }, * "published_date_iso8601": "5/18/2018 1:26:42 PM", * "meta_description": "Welcome Post", * "meta_keywords": "BigCommerce, welcome, ecommerce", * "author": "BigCommerce", * "thumbnail_path": "string" * } */ readonly blogPost_Full: { /** * @description ID of this blog post. READ-ONLY. * @example 3 */ readonly id?: number; } & components["schemas"]["blogPost_Base_Res"]; /** addresses */ readonly addresses: { /** * @description Full URL of where the resource is located. * @example https://api.bigcommerce.com/stores/{store_hash}/v2/customers/5/addresses */ readonly url?: string; /** * @description Resource being accessed. * @example /customers/5/addresses */ readonly resource?: string; }; /** formField */ readonly formField: { /** * @description Name of the form field * @example License Id */ readonly name?: string; /** * @description Value of the form field * @example 123BAF */ readonly value?: string; }; /** page_Full */ readonly page_Full: { /** * @description ID of the page. Read-Only. * @example 44 */ readonly id?: number; } & components["schemas"]["page_Base_Res"]; /** * redirect * @example { * "id": 1, * "path": "/smith-journal-13/", * "forward": { * "type": "product", * "ref": 111 * }, * "url": "http://store-store_hash.mybigcommerce.com/towels/bath-towels/hand-towels/" * } */ readonly redirect: { /** * @description Numeric ID of the redirect. * @example 1 */ readonly id?: number; /** * @description The path from which to redirect. * @example /smith-journal-13/ */ readonly path: string; readonly forward: components["schemas"]["forward"]; /** * @description URL of the redirect. READ-ONLY. * @example http://store-store_hash.mybigcommerce.com/towels/bath-towels/hand-towels/ */ readonly url?: string; }; /** forward */ readonly forward: { /** * @description The type of redirect. If it is a `manual` redirect then type will always be manual. Dynamic redirects will have the type of the page. Such as product or category. * @example product */ readonly type?: string; /** * @description Reference of the redirect. Dynamic redirects will have the category or product number. Manual redirects will have the url that is being directed to. * @example 111 */ readonly ref?: number; }; /** customer_Full */ readonly customer_Full: { /** * @description Unique numeric ID of this customer. This is a READ-ONLY field; do not set or modify its value in a POST or PUT request. * @example 1 */ readonly id?: number; /** @description Not returned in any responses, but accepts up to two fields allowing you to set the customer’s password. If a password is not supplied, it is generated automatically. For further information about using this object, please see the Customers resource documentation. */ readonly _authentication?: { readonly force_reset?: string; readonly password?: string; readonly password_confirmation?: string; }; /** * @description The name of the company for which the customer works. * @example BigCommerce */ readonly company?: string; /** * @description First name of the customer. * @example Jane */ readonly first_name: string; /** * @description Last name of the customer. * @example Doe */ readonly last_name: string; /** * @description Email address of the customer. * @example janedoe@example.com */ readonly email: string; /** * @description Phone number of the customer. * @example 1234567890 */ readonly phone?: string; /** * Format: date-time * @description Date on which the customer registered from the storefront or was created in the control panel. This is a READ-ONLY field; do not set or modify its value in a POST or PUT request. */ readonly date_created?: string; /** * Format: date-time * @description Date on which the customer updated their details in the storefront or was updated in the control panel. This is a READ-ONLY field; do not set or modify its value in a POST or PUT request. * */ readonly date_modified?: string; /** * @description The amount of credit the customer has. (Float, Float as String, Integer) * @example 0 */ readonly store_credit?: string; /** * @description The customer’s IP address when they signed up. * @example 12.345.678.910 */ readonly registration_ip_address?: string; /** * @description The group to which the customer belongs. * @example 2 */ readonly customer_group_id?: number; /** @description Store-owner notes on the customer. */ readonly notes?: string; /** @description If applicable, the tax-exempt category of the shopperʼs customer account. You can apply a tax-exempt category to multiple customers. This code should match the exemption codes provided by the third-party integration. */ readonly tax_exempt_category?: string; /** * @description Records whether the customer would like to receive marketing content from this store. READ-ONLY.This is a READ-ONLY field; do not set or modify its value in a POST or PUT request. * * @example true */ readonly accepts_marketing?: boolean; readonly addresses?: components["schemas"]["addresses"]; /** @description Array of custom fields. This is a READ-ONLY field; do not set or modify its value in a POST or PUT request. */ readonly form_fields?: readonly components["schemas"]["formField"][]; /** * @description Force a password change on next login. * @example false */ readonly reset_pass_on_login?: boolean; }; /** categoryAccessLevel */ readonly categoryAccessLevel: { /** * @description + `all` - Customers can access all categories * + `specific` - Customers can access a specific list of categories * + `none` - Customers are prevented from viewing any of the categories in this group. * @enum {string} */ readonly type?: "all" | "specific" | "none"; /** @description A comma-separated list of category IDs. Should be supplied only if `type` is `specific`. */ readonly categories?: readonly number[]; }; /** timeZone */ readonly timeZone: { /** * @description A string identifying the time zone, in the format: `Customize your site, manage shipping and payments, and list your products on Amazon, eBay, and Facebook by Meta with the #1 ecommerce platform.
", * "tags": [ * "string" * ], * "summary": "We power ecommerce websites for successful retailers all over the world
", * "is_published": true, * "published_date": "Thu, 18 May 2023 13:26:42 -0000", * "published_date_iso8601": "5/18/2023 1:26:42 PM", * "meta_description": "Welcome Post", * "meta_keywords": "BigCommerce, welcome, ecommerce", * "author": "BigCommerce", * "thumbnail_path": "string" * } */ readonly blogPost_Base_Post: { /** * @description Title of this blog post. * @example Welcome to BigCommerce */ readonly title: string; /** * @description URL for the public blog post. * @example /blog/welcome-bigcommerce/ */ readonly url?: string; /** * @description Text body of the blog post. * @exampleCustomize your site, manage shipping and payments, and list your products on Amazon, eBay, and Facebook by Meta with the #1 ecommerce platform.
*/ readonly body: string; /** @description Tags to characterize the blog post. */ readonly tags?: readonly string[]; /** * @description Whether the blog post is published. If you want the post to be or remain published following the request, you must set the field explicitly to true, even if the blog post was already published prior to the request. * @default false * @example true */ readonly is_published: boolean; /** * @description Description text for this blog post’s `` element. * @example Welcome Post */ readonly meta_description?: string; /** * @description Keywords for this blog post’s `` element. * @example BigCommerce, welcome, ecommerce */ readonly meta_keywords?: string; /** * @description Name of the blog post’s author. * @example BigCommerce */ readonly author?: string; /** @description Local path to a thumbnail uploaded to `/product_images/` using [WebDAV](https://support.bigcommerce.com/s/article/File-Access-WebDAV). */ readonly thumbnail_path?: string; /** @example Wed, 10 Aug 2022 15:39:15 -0500 */ readonly published_date?: string; }; /** * blogPost_Base * @example { * "title": "Welcome to BigCommerce", * "url": "/blog/welcome-bigcommerce/", * "preview_url": "/blog/welcome-bigcommerce/", * "body": "Customize your site, manage shipping and payments, and list your products on Amazon, eBay, and Facebook by Meta with the #1 ecommerce platform.
", * "tags": [ * "string" * ], * "summary": "We power ecommerce websites for successful retailers all over the world
", * "is_published": true, * "published_date": { * "timezone_type": 1, * "date": "2018-05-18T08:26:42Z", * "timezone": "+00:00" * }, * "published_date_iso8601": "5/18/2018 1:26:42 PM", * "meta_description": "Welcome Post", * "meta_keywords": "BigCommerce, welcome, ecommerce", * "author": "BigCommerce", * "thumbnail_path": "string" * } */ readonly blogPost_Base: { /** * @description Title of this blog post. * @example Welcome to BigCommerce */ readonly title: string; /** * @description URL for the public blog post. * @example /blog/welcome-bigcommerce/ */ readonly url?: string; /** * @description URL to preview the blog post. READ-ONLY. * @example /blog/welcome-bigcommerce/ */ readonly preview_url?: string; /** * @description Text body of the blog post. * @exampleCustomize your site, manage shipping and payments, and list your products on Amazon, eBay, and Facebook by Meta with the #1 ecommerce platform.
*/ readonly body: string; /** @description Tags to characterize the blog post. */ readonly tags?: readonly string[]; /** * @description Summary of the blog post. READ-ONLY. * @exampleWe power ecommerce websites for successful retailers all over the world
*/ readonly summary?: string; /** * @description Whether the blog post is published. If you want the post to be or remain published following the request, you must set the field explicitly to true, even if the blog post was already published prior to the request. * @default false * @example true */ readonly is_published: boolean; readonly published_date?: components["schemas"]["publishedDate"]; /** * @description Published date in `ISO 8601` format. * @example 5/18/2023 1:26:42 PM */ readonly published_date_iso8601?: string; /** * @description Description text for this blog post’s `` element. * @example Welcome Post */ readonly meta_description?: string; /** * @description Keywords for this blog post’s `` element. * @example BigCommerce, welcome, ecommerce */ readonly meta_keywords?: string; /** * @description Name of the blog post’s author. * @example BigCommerce */ readonly author?: string; /** @description Local path to a thumbnail uploaded to `/product_images/` using [WebDAV](https://support.bigcommerce.com/s/article/File-Access-WebDAV). */ readonly thumbnail_path?: string; }; /** * blogPost_Base_Res * @description blog post base response */ readonly blogPost_Base_Res: { /** * @description Title of this blog post. * @example Welcome to BigCommerce */ readonly title?: string; /** * @description URL for the public blog post. * @example /blog/welcome-bigcommerce/ */ readonly url?: string; /** * @description URL to preview the blog post. READ-ONLY. * @example /blog/welcome-bigcommerce/ */ readonly preview_url?: string; /** * @description Text body of the blog post. * @exampleCustomize your site, manage shipping and payments, and list your products on Amazon, eBay, and Facebook by Meta with the #1 ecommerce platform.
*/ readonly body?: string; /** @description Tags to characterize the blog post. */ readonly tags?: readonly string[]; /** * @description Summary of the blog post. READ-ONLY. * @exampleWe power ecommerce websites for successful retailers all over the world
*/ readonly summary?: string; /** * @description Whether the blog post is published. If you want the post to be or remain published following the request, you must set the field explicitly to true, even if the blog post was already published prior to the request. * @default false * @example true */ readonly is_published: boolean; readonly published_date?: components["schemas"]["publishedDate"]; /** * @description Published date in `ISO 8601` format. * @example 5/18/2023 1:26:42 PM */ readonly published_date_iso8601?: string; /** * @description Description text for this blog post’s `` element. * @example Welcome Post */ readonly meta_description?: string | null; /** * @description Keywords for this blog post’s `` element. * @example BigCommerce, welcome, ecommerce */ readonly meta_keywords?: string | null; /** * @description Name of the blog post’s author. * @example BigCommerce */ readonly author?: string | null; /** @description Local path to a thumbnail uploaded to `/product_images/` using [WebDAV](https://support.bigcommerce.com/s/article/File-Access-WebDAV). */ readonly thumbnail_path?: string | null; }; readonly publishedDate: { /** @example 1 */ readonly timezone_type?: number; /** * Format: date-time * @example 2022-08-10 14:39:15.000000 */ readonly date?: string; /** @example +00:00 */ readonly timezone?: string; }; /** @description Not returned in any responses, but accepts up to two fields allowing you to set the customer’s password. If a password is not supplied, it is generated automatically. For further information about using this object, please see the Customers resource documentation. */ readonly authentication: { readonly force_reset?: string; readonly password?: string; readonly password_confirmation?: string; }; /** page_Base */ readonly page_Base: { /** * @description channel ID * @example 11 */ readonly channel_id?: number; /** * @description Page name, as displayed on the storefront. * @example Contact Form */ readonly name: string; /** @description Text specified for this page’s `We're happy to answer questions or help you with returns.
Please fill out the form below if you need assistance.
We're happy to answer questions or help you with returns.
Please fill out the form below if you need assistance.
Jelly beans muffin marzipan gingerbread donut dessert. Cheesecake cheesecake sugar plum cookie cake tart. Soufflé sesame snaps jelly beans brownie chocolate tart. Marshmallow jujubes candy pie. Gummies lemon drops tart soufflé pastry pie. Caramels wafer biscuit gummi bears. Liquorice toffee wafer bear claw marzipan jelly-o. Dessert bear claw topping icing croissant. Pie bonbon chocolate bar chocolate bar tiramisu chocolate lemon drops candy.
Marshmallow cupcake sweet roll candy marshmallow caramels cotton candy pie icing. Powder jelly beans chupa chups lollipop liquorice marzipan dessert soufflé sesame snaps. Macaroon chupa chups gummies cheesecake ice cream caramels sesame snaps cotton candy gingerbread. Chocolate cake fruitcake tart bear claw lemon drops tart dragée tart apple pie. Halvah chupa chups soufflé jelly soufflé marshmallow. Croissant tart tart. Gingerbread apple pie biscuit.
Wafer lemon drops tart pastry brownie chocolate bar jelly. Dragée muffin cupcake liquorice caramels marzipan gingerbread marzipan. Apple pie pudding jelly sweet roll croissant bonbon wafer. Cookie chocolate bar sesame snaps bonbon macaroon candy canes donut sugar plum. Bear claw bonbon tootsie roll bonbon. Apple pie gummies donut sweet. Marzipan bear claw cotton candy topping dragée bonbon danish powder.
", * "tags": [ * "sugar", * "sweet", * "spice", * "everything", * "nice" * ], * "summary": "Jelly beans muffin marzipan gingerbread donut dessert. Cheesecake cheesecake sugar plum cookie cake tart. Soufflé sesame snaps jelly beans brownie chocolate tart. Marshmallow jujubes candy pie. Gummies lemon drops tart soufflé pastry pie. Caramels wafer biscuit gummi bears. Liquorice toffee wafer bear claw marzipan jelly-o. Dessert bear claw topping icing croissant. Pie bonbon chocolate bar [...]", * "is_published": true, * "published_date": { * "date": "2018-05-18 08:26:42.000000", * "timezone_type": 1, * "timezone": "+00:00" * }, * "published_date_iso8601": "2018-05-18T13:26:42+0000", * "meta_description": "Cupcakes post 2", * "meta_keywords": "sugar,sweet,spice,everything,nice", * "author": "", * "thumbnail_path": "" * }, * { * "id": 2, * "title": "Hello", * "url": "/blog/hello/", * "preview_url": "/blog/hello/", * "body": "Jelly beans muffin marzipan gingerbread donut dessert. Cheesecake cheesecake sugar plum cookie cake tart. Soufflé sesame snaps jelly beans brownie chocolate tart. Marshmallow jujubes candy pie. Gummies lemon drops tart soufflé pastry pie. Caramels wafer biscuit gummi bears. Liquorice toffee wafer bear claw marzipan jelly-o. Dessert bear claw topping icing croissant. Pie bonbon chocolate bar chocolate bar tiramisu chocolate lemon drops candy.
Marshmallow cupcake sweet roll candy marshmallow caramels cotton candy pie icing. Powder jelly beans chupa chups lollipop liquorice marzipan dessert soufflé sesame snaps. Macaroon chupa chups gummies cheesecake ice cream caramels sesame snaps cotton candy gingerbread. Chocolate cake fruitcake tart bear claw lemon drops tart dragée tart apple pie. Halvah chupa chups soufflé jelly soufflé marshmallow. Croissant tart tart. Gingerbread apple pie biscuit.
Wafer lemon drops tart pastry brownie chocolate bar jelly. Dragée muffin cupcake liquorice caramels marzipan gingerbread marzipan. Apple pie pudding jelly sweet roll croissant bonbon wafer. Cookie chocolate bar sesame snaps bonbon macaroon candy canes donut sugar plum. Bear claw bonbon tootsie roll bonbon. Apple pie gummies donut sweet. Marzipan bear claw cotton candy topping dragée bonbon danish powder.
", * "tags": [ * "cupcakes", * "sugar", * "sweet" * ], * "summary": "Jelly beans muffin marzipan gingerbread donut dessert. Cheesecake cheesecake sugar plum cookie cake tart. Soufflé sesame snaps jelly beans brownie chocolate tart. Marshmallow jujubes candy pie. Gummies lemon drops tart soufflé pastry pie. Caramels wafer biscuit gummi bears. Liquorice toffee wafer bear claw marzipan jelly-o. Dessert bear claw topping icing croissant. Pie bonbon chocolate bar [...]", * "is_published": true, * "published_date": { * "date": "2018-05-18 08:26:00.000000", * "timezone_type": 1, * "timezone": "+00:00" * }, * "published_date_iso8601": "2018-05-18T13:26:00+0000", * "meta_description": "cupcake blog post", * "meta_keywords": "cupcakes,sugar,sweet", * "author": "", * "thumbnail_path": "" * }, * { * "id": 1, * "title": "Your first blog post!", * "url": "/your-first-blog-post/", * "preview_url": "/your-first-blog-post/", * "body": "Welcome to your blog!
A blog is a great place to share details on your products, business and whatever else you think your shoppers might like to hear from you. You can include photos in your blog posts and even videos. For ideas and inspiration on how to structure your blog, take a look at the BigCommerce ecommerce blog.
How can I delete this post?
To delete this post and add your own, login to your admin area and go to Storefront > Blog in the left hand menu.
Powered by BigCommerce
Your website, online store and blog are powered by BigCommerce ecommerce software. It includes everything you need to run a beautiful online store including ecommerce website templates, ecommerce hosting, an online shopping cart and more.
Customize your site, manage shipping and payments, and list your products on Amazon, eBay, and Facebook by Meta with the #1 ecommerce platform.
", * "tags": [ * "BigCommerce", * "welcome", * "ecommerce" * ], * "summary": "We power ecommerce websites for successful retailers all over the world
", * "is_published": true, * "published_date": { * "date": "2018-05-18T08:26:42.000Z", * "timezone_type": 1, * "timezone": "+00:00" * }, * "published_date_iso8601": "2018-05-18T13:26:42.000Z", * "meta_description": "Welcome Post", * "meta_keywords": "BigCommerce, welcome, ecommerce", * "author": "BigCommerce", * "thumbnail_path": "" * } */ readonly "application/json": components["schemas"]["blogPost_Base_Res"]; }; }; /** @description Multiple operations have taken place and the status for each operation can be viewed in the body of the response. Typically indicates that a partial failure has occurred, such as when a `POST` or `PUT` request is successful, but saving the URL has failed. */ readonly 207: { headers: { readonly [name: string]: unknown; }; content: { readonly "application/json": { readonly [key: string]: unknown; }; }; }; }; }; readonly deleteBlogPosts: { readonly parameters: { readonly query?: { /** @description Filter param. */ readonly page?: number; /** @description Filter param. */ readonly limit?: number; }; readonly header?: { /** @description The [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) of the response body. */ readonly Accept?: components["parameters"]["Accept"]; }; readonly path?: never; readonly cookie?: never; }; readonly requestBody?: never; readonly responses: { readonly 204: { headers: { readonly [name: string]: unknown; }; content?: never; }; }; }; readonly getBlogPost: { readonly parameters: { readonly query?: never; readonly header?: { /** @description The [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) of the response body. */ readonly Accept?: components["parameters"]["Accept"]; }; readonly path: { /** @description ID of the blog post. */ readonly id: number; }; readonly cookie?: never; }; readonly requestBody?: never; readonly responses: { readonly 200: { headers: { readonly [name: string]: unknown; }; content: { /** @example { * "id": 3, * "title": "Welcome to BigCommerce", * "url": "/blog/welcome-bigcommerce/", * "preview_url": "/blog/welcome-bigcommerce/", * "body": "Customize your site, manage shipping and payments, and list your products on Amazon, eBay, and Facebook by Meta with the #1 ecommerce platform.
", * "tags": [ * "BigCommerce", * "welcome", * "ecommerce" * ], * "summary": "We power ecommerce websites for successful retailers all over the world
", * "is_published": true, * "published_date": { * "date": "2018-05-18T08:26:42.000Z", * "timezone_type": 1, * "timezone": "+00:00" * }, * "published_date_iso8601": "2018-05-18T13:26:42.000Z", * "meta_description": "Welcome Post", * "meta_keywords": "BigCommerce, welcome, ecommerce", * "author": "BigCommerce", * "thumbnail_path": "" * } */ readonly "application/json": components["schemas"]["blogPost_Full"]; }; }; }; }; readonly updateBlogPost: { readonly parameters: { readonly query?: never; readonly header?: { /** @description The [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) of the response body. */ readonly Accept?: components["parameters"]["Accept"]; /** @description The [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) of the request body. */ readonly "Content-Type"?: components["parameters"]["ContentType"]; }; readonly path: { /** @description ID of the blog post. */ readonly id: number; }; readonly cookie?: never; }; readonly requestBody: { readonly content: { readonly "application/json": components["schemas"]["blogPost_Base_Post"]; }; }; readonly responses: { readonly 200: { headers: { readonly [name: string]: unknown; }; content: { /** @example { * "id": 3, * "title": "Welcome to BigCommerce", * "url": "/blog/welcome-bigcommerce/", * "preview_url": "/blog/welcome-bigcommerce/", * "body": "Customize your site, manage shipping and payments, and list your products on Amazon, eBay, and Facebook by Meta with the #1 ecommerce platform.
", * "tags": [ * "BigCommerce", * "welcome", * "ecommerce" * ], * "summary": "We power ecommerce websites for successful retailers all over the world
", * "is_published": true, * "published_date": { * "date": "2018-05-18T08:26:42.000Z", * "timezone_type": 1, * "timezone": "+00:00" * }, * "published_date_iso8601": "2018-05-18T13:26:42.000Z", * "meta_description": "Welcome Post", * "meta_keywords": "BigCommerce, welcome, ecommerce", * "author": "BigCommerce", * "thumbnail_path": "" * } */ readonly "application/json": components["schemas"]["blogPost_Base_Res"]; }; }; /** @description Multiple operations have taken place and the status for each operation can be viewed in the body of the response. Typically indicates that a partial failure has occurred, such as when a `POST` or `PUT` request is successful, but saving the URL has failed. */ readonly 207: { headers: { readonly [name: string]: unknown; }; content: { readonly "application/json": { readonly [key: string]: unknown; }; }; }; }; }; readonly deleteBlogPost: { readonly parameters: { readonly query?: never; readonly header?: { /** @description The [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) of the response body. */ readonly Accept?: components["parameters"]["Accept"]; }; readonly path: { /** @description ID of the blog post. */ readonly id: number; }; readonly cookie?: never; }; readonly requestBody?: never; readonly responses: { readonly 204: { headers: { readonly [name: string]: unknown; }; content?: never; }; }; }; readonly getBlogPostsCount: { readonly parameters: { readonly query?: never; readonly header?: { /** @description The [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) of the response body. */ readonly Accept?: components["parameters"]["Accept"]; }; readonly path?: never; readonly cookie?: never; }; readonly requestBody?: never; readonly responses: { readonly 200: { headers: { readonly [name: string]: unknown; }; content: { /** @example { * "count": 27 * } */ readonly "application/json": components["schemas"]["count_Response"]; }; }; }; }; readonly getPages: { readonly parameters: { readonly query?: { /** @description Filter param. */ readonly page?: number; /** @description Filter param. */ readonly limit?: number; }; readonly header?: { /** @description The [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) of the response body. */ readonly Accept?: components["parameters"]["Accept"]; }; readonly path?: never; readonly cookie?: never; }; readonly requestBody?: never; readonly responses: { readonly 200: { headers: { readonly [name: string]: unknown; }; content: { /** @example [ * { * "id": 6, * "channel_id": 11, * "name": "Contact Form", * "meta_title": "", * "email": "janedoe@example.com", * "body": "We are happy to answer questions or help you with...", * "is_visible": true, * "parent_id": 5, * "sort_order": 3, * "meta_keywords": "", * "type": "page", * "contact_fields": "fullname,companyname,phone,orderno,rma", * "meta_description": "", * "is_homepage": false, * "layout_file": "page.html", * "is_customers_only": false, * "search_keywords": "", * "has_mobile_version": false, * "mobile_body": "", * "url": "/contact-us/" * } * ] */ readonly "application/json": readonly components["schemas"]["page_Full"][]; }; }; }; }; readonly createPage: { readonly parameters: { readonly query?: never; readonly header?: { /** @description The [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) of the response body. */ readonly Accept?: components["parameters"]["Accept"]; /** @description The [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) of the request body. */ readonly "Content-Type"?: components["parameters"]["ContentType"]; }; readonly path?: never; readonly cookie?: never; }; readonly requestBody: { readonly content: { /** @example { * "channel_id": 1, * "name": "Contact Form", * "meta_title": "string", * "body": "We're happy to answer questions or help you with returns.
Please fill out the form below if you need assistance.