- Integrationen
- Preisgestaltung
- Hilfe-Center
- Lernzentrum keyboard_arrow_down
Erfahren Sie, wie Sie Ihr DropshippingXL-Konto optimal nutzen können. Gehen Sie jeden Schritt durch, von der Authentifizierung über die Verwaltung bezahlter und unbezahlter Bestellungen bis hin zur Produktsynchronisation.
Download OpenAPI specification:Download
New orders will remain unpaid and available for payment in 'Unpaid orders' page. Automatic payment of orders through the API is not available yet.
Details of the order to create
order_reference required | string |
required | object (Address) |
required | Array of objects non-empty [ items ] |
id | string |
customer_order_reference | string |
status | string Default: "unpaid" |
creation_date | string <date-time> |
currency | string |
total | number |
object (Address) | |
Array of objects (OrderProduct) non-empty [ items ] |
{- "order_reference": "70000001",
- "address": {
- "first_name": "John",
- "last_name": "Doe",
- "street": "Schulerstraße",
- "house_number": "25B",
- "city": "Wien",
- "postal_code": "1010",
- "country": "AT",
- "phone": "0684541247"
}, - "products": [
- {
- "product_code": "274181",
- "quantity": 10
}
]
}
{- "id": "e57fa646f3cd2090e8a710fcef",
- "customer_order_reference": "70000001",
- "status": "unpaid",
- "creation_date": "2021-04-29T17:32:28Z",
- "currency": "GBP",
- "total": 98.98,
- "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "street": "Schulerstraße",
- "house_number": "25B",
- "city": "Wien",
- "postal_code": "1010",
- "country": "AT",
- "phone": "0684541247"
}, - "products": [
- {
- "id": "274181",
- "ean": "8718475569039",
- "sku": "274181",
- "name": "vidaXL Cat Tree 182 cm Beige Plush",
- "brand": "vidaXL",
- "quantity": 0,
- "price": 95.99,
- "currency": "GBP"
}
]
}
Displays all the orders which payment is still pending
limit | integer [ 1 .. 50 ] Default: 10 Number of items to return |
offset | integer >= 0 Default: 0 Number of items to skip |
required | Array of objects (UnpaidOrder) [ items ] |
required | object (Pagination) |
{- "items": [
- {
- "id": "e57fa646f3cd2090e8a710fcef",
- "customer_order_reference": "70000001",
- "status": "unpaid",
- "creation_date": "2021-04-29T17:32:28Z",
- "currency": "GBP",
- "total": 98.98,
- "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "street": "Schulerstraße",
- "house_number": "25B",
- "city": "Wien",
- "postal_code": "1010",
- "country": "AT",
- "phone": "0684541247"
}, - "products": [
- {
- "id": "274181",
- "ean": "8718475569039",
- "sku": "274181",
- "name": "vidaXL Cat Tree 182 cm Beige Plush",
- "brand": "vidaXL",
- "quantity": 0,
- "price": 95.99,
- "currency": "GBP"
}
]
}
], - "pagination": {
- "total": 25000,
}
}
order_reference | string Example: order_reference=70000001 |
id | string |
customer_order_reference | string |
status | string Default: "unpaid" |
creation_date | string <date-time> |
currency | string |
total | number |
object (Address) | |
Array of objects (OrderProduct) non-empty [ items ] |
{- "id": "e57fa646f3cd2090e8a710fcef",
- "customer_order_reference": "70000001",
- "status": "unpaid",
- "creation_date": "2021-04-29T17:32:28Z",
- "currency": "GBP",
- "total": 98.98,
- "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "street": "Schulerstraße",
- "house_number": "25B",
- "city": "Wien",
- "postal_code": "1010",
- "country": "AT",
- "phone": "0684541247"
}, - "products": [
- {
- "id": "274181",
- "ean": "8718475569039",
- "sku": "274181",
- "name": "vidaXL Cat Tree 182 cm Beige Plush",
- "brand": "vidaXL",
- "quantity": 0,
- "price": 95.99,
- "currency": "GBP"
}
]
}
id required | string |
id | string |
customer_order_reference | string |
status | string Default: "unpaid" |
creation_date | string <date-time> |
currency | string |
total | number |
object (Address) | |
Array of objects (OrderProduct) non-empty [ items ] |
{- "id": "e57fa646f3cd2090e8a710fcef",
- "customer_order_reference": "70000001",
- "status": "unpaid",
- "creation_date": "2021-04-29T17:32:28Z",
- "currency": "GBP",
- "total": 98.98,
- "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "street": "Schulerstraße",
- "house_number": "25B",
- "city": "Wien",
- "postal_code": "1010",
- "country": "AT",
- "phone": "0684541247"
}, - "products": [
- {
- "id": "274181",
- "ean": "8718475569039",
- "sku": "274181",
- "name": "vidaXL Cat Tree 182 cm Beige Plush",
- "brand": "vidaXL",
- "quantity": 0,
- "price": 95.99,
- "currency": "GBP"
}
]
}
from | string <date> ^\d{4}-\d{2}-\d{2}$ Example: from=2021-04-01 Retrieve items starting from this date |
to | string <date> ^\d{4}-\d{2}-\d{2}$ Example: to=2021-04-30 Retrieve orders until this date |
limit | integer [ 1 .. 50 ] Default: 10 Number of items to return |
offset | integer >= 0 Default: 0 Number of items to skip |
required | Array of objects (Order) [ items ] |
required | object (Pagination) |
{- "items": [
- {
- "id": "400000024005",
- "customer_order_reference": "70000001",
- "status": "string",
- "creation_date": "2021-04-29T17:32:28Z",
- "currency": "GBP",
- "totals": {
- "order": 98.98,
- "products": 95.99,
- "shipping": 2.99,
- "tax": 16.66
}, - "shipping_address": {
- "first_name": "John",
- "last_name": "Doe",
- "street": "Schulerstraße",
- "house_number": "25B",
- "city": "Wien",
- "postal_code": "1010",
- "country": "AT",
- "phone": "0684541247"
}, - "products": [
- {
- "id": "274181",
- "ean": "8718475569039",
- "sku": "274181",
- "name": "vidaXL Cat Tree 182 cm Beige Plush",
- "brand": "vidaXL",
- "quantity": 0,
- "price": 95.99,
- "currency": "GBP"
}
],
}
], - "pagination": {
- "total": 25000,
}
}
order_reference | string Example: order_reference=70000001 |
id required | string |
customer_order_reference | string |
status required | string |
creation_date required | string <date-time> |
currency required | string |
required | object |
required | object (Address) |
required | Array of objects (OrderProduct) non-empty [ items ] |
Array of objects[ items ] | |
documents_link | string^https?:// Link to the documents/invoices resource |
{- "id": "400000024005",
- "customer_order_reference": "70000001",
- "status": "string",
- "creation_date": "2021-04-29T17:32:28Z",
- "currency": "GBP",
- "totals": {
- "order": 98.98,
- "products": 95.99,
- "shipping": 2.99,
- "tax": 16.66
},