Description
API call updates the direct fulfillment option
Request Parameters
# |
Name |
Type |
Required |
Example |
Description |
1 |
OrderlineKey |
integer |
0 |
123 |
pixi* orderline ID |
2 |
OrderNr |
integer |
0 |
123 |
pixi* order number |
3 |
DF_Type |
integer |
0 |
2 |
Direct Fulfillment option |
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:pixiSetFulfillmentOptions>
<dem:OrderlineKey>123</dem:OrderlineKey>
<dem:OrderNr>123</dem:OrderNr>
<dem:DF_Type>2</dem:DF_Type>
</dem:pixiSetFulfillmentOptions>
</soapenv:Body>
</soapenv:Envelope>Response
Body 1: Orderline data
# |
Name |
Type |
Description |
1 |
OrderNr |
integer |
Order number in pixi* |
2 |
OrderlineKey |
integer |
ID for the Orderline record |
3 |
Status |
string |
Orderline status |
4 |
DF_type |
string |
Direct Fulfillment option |
5 |
IsEditable |
boolean |
Indicator if the orderline is actually editable |
Body 2: Error message
# |
Name |
Type |
Description |
1 |
ErrorNr |
string |
Error number |
2 |
ErrorMessage |
string |
Error message |
Additional Notes
More information about Direct Fulfillment can be found here: Direct Fulfillment