Skip to content

Exclude items

POST
/api/v1/projects/{project_id}/items/exclude

Soft-deletes items by setting excluded_at. For Magento configurable parents, cascades to children.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Parameters

Path Parameters

project_id*
Type
string
Required
Format
"uuid"

Request Body

application/json
JSON
{
"item_ids": [
"string"
]
}

Responses

Successful Response

application/json
JSON
[
]

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

XC AI Content Automation