SalesChannelMarketPlaceAttribute

Get a specific marketplace attribute by ID

get

Retrieve details of a marketplace attribute by its unique ID

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
idintegerRequired

Unique identifier of the resource

Example: 1
Responses
chevron-right
200

Successful response

application/json
get
/api/channel/{channel_id}/attributes/{id}/

Update a marketplace attribute

put

Update an existing marketplace attribute

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
idintegerRequired

Unique identifier of the resource

Example: 1
Body
namestring · max: 255Optional

Name of the attribute

channelintegerOptional

Associated channel ID

locale_attribute_schemainteger | nullableOptional

Associated schema ID, can be null

Responses
chevron-right
200

Successfully updated

application/json
put
/api/channel/{channel_id}/attributes/{id}/

Delete a marketplace attribute

delete

Delete an existing marketplace attribute

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
idintegerRequired

Unique identifier of the resource

Example: 1
Responses
delete
/api/channel/{channel_id}/attributes/{id}/

No content

Partial update of a marketplace attribute

patch

Update a specific field of a marketplace attribute

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
idintegerRequired

Unique identifier of the resource

Example: 1
Body
namestring · max: 255Optional

Name of the attribute

channelintegerOptional

Associated channel ID

locale_attribute_schemainteger | nullableOptional

Associated schema ID, can be null

Responses
chevron-right
200

Successfully updated

application/json
patch
/api/channel/{channel_id}/attributes/{id}/

List all attributes for a channel

get

Retrieve a list of all attributes associated with a specific channel

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Query parameters
pageinteger · min: 1Optional

Specifies the page number of the current dataset

Default: 1
limitinteger · min: 1Optional

Indicates the number of rows on the current page.

Default: 10
Responses
chevron-right
200

Successful response

application/json
get
/api/channel/{channel_id}/attributes/

Create a new marketplace attribute

post

Create a new marketplace attribute for a specific channel

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Body
namestring · max: 255Required

Name of the attribute

channelintegerRequired

Associated channel ID

locale_attribute_schemainteger | nullableOptional

Associated schema ID, can be null

Responses
post
/api/channel/{channel_id}/attributes/

Last updated

Was this helpful?