Search Orders
POST/orders/search
Retrieve a list of orders by using the search fields below
Name | Type | Required |
---|---|---|
status | string | no |
exported | boolean | no |
externalOrderNumber | string | no |
dateCreated | DateFilter | no |
dateStatusModified | DateFilter | no |
status: the value of the status in Propeller. By default the available statuses are:
- NEW
- VALIDATED
- CONFIRMED
- ARCHIVED
It is possible to create custom statuses in Propeller, please consult the Propeller backoffice for custom status values.
exported: Propeller has functionality to export orders to e.g. other ERP and/or financial systems. Once an order has been exported it is good practice to mark the order as exported using the order
update api. Searching for orders using the exported field will return a list of orders which are (or not) exported to an external system.
externalOrderNumber: Propeller has functionality to export orders to e.g. other ERP and/or financial systems. Depending on the type of system / techniques used for exporting, Propeller gets back an identifier from these systems (e.g an order id / invoice id). This id is stored in Propellor and can be used for searching using the order search api.
Date filter
A date filter is a special date search object that can search through a range:
{
"from": "2020-12-12T00:00:00",
"to": "2022-12-12T00:00:00"
}
Request
Query Parameters
- application/json
Body
Responses
- 200
- 400
Search Orders - 200 (with results) / Search Orders - 200 (no results)
Response Headers
Alt-Svc
string
Via
string
alt-svc
string
content-length
string
date
string
return-format
string
server
string
x-request-id
string
- application/json
- Schema
- Example (from schema)
- Search Orders - 200 (with results)
- Search Orders - 200 (no results)
Schema
Array [
]
data
object[]
clientData
object
invoiceData
object
address
object
paymentData
object
postageData
object
shippingData
object
address
object
total
object
tax
object
{
"data": [
{
"channelId": 1,
"clientData": {
"abbreviation": "SV",
"company": "",
"dateOfBirth": "",
"debtorId": "",
"email": "sander123@propel.us",
"firstName": "Sander",
"fullName": "Sander Vleugelhof",
"gender": "U",
"id": 14711,
"lastName": "Vleugelhof",
"login": "sander123@propel.us",
"middleName": "",
"mobile": "undefined",
"phone": "020-6717171",
"ssn": "",
"title": "",
"vatNumber": ""
},
"date": "2022-02-24T14:14:55",
"debtorId": "",
"email": "",
"externalId": "",
"extraInfo": "",
"firstName": "Sander",
"id": 162,
"invoiceData": {
"address": {
"active": "Y",
"city": "Amsterdam",
"code": "",
"company": "",
"country": "NL",
"email": "",
"fax": "",
"firstName": "Sander",
"gender": "U",
"icp": "N",
"id": 81752,
"isDefault": "N",
"lastName": "Vleugelhof",
"middleName": "",
"mobile": "",
"name": "",
"notes": "",
"number": "257",
"numberExtension": "",
"phone": "",
"postalCode": "1234 AB",
"region": "",
"street": "Gedempt Hamerkanaal",
"type": "invoice",
"url": ""
}
},
"itemCount": 1,
"language": "EN-US",
"lastName": "Vleugelhof",
"middleName": "",
"paymentData": {
"grossAmount": 0,
"netAmount": 0,
"payMethod": "",
"payStatus": "",
"paystatusdate": "",
"tax": 0,
"taxPercentage": 21,
"transactionId": ""
},
"postageData": {
"carrier": "",
"partialDeliveryAllowed": "Y",
"postage": 5,
"postageNet": 6.05,
"postageTaxPercentage": 21,
"requestDate": "",
"shippingMethod": ""
},
"reference": "",
"remarks": "",
"shippingData": {
"address": {
"active": "Y",
"city": "Amsterdam",
"code": "",
"company": "",
"country": "NL",
"email": "",
"fax": "",
"firstName": "Sander",
"gender": "U",
"icp": "N",
"id": 81753,
"isDefault": "N",
"lastName": "Vleugelhof",
"middleName": "",
"mobile": "",
"name": "",
"notes": "",
"number": "257",
"numberExtension": "",
"phone": "",
"postalCode": "1234 AB",
"region": "",
"street": "Gedempt Hamerkanaal",
"type": "delivery",
"url": ""
}
},
"shopId": 1,
"source": "intern",
"status": "CONFIRMED",
"total": {
"discountPercentage": 0,
"discountValue": 0,
"tax": {
"21": 3.15
},
"totalGross": 20,
"totalNet": 24.2
},
"type": "dropshipment",
"userId": 14711
},
{
"channelId": 1,
"clientData": {
"abbreviation": "JS",
"company": "Propellor",
"dateOfBirth": "",
"debtorId": "753953",
"email": "julielarue@propellor.eu",
"firstName": "Jullien",
"fullName": "Jullien Serres",
"gender": "M",
"id": 14718,
"lastName": "Serres",
"login": "julielarue@propellor.eu",
"middleName": "",
"mobile": "06-12345678",
"phone": "020-6717171",
"ssn": "",
"title": "",
"vatNumber": ""
},
"date": "2022-02-25T03:11:58",
"debtorId": "753953",
"email": "",
"externalId": "",
"extraInfo": "",
"firstName": "Julien",
"id": 165,
"invoiceData": {
"address": {
"active": "Y",
"city": "Apeldoorn",
"code": "",
"company": "",
"country": "NL",
"email": "w.spies@propel.us",
"fax": "",
"firstName": "Julien",
"gender": "U",
"icp": "N",
"id": 81765,
"isDefault": "N",
"lastName": "Serres",
"middleName": "",
"mobile": "",
"name": "",
"notes": "",
"number": "",
"numberExtension": "",
"phone": "+31206717171",
"postalCode": "7323 KE",
"region": "",
"street": "Mazurkastraat 20",
"type": "invoice",
"url": ""
}
},
"itemCount": 1,
"language": "EN-US",
"lastName": "Serres",
"middleName": "",
"paymentData": {
"grossAmount": 0,
"netAmount": 0,
"payMethod": "",
"payStatus": "",
"paystatusdate": "",
"tax": 0,
"taxPercentage": 21,
"transactionId": ""
},
"postageData": {
"carrier": "",
"partialDeliveryAllowed": "Y",
"postage": 5,
"postageNet": 6.05,
"postageTaxPercentage": 21,
"requestDate": "",
"shippingMethod": ""
},
"reference": "",
"remarks": "",
"shippingData": {
"address": {
"active": "Y",
"city": "Apeldoorn",
"code": "",
"company": "",
"country": "NL",
"email": "",
"fax": "",
"firstName": "Julien",
"gender": "U",
"icp": "N",
"id": 81766,
"isDefault": "N",
"lastName": "Serres",
"middleName": "",
"mobile": "",
"name": "",
"notes": "",
"number": "20",
"numberExtension": "",
"phone": "",
"postalCode": "7323 KE",
"region": "",
"street": "Mazurkastraat",
"type": "delivery",
"url": ""
}
},
"shopId": 1,
"source": "intern",
"status": "CONFIRMED",
"total": {
"discountPercentage": 0,
"discountValue": 0,
"tax": {
"21": 3.15
},
"totalGross": 20,
"totalNet": 24.2
},
"type": "dropshipment",
"userId": 14718
},
{
"channelId": 1,
"clientData": {
"abbreviation": "JS",
"company": "Propellor",
"dateOfBirth": "",
"debtorId": "753953",
"email": "julielarue@propellor.eu",
"firstName": "Jullien",
"fullName": "Jullien Serres",
"gender": "M",
"id": 14718,
"lastName": "Serres",
"login": "julielarue@propellor.eu",
"middleName": "",
"mobile": "06-12345678",
"phone": "020-6717171",
"ssn": "",
"title": "",
"vatNumber": ""
},
"date": "2022-02-25T10:45:20",
"debtorId": "753953",
"email": "",
"externalId": "",
"extraInfo": "",
"firstName": "Julien",
"id": 166,
"invoiceData": {
"address": {
"active": "Y",
"city": "Apeldoorn",
"code": "",
"company": "",
"country": "NL",
"email": "w.spies@propel.us",
"fax": "",
"firstName": "Julien",
"gender": "U",
"icp": "N",
"id": 81773,
"isDefault": "N",
"lastName": "Serres",
"middleName": "",
"mobile": "",
"name": "",
"notes": "",
"number": "",
"numberExtension": "",
"phone": "+31206717171",
"postalCode": "7323 KE",
"region": "",
"street": "Mazurkastraat 20",
"type": "invoice",
"url": ""
}
},
"itemCount": 1,
"language": "EN-US",
"lastName": "Serres",
"middleName": "",
"paymentData": {
"grossAmount": 0,
"netAmount": 0,
"payMethod": "",
"payStatus": "",
"paystatusdate": "",
"tax": 0,
"taxPercentage": 21,
"transactionId": ""
},
"postageData": {
"carrier": "",
"partialDeliveryAllowed": "Y",
"postage": 5,
"postageNet": 6.05,
"postageTaxPercentage": 21,
"requestDate": "",
"shippingMethod": ""
},
"reference": "",
"remarks": "",
"shippingData": {
"address": {
"active": "Y",
"city": "Apeldoorn",
"code": "",
"company": "",
"country": "NL",
"email": "",
"fax": "",
"firstName": "Julien",
"gender": "U",
"icp": "N",
"id": 81774,
"isDefault": "N",
"lastName": "Serres",
"middleName": "",
"mobile": "",
"name": "",
"notes": "",
"number": "20",
"numberExtension": "",
"phone": "",
"postalCode": "7323 KE",
"region": "",
"street": "Mazurkastraat",
"type": "delivery",
"url": ""
}
},
"shopId": 1,
"source": "intern",
"status": "CONFIRMED",
"total": {
"discountPercentage": 0,
"discountValue": 0,
"tax": {
"21": 6.3
},
"totalGross": 35,
"totalNet": 42.35
},
"type": "dropshipment",
"userId": 14718
},
{
"channelId": 1,
"clientData": {
"abbreviation": "JS",
"company": "Propellor",
"dateOfBirth": "",
"debtorId": "753953",
"email": "julielarue@propellor.eu",
"firstName": "Jullien",
"fullName": "Jullien Serres",
"gender": "M",
"id": 14718,
"lastName": "Serres",
"login": "julielarue@propellor.eu",
"middleName": "",
"mobile": "06-12345678",
"phone": "020-6717171",
"ssn": "",
"title": "",
"vatNumber": ""
},
"date": "2022-02-25T14:56:59",
"debtorId": "753953",
"email": "",
"externalId": "",
"extraInfo": "",
"firstName": "Julien",
"id": 167,
"invoiceData": {
"address": {
"active": "Y",
"city": "Apeldoorn",
"code": "",
"company": "",
"country": "NL",
"email": "w.spies@propel.us",
"fax": "",
"firstName": "Julien",
"gender": "U",
"icp": "N",
"id": 81779,
"isDefault": "N",
"lastName": "Serres",
"middleName": "",
"mobile": "",
"name": "",
"notes": "",
"number": "",
"numberExtension": "",
"phone": "+31206717171",
"postalCode": "7323 KE",
"region": "",
"street": "Mazurkastraat 20",
"type": "invoice",
"url": ""
}
},
"itemCount": 2,
"language": "EN-US",
"lastName": "Serres",
"middleName": "",
"paymentData": {
"grossAmount": 0,
"netAmount": 0,
"payMethod": "",
"payStatus": "",
"paystatusdate": "",
"tax": 0,
"taxPercentage": 21,
"transactionId": ""
},
"postageData": {
"carrier": "",
"partialDeliveryAllowed": "Y",
"postage": 5,
"postageNet": 6.05,
"postageTaxPercentage": 21,
"requestDate": "",
"shippingMethod": ""
},
"reference": "",
"remarks": "",
"shippingData": {
"address": {
"active": "Y",
"city": "Apeldoorn",
"code": "",
"company": "",
"country": "NL",
"email": "",
"fax": "",
"firstName": "Julien",
"gender": "U",
"icp": "N",
"id": 81780,
"isDefault": "N",
"lastName": "Serres",
"middleName": "",
"mobile": "",
"name": "",
"notes": "",
"number": "20",
"numberExtension": "",
"phone": "",
"postalCode": "7323 KE",
"region": "",
"street": "Mazurkastraat",
"type": "delivery",
"url": ""
}
},
"shopId": 1,
"source": "intern",
"status": "CONFIRMED",
"total": {
"discountPercentage": 0,
"discountValue": 0,
"tax": {
"21": 5.9073
},
"totalGross": 33.13,
"totalNet": 40.0873
},
"type": "dropshipment",
"userId": 14718
},
{
"channelId": 1,
"clientData": {
"abbreviation": "JS",
"company": "Propellor",
"dateOfBirth": "",
"debtorId": "753953",
"email": "julielarue@propellor.eu",
"firstName": "Jullien",
"fullName": "Jullien Serres",
"gender": "M",
"id": 14718,
"lastName": "Serres",
"login": "julielarue@propellor.eu",
"middleName": "",
"mobile": "06-12345678",
"phone": "020-6717171",
"ssn": "",
"title": "",
"vatNumber": ""
},
"date": "2022-02-25T19:04:27",
"debtorId": "753953",
"email": "",
"externalId": "",
"extraInfo": "",
"firstName": "Julien",
"id": 169,
"invoiceData": {
"address": {
"active": "Y",
"city": "Apeldoorn",
"code": "",
"company": "",
"country": "NL",
"email": "w.spies@propel.us",
"fax": "",
"firstName": "Julien",
"gender": "U",
"icp": "N",
"id": 81793,
"isDefault": "N",
"lastName": "Serres",
"middleName": "",
"mobile": "",
"name": "",
"notes": "",
"number": "",
"numberExtension": "",
"phone": "+31206717171",
"postalCode": "7323 KE",
"region": "",
"street": "Mazurkastraat 20",
"type": "invoice",
"url": ""
}
},
"itemCount": 2,
"language": "EN-US",
"lastName": "Serres",
"middleName": "",
"paymentData": {
"grossAmount": 0,
"netAmount": 0,
"payMethod": "",
"payStatus": "",
"paystatusdate": "",
"tax": 0,
"taxPercentage": 21,
"transactionId": ""
},
"postageData": {
"carrier": "",
"partialDeliveryAllowed": "Y",
"postage": 0,
"postageNet": 0,
"postageTaxPercentage": 21,
"requestDate": "",
"shippingMethod": ""
},
"reference": "",
"remarks": "",
"shippingData": {
"address": {
"active": "Y",
"city": "Apeldoorn",
"code": "",
"company": "",
"country": "NL",
"email": "",
"fax": "",
"firstName": "Julien",
"gender": "U",
"icp": "N",
"id": 81794,
"isDefault": "N",
"lastName": "Serres",
"middleName": "",
"mobile": "",
"name": "",
"notes": "",
"number": "20",
"numberExtension": "",
"phone": "",
"postalCode": "7323 KE",
"region": "",
"street": "Mazurkastraat",
"type": "delivery",
"url": ""
}
},
"shopId": 1,
"source": "intern",
"status": "CONFIRMED",
"total": {
"discountPercentage": 0,
"discountValue": 0,
"tax": {
"21": 23.31
},
"totalGross": 111,
"totalNet": 134.31
},
"type": "dropshipment",
"userId": 14718
}
],
"messages": [],
"total": 5
}
{
"data": [
{
"channelId": 1,
"clientData": {
"abbreviation": "SV",
"company": "",
"dateOfBirth": "",
"debtorId": "",
"email": "sander123@propel.us",
"firstName": "Sander",
"fullName": "Sander Vleugelhof",
"gender": "U",
"id": 14711,
"lastName": "Vleugelhof",
"login": "sander123@propel.us",
"middleName": "",
"mobile": "undefined",
"phone": "020-6717171",
"ssn": "",
"title": "",
"vatNumber": ""
},
"date": "2022-02-24T14:14:55",
"debtorId": "",
"email": "",
"externalId": "",
"extraInfo": "",
"firstName": "Sander",
"id": 162,
"invoiceData": {
"address": {
"active": "Y",
"city": "Amsterdam",
"code": "",
"company": "",
"country": "NL",
"email": "",
"fax": "",
"firstName": "Sander",
"gender": "U",
"icp": "N",
"id": 81752,
"isDefault": "N",
"lastName": "Vleugelhof",
"middleName": "",
"mobile": "",
"name": "",
"notes": "",
"number": "257",
"numberExtension": "",
"phone": "",
"postalCode": "1234 AB",
"region": "",
"street": "Gedempt Hamerkanaal",
"type": "invoice",
"url": ""
}
},
"itemCount": 1,
"language": "EN-US",
"lastName": "Vleugelhof",
"middleName": "",
"paymentData": {
"grossAmount": 0,
"netAmount": 0,
"payMethod": "",
"payStatus": "",
"paystatusdate": "",
"tax": 0,
"taxPercentage": 21,
"transactionId": ""
},
"postageData": {
"carrier": "",
"partialDeliveryAllowed": "Y",
"postage": 5,
"postageNet": 6.05,
"postageTaxPercentage": 21,
"requestDate": "",
"shippingMethod": ""
},
"reference": "",
"remarks": "",
"shippingData": {
"address": {
"active": "Y",
"city": "Amsterdam",
"code": "",
"company": "",
"country": "NL",
"email": "",
"fax": "",
"firstName": "Sander",
"gender": "U",
"icp": "N",
"id": 81753,
"isDefault": "N",
"lastName": "Vleugelhof",
"middleName": "",
"mobile": "",
"name": "",
"notes": "",
"number": "257",
"numberExtension": "",
"phone": "",
"postalCode": "1234 AB",
"region": "",
"street": "Gedempt Hamerkanaal",
"type": "delivery",
"url": ""
}
},
"shopId": 1,
"source": "intern",
"status": "CONFIRMED",
"total": {
"discountPercentage": 0,
"discountValue": 0,
"tax": {
"21": 3.15
},
"totalGross": 20,
"totalNet": 24.2
},
"type": "dropshipment",
"userId": 14711
},
{
"channelId": 1,
"clientData": {
"abbreviation": "JS",
"company": "Propellor",
"dateOfBirth": "",
"debtorId": "753953",
"email": "julielarue@propellor.eu",
"firstName": "Jullien",
"fullName": "Jullien Serres",
"gender": "M",
"id": 14718,
"lastName": "Serres",
"login": "julielarue@propellor.eu",
"middleName": "",
"mobile": "06-12345678",
"phone": "020-6717171",
"ssn": "",
"title": "",
"vatNumber": ""
},
"date": "2022-02-25T03:11:58",
"debtorId": "753953",
"email": "",
"externalId": "",
"extraInfo": "",
"firstName": "Julien",
"id": 165,
"invoiceData": {
"address": {
"active": "Y",
"city": "Apeldoorn",
"code": "",
"company": "",
"country": "NL",
"email": "w.spies@propel.us",
"fax": "",
"firstName": "Julien",
"gender": "U",
"icp": "N",
"id": 81765,
"isDefault": "N",
"lastName": "Serres",
"middleName": "",
"mobile": "",
"name": "",
"notes": "",
"number": "",
"numberExtension": "",
"phone": "+31206717171",
"postalCode": "7323 KE",
"region": "",
"street": "Mazurkastraat 20",
"type": "invoice",
"url": ""
}
},
"itemCount": 1,
"language": "EN-US",
"lastName": "Serres",
"middleName": "",
"paymentData": {
"grossAmount": 0,
"netAmount": 0,
"payMethod": "",
"payStatus": "",
"paystatusdate": "",
"tax": 0,
"taxPercentage": 21,
"transactionId": ""
},
"postageData": {
"carrier": "",
"partialDeliveryAllowed": "Y",
"postage": 5,
"postageNet": 6.05,
"postageTaxPercentage": 21,
"requestDate": "",
"shippingMethod": ""
},
"reference": "",
"remarks": "",
"shippingData": {
"address": {
"active": "Y",
"city": "Apeldoorn",
"code": "",
"company": "",
"country": "NL",
"email": "",
"fax": "",
"firstName": "Julien",
"gender": "U",
"icp": "N",
"id": 81766,
"isDefault": "N",
"lastName": "Serres",
"middleName": "",
"mobile": "",
"name": "",
"notes": "",
"number": "20",
"numberExtension": "",
"phone": "",
"postalCode": "7323 KE",
"region": "",
"street": "Mazurkastraat",
"type": "delivery",
"url": ""
}
},
"shopId": 1,
"source": "intern",
"status": "CONFIRMED",
"total": {
"discountPercentage": 0,
"discountValue": 0,
"tax": {
"21": 3.15
},
"totalGross": 20,
"totalNet": 24.2
},
"type": "dropshipment",
"userId": 14718
},
{
"channelId": 1,
"clientData": {
"abbreviation": "JS",
"company": "Propellor",
"dateOfBirth": "",
"debtorId": "753953",
"email": "julielarue@propellor.eu",
"firstName": "Jullien",
"fullName": "Jullien Serres",
"gender": "M",
"id": 14718,
"lastName": "Serres",
"login": "julielarue@propellor.eu",
"middleName": "",
"mobile": "06-12345678",
"phone": "020-6717171",
"ssn": "",
"title": "",
"vatNumber": ""
},
"date": "2022-02-25T10:45:20",
"debtorId": "753953",
"email": "",
"externalId": "",
"extraInfo": "",
"firstName": "Julien",
"id": 166,
"invoiceData": {
"address": {
"active": "Y",
"city": "Apeldoorn",
"code": "",
"company": "",
"country": "NL",
"email": "w.spies@propel.us",
"fax": "",
"firstName": "Julien",
"gender": "U",
"icp": "N",
"id": 81773,
"isDefault": "N",
"lastName": "Serres",
"middleName": "",
"mobile": "",
"name": "",
"notes": "",
"number": "",
"numberExtension": "",
"phone": "+31206717171",
"postalCode": "7323 KE",
"region": "",
"street": "Mazurkastraat 20",
"type": "invoice",
"url": ""
}
},
"itemCount": 1,
"language": "EN-US",
"lastName": "Serres",
"middleName": "",
"paymentData": {
"grossAmount": 0,
"netAmount": 0,
"payMethod": "",
"payStatus": "",
"paystatusdate": "",
"tax": 0,
"taxPercentage": 21,
"transactionId": ""
},
"postageData": {
"carrier": "",
"partialDeliveryAllowed": "Y",
"postage": 5,
"postageNet": 6.05,
"postageTaxPercentage": 21,
"requestDate": "",
"shippingMethod": ""
},
"reference": "",
"remarks": "",
"shippingData": {
"address": {
"active": "Y",
"city": "Apeldoorn",
"code": "",
"company": "",
"country": "NL",
"email": "",
"fax": "",
"firstName": "Julien",
"gender": "U",
"icp": "N",
"id": 81774,
"isDefault": "N",
"lastName": "Serres",
"middleName": "",
"mobile": "",
"name": "",
"notes": "",
"number": "20",
"numberExtension": "",
"phone": "",
"postalCode": "7323 KE",
"region": "",
"street": "Mazurkastraat",
"type": "delivery",
"url": ""
}
},
"shopId": 1,
"source": "intern",
"status": "CONFIRMED",
"total": {
"discountPercentage": 0,
"discountValue": 0,
"tax": {
"21": 6.3
},
"totalGross": 35,
"totalNet": 42.35
},
"type": "dropshipment",
"userId": 14718
},
{
"channelId": 1,
"clientData": {
"abbreviation": "JS",
"company": "Propellor",
"dateOfBirth": "",
"debtorId": "753953",
"email": "julielarue@propellor.eu",
"firstName": "Jullien",
"fullName": "Jullien Serres",
"gender": "M",
"id": 14718,
"lastName": "Serres",
"login": "julielarue@propellor.eu",
"middleName": "",
"mobile": "06-12345678",
"phone": "020-6717171",
"ssn": "",
"title": "",
"vatNumber": ""
},
"date": "2022-02-25T14:56:59",
"debtorId": "753953",
"email": "",
"externalId": "",
"extraInfo": "",
"firstName": "Julien",
"id": 167,
"invoiceData": {
"address": {
"active": "Y",
"city": "Apeldoorn",
"code": "",
"company": "",
"country": "NL",
"email": "w.spies@propel.us",
"fax": "",
"firstName": "Julien",
"gender": "U",
"icp": "N",
"id": 81779,
"isDefault": "N",
"lastName": "Serres",
"middleName": "",
"mobile": "",
"name": "",
"notes": "",
"number": "",
"numberExtension": "",
"phone": "+31206717171",
"postalCode": "7323 KE",
"region": "",
"street": "Mazurkastraat 20",
"type": "invoice",
"url": ""
}
},
"itemCount": 2,
"language": "EN-US",
"lastName": "Serres",
"middleName": "",
"paymentData": {
"grossAmount": 0,
"netAmount": 0,
"payMethod": "",
"payStatus": "",
"paystatusdate": "",
"tax": 0,
"taxPercentage": 21,
"transactionId": ""
},
"postageData": {
"carrier": "",
"partialDeliveryAllowed": "Y",
"postage": 5,
"postageNet": 6.05,
"postageTaxPercentage": 21,
"requestDate": "",
"shippingMethod": ""
},
"reference": "",
"remarks": "",
"shippingData": {
"address": {
"active": "Y",
"city": "Apeldoorn",
"code": "",
"company": "",
"country": "NL",
"email": "",
"fax": "",
"firstName": "Julien",
"gender": "U",
"icp": "N",
"id": 81780,
"isDefault": "N",
"lastName": "Serres",
"middleName": "",
"mobile": "",
"name": "",
"notes": "",
"number": "20",
"numberExtension": "",
"phone": "",
"postalCode": "7323 KE",
"region": "",
"street": "Mazurkastraat",
"type": "delivery",
"url": ""
}
},
"shopId": 1,
"source": "intern",
"status": "CONFIRMED",
"total": {
"discountPercentage": 0,
"discountValue": 0,
"tax": {
"21": 5.9073
},
"totalGross": 33.13,
"totalNet": 40.0873
},
"type": "dropshipment",
"userId": 14718
},
{
"channelId": 1,
"clientData": {
"abbreviation": "JS",
"company": "Propellor",
"dateOfBirth": "",
"debtorId": "753953",
"email": "julielarue@propellor.eu",
"firstName": "Jullien",
"fullName": "Jullien Serres",
"gender": "M",
"id": 14718,
"lastName": "Serres",
"login": "julielarue@propellor.eu",
"middleName": "",
"mobile": "06-12345678",
"phone": "020-6717171",
"ssn": "",
"title": "",
"vatNumber": ""
},
"date": "2022-02-25T19:04:27",
"debtorId": "753953",
"email": "",
"externalId": "",
"extraInfo": "",
"firstName": "Julien",
"id": 169,
"invoiceData": {
"address": {
"active": "Y",
"city": "Apeldoorn",
"code": "",
"company": "",
"country": "NL",
"email": "w.spies@propel.us",
"fax": "",
"firstName": "Julien",
"gender": "U",
"icp": "N",
"id": 81793,
"isDefault": "N",
"lastName": "Serres",
"middleName": "",
"mobile": "",
"name": "",
"notes": "",
"number": "",
"numberExtension": "",
"phone": "+31206717171",
"postalCode": "7323 KE",
"region": "",
"street": "Mazurkastraat 20",
"type": "invoice",
"url": ""
}
},
"itemCount": 2,
"language": "EN-US",
"lastName": "Serres",
"middleName": "",
"paymentData": {
"grossAmount": 0,
"netAmount": 0,
"payMethod": "",
"payStatus": "",
"paystatusdate": "",
"tax": 0,
"taxPercentage": 21,
"transactionId": ""
},
"postageData": {
"carrier": "",
"partialDeliveryAllowed": "Y",
"postage": 0,
"postageNet": 0,
"postageTaxPercentage": 21,
"requestDate": "",
"shippingMethod": ""
},
"reference": "",
"remarks": "",
"shippingData": {
"address": {
"active": "Y",
"city": "Apeldoorn",
"code": "",
"company": "",
"country": "NL",
"email": "",
"fax": "",
"firstName": "Julien",
"gender": "U",
"icp": "N",
"id": 81794,
"isDefault": "N",
"lastName": "Serres",
"middleName": "",
"mobile": "",
"name": "",
"notes": "",
"number": "20",
"numberExtension": "",
"phone": "",
"postalCode": "7323 KE",
"region": "",
"street": "Mazurkastraat",
"type": "delivery",
"url": ""
}
},
"shopId": 1,
"source": "intern",
"status": "CONFIRMED",
"total": {
"discountPercentage": 0,
"discountValue": 0,
"tax": {
"21": 23.31
},
"totalGross": 111,
"totalNet": 134.31
},
"type": "dropshipment",
"userId": 14718
}
],
"messages": [],
"total": 5
}
{
"data": [],
"messages": [],
"total": 0
}
Search Orders - 400 (invalid fieldname)
Response Headers
Alt-Svc
string
Via
string
alt-svc
string
content-length
string
date
string
return-format
string
server
string
x-request-id
string
- application/json
- Schema
- Example (from schema)
- Search Orders - 400 (invalid fieldname)
Schema
error
object
{
"error": {
"code": 10007,
"messages": [
"#: extraneous key [extraStatus] is not permitted",
"#: required key [exported] not found",
"#: required key [externalOrderNumber] not found",
"#: required key [status] not found"
],
"moreInfo": "https://www.propel.us/docs/errors/10007",
"status": 400,
"type": "SchemaValidationException"
}
}
{
"error": {
"code": 10007,
"messages": [
"#: extraneous key [extraStatus] is not permitted",
"#: required key [exported] not found",
"#: required key [externalOrderNumber] not found",
"#: required key [status] not found"
],
"moreInfo": "https://www.propel.us/docs/errors/10007",
"status": 400,
"type": "SchemaValidationException"
}
}