{ "operationId": "createPages", "method": "POST", "path": "/content/pages", "summary": "BigCommerce Create Pages", "requestExamples": [ { "contentType": "application/json", "name": "example-1", "example": { "channel_id": 1, "name": "Content Page", "is_visible": false, "parent_id": 0, "sort_order": 0, "type": "page", "body": "
Hello World!
", "is_homepage": false, "meta_title": "My Content page", "meta_keywords": "string", "meta_description": "string", "search_keywords": "string", "url": "/my-content-page" } } ], "responseExamples": [] }