Description
Get OrderHeaders by Date-Range (Create) - based on GetOrderHeaderForCustomer
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
FromDate |
string |
1 |
YYYY-MM-DD hh:mm:ss |
Beginning of the order date range |
| 2 |
ToDate |
string |
1 |
YYYY-MM-DD hh:mm:ss |
End of order date range |
| 3 |
ShopID |
string |
0 |
Sample text |
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:pixiGetOrderHeadersByOrderDate>
<dem:FromDate>YYYY-MM-DD hh:mm:ss</dem:FromDate>
<dem:ToDate>YYYY-MM-DD hh:mm:ss</dem:ToDate>
<dem:ShopID>Sample text</dem:ShopID>
</dem:pixiGetOrderHeadersByOrderDate>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Result set
| # |
Name |
Type |
Description |
| 1 |
OrderHeaderKey |
integer |
OrderHeaderKey |
| 2 |
OrderNr |
integer |
OrderNr |
| 3 |
CreateDate |
string |
CreateDate |
| 4 |
OrderNrExternal |
string |
OrderNrExternal |
| 5 |
OrderTotal |
string |
OrderTotal |
| 6 |
OrderlinesTotal |
string |
OrderlinesTotal |
| 7 |
WholeOrderState |
string |
WholeOrderState |
| 8 |
Shipdate |
string |
Shipdate |
| 9 |
LastShipdate |
string |
LastShipdate |
| 10 |
TrackingID |
string |
TrackingID |
| 11 |
ShipVendor |
string |
ShipVendor |
| 12 |
ShopID |
string |
ShopID |
| 13 |
OrderDate |
string |
OrderDate |
| 14 |
ShipCost |
string |
ShipCost |
| 15 |
PaymentAddressId |
integer |
PaymentAddressId |
| 16 |
ShipmentAddressId |
integer |
ShipmentAddressId |
| 17 |
ShopNote |
integer |
ShopNote |
| 18 |
PaymentType |
string |
PaymentType |
| 19 |
VoucherID |
string |
VoucherID |
| 20 |
VoucherAmount |
string |
VoucherAmount |
| 21 |
CcCardType |
string |
CcCardType |
| 22 |
CcCardNr |
string |
CcCardNr |
| 23 |
CcCardName |
string |
CcCardName |
| 24 |
CcCardExp |
string |
CcCardExp |
| 25 |
Account |
string |
Account |
| 26 |
Blz |
string |
Blz |
| 27 |
BankName |
string |
BankName |
| 28 |
AccountName |
string |
AccountName |
| 29 |
AddressRemarks |
string |
AddressRemarks |
| 30 |
AddrRef |
integer |
AddrRef |
| 31 |
ZIP |
string |
ZIP |
| 32 |
CustKey |
integer |
CustKey |
| 33 |
OrderLocked |
string |
OrderLocked |
| 34 |
CurrencyCode |
string |
CurrencyCode |
Additional Notes