v2

latestOpenAPI 3.1.02026-08-07750280.6 KB
Catalogues

Assign or unassign items to/from a catalogue

Assign items to a catalogue or unassign them to make them standalone.

post/catalogues/items/assign

Request body

catalogue_idstring uuid nullable

Catalogue ID to assign items to (null or omit to unassign)

item_idsstring[] required

List of item IDs to assign/unassign

Example request

{
  "catalogue_id": "123e4567-e89b-12d3-a456-426614174000",
  "item_ids": [
    "789e0123-e89b-12d3-a456-426614174002",
    "890e0123-e89b-12d3-a456-426614174003"
  ]
}

Response

Items assigned/unassigned successfully

okboolean