SalesChannelAttributeValueConfig

Retrieve a marketplace attribute value config

get

Retrieves a specific row for 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
chevron-right
200

OK

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

Lists all of the marketplace attribute value config data

get

Lists all of the records

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
attribute_setinteger[]Optional
attributestringOptional
created_datestring · date-timeOptional

Filter by creation date using supported lookup expressions (e.g., gt, gte, lt, lte, date__gt, etc.).

Example: created_date__gt=2024-01-01T00:00:00Z
modified_datestring · date-timeOptional

Filter by modification date using supported lookup expressions (e.g., gt, gte, lt, lte, date__gt, etc.).

Example: modified_date__lt=2024-01-01T00:00:00Z
Responses
chevron-right
200

OK

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

Last updated

Was this helpful?