SalesChannelCancellationRequestImage

Get cancellation request images that need to be inserted or updated

get

Returns a list of cancellation request images inserted or updated in the sales channel

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
attributesobjectOptional

Filter by image attributes

cancellation_requestintegerOptional

Filter by cancellation request ID

uploaded_byintegerOptional

Filter by user who uploaded the image

Responses
get
/api/channel/{channel_id}/cancellation_request_images/inserts_or_updates/

Retrieve a cancellation request image

get

Returns details of a specific cancellation request image. Only accessible to authenticated users with JWT token.

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
idintegerRequired

Unique identifier of the resource

Example: 1
Responses
get
/api/channel/{channel_id}/cancellation_request_images/{id}/

Get cancellation request images that need to be updated

get

Returns a list of cancellation request images that updated in the sales channel

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
attributesobjectOptional

Filter by image attributes

cancellation_requestintegerOptional

Filter by cancellation request ID

uploaded_byintegerOptional

Filter by user who uploaded the image

Responses
get
/api/channel/{channel_id}/cancellation_request_images/updates/

List all cancellation request images

get

Returns a list of all cancellation request images with optional filtering

Authorizations
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
attributesobjectOptional

Filter by image attributes

cancellation_requestintegerOptional

Filter by cancellation request ID

uploaded_byintegerOptional

Filter by user who uploaded the image

Responses
get
/api/channel/{channel_id}/cancellation_request_images/

Get cancellation request images that need to be inserted

get

Returns a list of cancellation request images inserted in the sales channel

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
attributesobjectOptional

Filter by image attributes

cancellation_requestintegerOptional

Filter by cancellation request ID

uploaded_byintegerOptional

Filter by user who uploaded the image

Responses
get
/api/channel/{channel_id}/cancellation_request_images/inserts/

Last updated

Was this helpful?