SalesChannelMarketPlaceAttributeSet

Retrieve marketplace attribute set

get

Get details of a specific marketplace attribute set

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 Set details

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

Update a MarketPlaceAttributeSet data for given id

put

Updates a instance of MarketPlaceAttributeSet 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
namestring · max: 255Optional
channelinteger | nullableOptional
remote_idstring | nullableOptional
created_datestring · date-timeOptional
modified_datestring · date-timeOptional
Responses
chevron-right
200

OK

application/json
put
/api/v1/channel/{channel_id}/attribute_sets/{id}/

Delete a marketplace attribute set

delete

Delete an existing marketplace attribute set

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/v1/channel/{channel_id}/attribute_sets/{id}/

Update a MarketPlaceAttributeSet data for given id

patch

Updates a instance of MarketPlaceAttributeSet 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
namestring · max: 255Optional
channelinteger | nullableOptional
remote_idstring | nullableOptional
created_datestring · date-timeOptional
modified_datestring · date-timeOptional
Responses
chevron-right
200

OK

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

List MarketPlace Attribute Set results

get

Lists all of the records for MarketPlace Attribute Set data

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

List of marketplace attribute sets

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

Create Marketplace Attribute Set

post

Creates MarketPlaceAttributeSet data

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Body
pkintegerRead-onlyOptional
namestring · max: 255Optional
channelinteger | nullableOptional
remote_idstring | nullableOptional
created_datestring · date-timeOptional
modified_datestring · date-timeOptional
Responses
post
/api/v1/channel/{channel_id}/attribute_sets/
201

Created

Last updated

Was this helpful?