Create map
cms_create_mapCreate map item. Guidance: Create one CMS map (point of interest) item from map category ids. | context: title, categories, address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | Optional SEO payload with title and description. | |
| slug | No | Optional URL slug; the server may normalize it. | |
| No | Optional contact email for the map point. | ||
| title | Yes | Map point name shown in feeds and on the item page. | |
| leadin | No | Optional deck HTML. | |
| status | No | Publication status. Omit on create to default to published. Do not send scheduled. | |
| address | Yes | Street or place address of the point of interest. Required and non-empty. | |
| website | No | Optional website URL for the map point. | |
| latitude | Yes | Latitude of the point in decimal degrees; finite number. | |
| longitude | Yes | Longitude of the point in decimal degrees; finite number. | |
| accessTier | No | Paywall tier. 'premium' locks the item behind an in-app purchase; 'free' leaves it open. Applies only to apps that sell in-app purchases. | |
| categories | Yes | Non-empty category id array. Use cms_list_cms_sections with type='maps' to discover map category ids. | |
| phoneNumber | No | Optional contact phone number for the map point. | |
| publishedDate | No | Future ISO datetime for deferred publication. Requires status='stock' when provided. | |
| commentsEnabled | No | Whether end-user comments are enabled for this map item. | |
| useThumbAsPinIcon | No | Whether the map item thumbnail is used as the map pin icon. Stored as off on create; set a thumbnail via a photo paragraph first, then update this flag. | |
| publicationEndDate | No | Future ISO datetime for scheduled unpublication. |