SalesChannelBatchRequests

Get batch request details

get

Returns details of a specific batch request

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

Batch request details

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

Update batch request

put

Updates a batch request with the provided data

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
idintegerRequired

Unique identifier of the resource

Example: 1
Body
channelinteger · int64Optional

ID of the channel

remote_batch_idstring | nullableOptional

Remote batch ID

content_typestring | nullableOptional

Content type of the batch request

statusstring · enumOptional

Status of the batch request

Possible values:
log_filestring | nullableOptional

Log file content

Responses
chevron-right
200

Batch request updated successfully

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

Delete batch request

delete

Deletes a batch request

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

No content

Partial update batch request

patch

Partially updates a batch request with the provided data

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
idintegerRequired

Unique identifier of the resource

Example: 1
Body
channelinteger · int64Optional

ID of the channel

remote_batch_idstring | nullableOptional

Remote batch ID

content_typestring | nullableOptional

Content type of the batch request

statusstring · enumOptional

Status of the batch request

Possible values:
log_filestring | nullableOptional

Log file content

Responses
chevron-right
200

Batch request updated successfully

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

List batch requests

get

Returns a list of batch requests for the specified channel

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Query parameters
statusstring · enumOptional

Filter by status

Possible values:
content_typestringOptional

Filter by content type

orderingstringOptional

Order by field name

Responses
chevron-right
200

List of batch requests

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

Create batch request

post

Creates a new batch request for the specified channel

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Body
channelinteger · int64Required

ID of the channel

Responses
post
/api/v1/channel/{channel_id}/batch_requests/

Last updated

Was this helpful?