ReDoc documentation

sharedCatalog/{id}/assignProducts

sharedCatalog/{id}/assignProducts

post/V1/sharedCatalog/{id}/assignProducts

Add products into 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