Description
Provides status and error details for an import XML.
Request Parameters
# |
Name |
Type |
Required |
Example |
Description |
1 |
Type |
string |
1 |
abcdefg |
You can use either "order" or "item" |
2 |
Id |
string |
1 |
abcdefg1234 |
Id you want to search for. For "order" it will search for ORDER_ID, for "item" it will search for SUPPLIER_AID |
3 |
Channel |
integer |
0 |
123 |
ChannelKey |
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:pixiImportFindXML>
<dem:Type>abcdefg</dem:Type>
<dem:Id>abcdefg1234</dem:Id>
<dem:Channel>123</dem:Channel>
</dem:pixiImportFindXML>
</soapenv:Body>
</soapenv:Envelope>Response
Body 1:
# |
Name |
Type |
Description |
1 |
XMLLogKey |
integer |
ID of the XML |
2 |
Request |
string |
Shows the request Xml that were sent |
3 |
Response |
string |
Shows the response Xml |
4 |
Status |
string |
Status of Xml. (additional Info) |
5 |
CreateDate |
string |
Create date |
6 |
UpdateDate |
string |
Last update date of the record |
7 |
Error |
string |
Xml error message |
8 |
XmlResponseCastErrorNr |
integer |
Error code |
9 |
XmlResponseCastErrorMessage |
string |
Error message |
Additional Notes
Status meanings for pixi import or export XML:
Code |
Meaning |
Type |
Details |
|---|---|---|---|
ERR |
ERROR |
ERROR |
unspecified error |
NEI |
NON-EXISTING ITEM |
ERROR |
in order XML |
NOX |
NO VALID RESPONSE |
ERROR |
|
SRR |
SHOP ERROR |
ERROR |
|
XEC |
ERROR CODES IN XML |
ERROR |
|
XER |
XML ERROR |
ERROR |
can't be parsed |
RET |
READY TO EXPORT |
PROCESSING |
export XML only |
COC |
CONSTRAINTS CHECKED |
PROCESSING |
can either mean that constraints are being checked or |
XIM |
XML IMPORTED |
PROCESSING |
will be parsed next |
XPA |
XML PARSED |
PROCESSING |
next: apply data from import tables to main tables |
OK |
OK |
PROCESSED |
|
XNI |
XML HAS NO ITEMS |
PROCESSED |
|
XPR |
XML PROCESSED |
PROCESSED |
all imported or updated |