Create Localized Collection Item(s)

POST

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_idstringRequired

Unique identifier for a Collection

Request

This endpoint expects an object.
fieldDataobject or list of objectsRequired
cmsLocaleIdslist of stringsOptional

Array of identifiers for the locales where the item will be created

isArchivedbooleanOptionalDefaults to false

Indicates whether the item is archived.

isDraftbooleanOptionalDefaults to false

Indicates whether the item is in draft state.

Response

Request was successful

idstring

Unique identifier for the Item

cmsLocaleIdslist of strings

Array of identifiers for the locales where the item will be created

lastUpdatedstring

The date the item was last updated

createdOnstring

The date the item was created

isArchivedboolean

Boolean determining if the Item is set to archived

isDraftboolean

Boolean determining if the Item is set to draft

fieldDataobject
lastPublishedstringOptional

The date the item was last published

Errors

Built with