Create Localized Collection Item(s)
Create an item or multiple items in a CMS Collection across multiple corresponding locales.
- This endpoint can create up to 100 items in a request.
- If the
cmsLocaleIds
parameter is not included in the request, an item will only be created in the primary locale.
Required scope | CMS:write
Path parameters
collection_id
Unique identifier for a Collection
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
fieldData
id
Unique identifier for the Item
cmsLocaleIds
Array of identifiers for the locales where the item will be created
lastPublished
The date and time when the item was last published.
lastUpdated
The date and time when the item was last updated.
createdOn
The date and time when the item was created.
isArchived
Indicates whether the item is archived.
isDraft
Indicates whether the item is in draft state.
Response
Request was successful
id
Unique identifier for the Item
cmsLocaleIds
Array of identifiers for the locales where the item will be created
lastUpdated
The date the item was last updated
createdOn
The date the item was created
isArchived
Boolean determining if the Item is set to archived
isDraft
Boolean determining if the Item is set to draft
fieldData
lastPublished
The date the item was last published