ReDoc documentation

sharedCatalog/{id}/unassignProducts

sharedCatalog/{id}/unassignProducts

post/V1/sharedCatalog/{id}/unassignProducts

Remove the specified products from the shared catalog.

Request
path Parameters
id
required
integer
Request Body schema:
required
Array of objects (catalog-data-product-interface)
Responses
200

200 Success.

401

401 Unauthorized

default

Unexpected error

Request samples
{
  • "products": [
    ]
}
Response samples
true