POST /collections/{collection_id}/items/bulk

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

Servers

Path parameters

Name Type Required Description
collection_id String Yes

Unique identifier for a Collection

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Query parameters

Name Type Required Description
skipInvalidFiles Boolean No

When true, invalid files are skipped and processing continues. When false, the entire request fails if any file is invalid.

Default value: true

Request body fields

Name Type Required Description
id String No

Unique identifier for the Item

isDraft Boolean No

Indicates whether the item is in draft state.

Default value: false

createdOn String No

The date and time when the item was created.

fieldData Object Yes
isArchived Boolean No

Indicates whether the item is archived.

Default value: false

lastPublished String No

The date and time when the item was last published.

cmsLocaleIds[] Array No

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

lastUpdated String No

The date and time when the item was last updated.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.