Skip to main content
POST
Duplicate Catalog

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Organization-Id
string | null

Path Parameters

catalog_id
string
required

Body

application/json
name
string | null

Name for the new catalog copy

description
string | null

Description for the new catalog copy

include_items
boolean
default:false

If true, copy all items from source catalog into the duplicate

Response

Successful Response