pixi Developer & Integration Documentation

pixiPicklistProfilesGet

Description

API call returns picklist profiles


Request Parameters

# Name Type Required Example Description
1 ProfileId integer 0 123 Picklist profile Id
2 ProfileName string 0 abcdefg Picklist profile name
3 UpdatedAfter string 0 YYYY-MM-DD hh:mm:ss Picklist create or update date (start of time range)
4 1SS boolean 0 0 or 1 Return only 1SS picklist profiles

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:pixiPicklistProfilesGet>
         <dem:ProfileId>123</dem:ProfileId>
         <dem:ProfileName>abcdefg</dem:ProfileName>
         <dem:UpdatedAfter>YYYY-MM-DD hh:mm:ss</dem:UpdatedAfter>
         <dem:1SS>0 or 1</dem:1SS>
      </dem:pixiPicklistProfilesGet>
   </soapenv:Body>
</soapenv:Envelope>

Response


Body 1:

# Name Type Description
1 ProfileId integer Picklist profile Id
2 ProfileName string Picklist profile name
3 ProfileDescription string Picklist profile description
4 ProfileFor1SS boolean Indicator of 1SS picklist profile
5 CreateEmp string Creator of the record
6 CreateDate string Create date
7 UpdateEmp string User who last updated the record
8 UpdateDate string Last update date of the record
9 ProfileParameterValues string Picklist profile parameter values (see additional notes)

Body 2: Status output

# Name Type Description
1 Status string Execution status (INFO/ERROR)
2 Message string Description of the status

Additional Notes

API call returns all picklist profiles when no filter parameter is specified.

Sample ProfileParameterValues XML output

<pixiPickList>
  <LocID>001</LocID>
  <LimitNumberOfOrders>999</LimitNumberOfOrders>
  <OrderNrOnly>123</OrderNrOnly>
  <ExtOrderNrOnly />
  <LimitItemsQTY>0</LimitItemsQTY>
  <ConfigType />
  <CountryInclude />
  <CountryExclude />
  <PaymentList>B,K,L,M,N,R,P,C</PaymentList>
  <PartialOrder>false</PartialOrder>
  <OlderThan>0</OlderThan>
  <OlderThanHour>0</OlderThanHour>
  <OlderThanMinute>0</OlderThanMinute>
  <SortBy>BINSORTNUM</SortBy>
  <PartialQtys>false</PartialQtys>
  <OrderNumbers />
  <OrderlineRefs />
  <ConsiderAllLocStock>false</ConsiderAllLocStock>
  <IncludeShipVendors>DHL,D2M,DPD,ENV,FDX,GLS,OPK,SEL,SCL,SIT,SWP,UPS,UPE,VLG,VL2</IncludeShipVendors>
  <IncludeShipLocked>false</IncludeShipLocked>
  <FromBoxNr>0</FromBoxNr>
  <ToBoxNr>0</ToBoxNr>
  <ONLY_express>0</ONLY_express>
  <ONLY_noExpress>0</ONLY_noExpress>
  <ShipDate>0</ShipDate>
  <NewerThan>0</NewerThan>
  <NewerThanHour>0</NewerThanHour>
  <NewerThanMinute>0</NewerThanMinute>
  <ShopList>ADV,FWD,GEN,LEO,NEW,QA,XTC,ZEB</ShopList>
  <QtyHigherThan>0</QtyHigherThan>
  <ExcludeConfigType />
  <ANGdateFilterEnabled>false</ANGdateFilterEnabled>
  <IsBinSortNumEnabled>false</IsBinSortNumEnabled>
  <IsCountryGroupEnabled>false</IsCountryGroupEnabled>
  <OneScanPicklist>false</OneScanPicklist>
  <ANGdateFrom>0</ANGdateFrom>
  <ANGdateTo>0</ANGdateTo>
  <FromBinSortNum>0</FromBinSortNum>
  <ToBinSortNum>0</ToBinSortNum>
  <PLcomment>Comment 123</PLcomment>
  <OnlyForUsedBoxes>0</OnlyForUsedBoxes>
  <FromWeight>0</FromWeight>
  <ToWeight>0</ToWeight>
  <FromVolume>0</FromVolume>
  <ToVolume>0</ToVolume>
  <CountryGroup />
  <MinValueOfNotAvailable>0</MinValueOfNotAvailable>
  <MinValueOfAvailable>0</MinValueOfAvailable>
  <Exclude1SSorders>false</Exclude1SSorders>
  <TagsOR>-3</TagsOR>
  <TagsAND />
  <TagsNOT />
  <IncludeBinGroups />
  <DaysBeforeBBD>0</DaysBeforeBBD>
  <IsDaysBeforeBbdEnabled>true</IsDaysBeforeBbdEnabled>
  <AllItemsWithSelectedTags>true</AllItemsWithSelectedTags>
  <MinNumberOfOrders>0</MinNumberOfOrders>
  <NumberOfPicklistsToCreate>1</NumberOfPicklistsToCreate>
  <IsNewerThanEnabled>false</IsNewerThanEnabled>
  <IsOlderThanEnabled>false</IsOlderThanEnabled>
  <IsMinValueOfNotAvailableEnabled>false</IsMinValueOfNotAvailableEnabled>
  <IsMinValueOfAvailableEnabled>false</IsMinValueOfAvailableEnabled>
  <SOrderNr>0</SOrderNr>
  <FromBin />
  <ToBin />
  <OrderTagsOR>-8,-9,-10,-11</OrderTagsOR>
  <OrderTagsAND />
  <OrderTagsNOT />
  <HighVolume1SSItemKey>0</HighVolume1SSItemKey>
  <IsHighVolumeSplitByItems>0</IsHighVolumeSplitByItems>
  <BoxPhysicallyFull>false</BoxPhysicallyFull>
  <DisablePicklistSplitOnBatchManagement>false</DisablePicklistSplitOnBatchManagement>
</pixiPickList>