Skip to main content
PATCH
Update Category Description

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-runas
string

The User-Id (int or uuid) on whose behalf the request is executed. Requires scope 'Application.RunAs'.

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Path Parameters

salesChannelId
string
required

The id of the sales channel that the descriptions belong to.

languageIso
string
required

The iso code of the language that the descriptions belong to.

categoryId
integer<int32>
required

Body

application/json

The category to update.

Model Class: UpdateCategoryDescription

Name
string
Example:

"Binoculars"

Description
string
Example:

"Best Binoculars"

SeoPath
string
Example:

"binoculars"

SeoMetaDescription
string
Example:

"Best Binoculars"

SeoTitleTag
string
Example:

"Best Binoculars"

SeoMetaKeywords
string
Example:

"Best, Binoculars"

Response