Skip to main content
PUT
Update Catalog product

Authorizations

Authorization
string
header
required

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

Path Parameters

catalogProductId
string
required
Pattern: ^[0-9a-fA-F]{24}$

Body

application/json
name
string

The name of the catalog product

Minimum string length: 1
description
string

The description of the catalog product

externalId
string

The external ID of the catalog product

Response

RequestSuccess

catalogProduct
object
required