pixi Developer & Integration Documentation

pixiEmillControlCustomers

Warning: API call is no longer maintained!

Description

Email Control Customers


Request Parameters

#

Name

Type

Required

Example

Description

1

DayRange

integer

0

123

Day Range

2

MinOrderCount

integer

0

123

Min Order Count

3

ShopID

string

0

abc

Shop ID


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:pixiEmillControlCustomers>
         <dem:DayRange>123</dem:DayRange>
         <dem:MinOrderCount>123</dem:MinOrderCount>
         <dem:ShopID>abc</dem:ShopID>
      </dem:pixiEmillControlCustomers>
   </soapenv:Body>
</soapenv:Envelope>


Response


Body 1: Result set

#

Name

Type

Description

0

Name

string

Name

1

eMail

string

eMail

2

AnzahlBestellungen

integer

Anzahl Bestellungen

3

ShopID

string

Shop ID


Additional Notes