Appearance
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
Requiredstring
Format
"uuid"Request Body
application/json
JSON
{
"item_ids": [
"string"
]
}
Responses
Successful Response
application/json
JSON
[
]