Add Page
OAuthScope
ZohoCommerce.pages.CREATE
HTTP Request
POST https://commerce.zoho.com/zs-site/api/v1/pages
Headers
Header | Values |
Authorization | Zoho-oauthtoken {{ your_auth_token }} |
X-Site-Id | zsite_id which is obtained in Get All Stores API. |
Body Parameters
Parameters | Description |
resource_name | String : Name of the page to be created. |
resource_url* | String : URL of the page to be created. |
resource_id | long : Resource ID of the page. |
parent_id | long : Parent ID of the page |
is_home_page | boolean : Denotes whether the page to be created is the home page. |
custom_sidebar | boolean : Denotes whether custom sidebar is enabled on the page |
custom_banner | boolean : Denotes whether custom banner is enabled on the page. |
Request Example
Copied
Response Example
Copied
Show full
Show less