Description
This function returns all Orders that need to be producted (personalised Items)
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
ANGdateFrom |
string |
1 |
YYYY-MM-DD hh:mm:ss |
[mandatory] Date, the order was set to ANG (Start) |
| 2 |
ANGdateTo |
string |
1 |
YYYY-MM-DD hh:mm:ss |
[mandatory] Date, the order was set to ANG (End) |
| 3 |
IncludeHAL |
integer |
0 |
123 |
[optional] Include Orders on Status "HAL"? Either 1 (True) or 0 (False) |
| 4 |
SupplNR |
string |
0 |
Sample text |
[optional] 4 digit Supplier Code |
| 5 |
OrderNRExternal |
string |
0 |
Sample text |
|
| 6 |
CustShipLock |
string |
0 |
Sample text |
|
| 7 |
CustName |
string |
0 |
Sample text |
|
| 8 |
ShopId |
string |
0 |
Sample text |
|
| 9 |
ShowPersonalizedAll |
integer |
0 |
123 |
|
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:pixiGetOrderlinesForProduction>
<dem:ANGdateFrom>YYYY-MM-DD hh:mm:ss</dem:ANGdateFrom>
<dem:ANGdateTo>YYYY-MM-DD hh:mm:ss</dem:ANGdateTo>
<dem:IncludeHAL>123</dem:IncludeHAL>
<dem:SupplNR>Sample text</dem:SupplNR>
<dem:OrderNRExternal>Sample text</dem:OrderNRExternal>
<dem:CustShipLock>Sample text</dem:CustShipLock>
<dem:CustName>Sample text</dem:CustName>
<dem:ShopId>Sample text</dem:ShopId>
<dem:ShowPersonalizedAll>123</dem:ShowPersonalizedAll>
</dem:pixiGetOrderlinesForProduction>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1:
| # |
Name |
Type |
Description |
| 2 |
PersonalizedBarcode |
string |
Personalized Barcode to be put on the item for personalized scan-in |
| 3 |
ItemName |
string |
Artikelname for Item |
| 4 |
ItemNote |
string |
Personlization Text for Orderline
|
| 5 |
OrderDate |
string |
Date, the order was placed
|
| 6 |
OrderNrExternal |
string |
OrderNR External (Imported from Shop) |
| 7 |
OrderNrPixi |
integer |
pixi internal OrderNR |
| 8 |
CustomerNrPixi |
string |
pixi internal customer-Number |
| 9 |
CustomerName |
string |
Name of the Customer |
| 11 |
CustomerNrExternal |
string |
External Reference to the Customer (imported from Shop) |
| 15 |
FullPrice |
number |
Price without Discount |
| 16 |
ItemNrExternal |
string |
External NR for specific Orderline, imported from Shop |
| 19 |
Note |
string |
|
| 21 |
OrderlineKey |
integer |
ID for the Orderline
|
| 22 |
OrdShopID |
string |
Shop-ID the order was created for |
| 23 |
Price |
number |
Price in Euro |
| 26 |
Qty |
string |
Quantity the customer ordered |
| 27 |
ShipCost |
number |
|
| 30 |
Status |
string |
Actual Status
|
| 33 |
ANGdate |
string |
Date, the order was set to ANG (or date of Order on items that are imported on ANG) |
| 34 |
SupplNR |
string |
Reference to Supplier |
Additional Notes
<p>Additional Parameters: </p>
<ul>
<li>OrderNRExternal VARCHAR(50) = NULL ,</li>
<li>CustShipLock VARCHAR(1) = NULL ,</li>
<li>CustName VARCHAR(100) = NULL ,</li>
<li>ShopId VARCHAR(8000) = NULL ,</li>
<li>ShowPersonalizedAll INT = 1</li>
</ul>