SalesChannelCountries

Retrieve Sales Channel Country

get

Retrieve a specific Sales Channel Country by 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

Sales Channel Country retrieved successfully

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

Update Sales Channel Country

put

Update a specific Sales Channel Country by ID

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
idintegerRequired

Unique identifier of the resource

Example: 1
Body
idintegerRead-onlyOptional

Country ID

namestringRequired

Country Name

Example: Türkiye
codestringRequired

Country Code

Example: TR
is_activebooleanOptional

Is Active (true/false)

Example: true
created_datestring · date-timeRead-onlyOptional

Created Date

Example: 2021-07-07T14:00:00Z
modified_datestring · date-timeRead-onlyOptional

Modified Date

Example: 2021-07-07T14:00:00Z
Responses
chevron-right
200

Sales Channel Country updated

No content

put
/api/v1/channel/{channel_id}/countries/{id}/

No content

Delete Sales Channel Country

delete

Delete a specific Sales Channel Country by 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/v1/channel/{channel_id}/countries/{id}/

No content

Partial Update Sales Channel Country

patch

Partial update a specific Sales Channel Country by ID

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
idintegerRequired

Unique identifier of the resource

Example: 1
Body
idintegerRead-onlyOptional

Country ID

namestringRequired

Country Name

Example: Türkiye
codestringRequired

Country Code

Example: TR
is_activebooleanOptional

Is Active (true/false)

Example: true
created_datestring · date-timeRead-onlyOptional

Created Date

Example: 2021-07-07T14:00:00Z
modified_datestring · date-timeRead-onlyOptional

Modified Date

Example: 2021-07-07T14:00:00Z
Responses
chevron-right
200

Sales Channel Country updated

No content

patch
/api/v1/channel/{channel_id}/countries/{id}/

No content

Retrieve Sales Channel Country with details

get

Retrieve a specific Sales Channel Country by ID with details

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

Sales Channel Country retrieved successfully with details

application/json
get
/api/v1/channel/{channel_id}/countries/{id}/detailed/

List Sales Channel Countries

get

List Sales Channel Countries

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
name__exactstringOptional

Filters by exact name

code__exactstringOptional

Filters by exact code

mapping__integration_typestring · enumOptional

Filter by integration mapping object's integration type

Possible values:
mapping__code__exactstringOptional

Filter by integration mapping object's code

hyperbooleanOptional

Activate id to hyperlink the response data.

Responses
chevron-right
200

OK

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

Create Sales Channel Country

post

Create Sales Channel Country

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Body
idintegerRead-onlyOptional

Country ID

namestringRequired

Country Name

Example: Türkiye
codestringRequired

Country Code

Example: TR
is_activebooleanOptional

Is Active (true/false)

Example: true
created_datestring · date-timeRead-onlyOptional

Created Date

Example: 2021-07-07T14:00:00Z
modified_datestring · date-timeRead-onlyOptional

Modified Date

Example: 2021-07-07T14:00:00Z
Responses
post
/api/v1/channel/{channel_id}/countries/

List Sales Channel Countries with details

get

List Sales Channel Countries with details

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
name__exactstringOptional

Filters by exact name

code__exactstringOptional

Filters by exact code

mapping__integration_typestring · enumOptional

Filter by integration mapping object's integration type

Possible values:
mapping__code__exactstringOptional

Filter by integration mapping object's code

hyperbooleanOptional

Activate id to hyperlink the response data.

Responses
chevron-right
200

OK

application/json
get
/api/v1/channel/{channel_id}/countries/detailed/

Last updated

Was this helpful?