pixi Developer & Integration Documentation

pixiImportGetChannels

Description

Returns all import channels configured in pixi that are connected to external platforms. Each channel entry includes a unique identifier, a display name, and the platform type it is linked to. Use the ChannelKey value as the @ChannelRef parameter when calling pipiImportAddXML.


Request Parameters

This API call does not require any parameters.


Request body

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dem="https://api.pixi.eu/soap/demosandbox/">
<soapenv:Header/>
<soapenv:Body>
<dem:pipiImportGetChannels/>
</soapenv:Body>
</soapenv:Envelope>


Response


Body 1: Channels

#

Name

Type

Description

1

ChannelKey

int

Unique identifier of the channel. Use this value as the @ChannelRef parameter in pipiImportAddXML.

2

ChannelName

varchar(32)

Display name of the channel.

3

ChannelType

varchar(32)

Platform type this channel is connected to (e.g. Amazon, plentyONE).