Create Tab
Tabs
Create Tab
Creates a new tab in a sheet
POST
Create Tab
Creates a new tab in a sheet. Tab names must be unique within a sheet (case-insensitive). The new tab is automatically positioned after the last existing tab.Documentation Index
Fetch the complete documentation index at: https://docs.anglera.com/llms.txt
Use this file to discover all available pages before exploring further.
Request
Body Parameters
ID of the sheet to create the tab in
Display name for the new tab. Must be unique within the sheet (case-insensitive).
Response
The newly created tab
Example Response
Use the returned
id as the tab_id parameter in Batch Create Products to assign products to this tab.Errors
| Status Code | Description |
|---|---|
400 | Missing required fields (sheet_id or name) |
401 | Invalid API key |
404 | Sheet not found |
409 | A tab with this name already exists in the sheet |
500 | Internal server error |

