Since pixi version: LOU Official - Update 46 (6.9.46.27927) Additional notes: Available Xml Status in pixi* :

    "COC"	- CONSTRAINTS CHECKED
    
    "Err"	- ERROR
    
    "NEI"	- Non-existing Item in Order XML
    
    "NOX"	- No valid response
    
    "OK" 	- OK
    
    "RTE"	- READY TO EXPORT
    
    "SRR"	- SHOP ERROR
    
    "XEC"	- Error codes in XML
    
    "XER"	- XML ERROR
    
    "XIM"	- XML IMPORTED
    
    "XNI"	- XML HAS NO ITEMS
    
    "XPA"	- XML PARSED
    
    "XPR"	- XML PROCESSED (all imported or updated)

Request

POST https://apigateway.descartes.com/tms/pixi/pixiImportFindXML

Request body

Name Type Required Description
Id string true

Id you want to search for. For "order" it will search for ORDER_ID, for "item" it will search for SUPPLIER_AID

Type: varchar(50)

Default value:

Example: abcdefg1234

Available from: LOU Official - Update 46 (6.9.46.27927)

Type string true

You can use either "order" or "item"

Type: varchar(10)

Default value:

Example: abcdefg

Available from: LOU Official - Update 46 (6.9.46.27927)

Channel integer false

ChannelKey

Type: int

Default value: NULL

Example: 123

Available from: LOU Official - Update 46 (6.9.46.27927)


Response

Name Type Description
Error string

Xml error message

Type: varchar (8000)

Available from: 25.06 (25.6.0.58802)

Status string

Status of Xml. (additional Info)

Type: varchar (3)

Available from: 25.06 (25.6.0.58802)

Request string

Shows the request Xml that were sent

Type: varchar (-1)

Available from: 25.06 (25.6.0.58802)

Response string

Shows the response Xml

Type: varchar (-1)

Available from: 25.06 (25.6.0.58802)

XMLLogKey integer

ID of the XML

Type: int

Available from: 25.06 (25.6.0.58802)

CreateDate string

Create date

Type: datetime

Available from: 25.06 (25.6.0.58802)

UpdateDate string

Last update date of the record

Type: datetime

Available from: 25.06 (25.6.0.58802)

XmlResponseCastErrorNr integer

Error code

Type: int

Available from: 25.06 (25.6.0.58802)

XmlResponseCastErrorMessage string

Error message

Type: varchar (255)

Available from: 25.06 (25.6.0.58802)