SalesChannelMarketPlaceAttributeValue

Retrieve a marketplace attribute value

get

Retrieves a marketplace attribute value

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

Marketplace attribute value details

application/json
get
/api/v1/channel/{channel_id}/attribute_values/{id}

Delete a marketplace attribute value

delete

Deletes a marketplace attribute value via given id

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}/attribute_values/{id}

No content

List of MarketPlaceAttributeValue data

get

Retrieves all data of MarketPlaceAttributeValue

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Responses
chevron-right
200

List of MarketPlaceAttributeValue data

application/json
get
/api/v1/channel/{channel_id}/attribute_values/

Create a new marketplace attribute value

post

Creates a new marketplace attribute value for a spesific channel (Channels are related with the attribute value's attribute data)

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Body
pkintegerRead-onlyOptional

Unique identifier of the attribute

attributeintegerRequired

Associated MarketPlaceAttribute id

labelstring · max: 750Required

Label value of the MarketPlaceAttributeValue data

valuestring | nullableOptional

Value of the MarketPlaceAttributeValue data

created_datestring · date-timeRead-onlyOptional

Creation date of the data

modified_datestring · date-timeRead-onlyOptional

Last modification date

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

Update a marketplace attribute value

patch

Updates a marketplace attribute value via current data

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
idintegerRequired

Unique identifier of the resource

Example: 1
Body
pkintegerRead-onlyOptional

Unique identifier of the attribute

attributeintegerRequired

Associated MarketPlaceAttribute id

labelstring · max: 750Required

Label value of the MarketPlaceAttributeValue data

valuestring | nullableOptional

Value of the MarketPlaceAttributeValue data

created_datestring · date-timeRead-onlyOptional

Creation date of the data

modified_datestring · date-timeRead-onlyOptional

Last modification date

Responses
chevron-right
200

Successfully updated

application/json
patch
/api/v1/channel/{channel_id}/attribute_values/{id}/

Last updated

Was this helpful?