Documentation
-
Plugins & Intégrations
-
API | Developers
-
Imprimantes et adaptateurs
-
- Balises Paramétrages
- Connexion Internet
- Connexion Internet par Câble Ethernet (RJ45 LAN)
- Impression Image et logo
- Imprimante ticket : Paramétrage Wifi
- Imprimer PDF
- Mention "Printed using Expedy.io"
- Mise en page texte | Construire un ticket
- Paramétrage connexion GPRS Carte SIM 2G 3G 4G
- QR Code / Barcode
- QuickStart Installation Imprimante Cloud 58mm
- QuickStart Installation Imprimante Cloud 80mm
-
- Balises Paramétrages
- Cloud Print Box : Connexion Câble Ethernet et WiFi
- Connecter une imprimante ticket ESC POS sur l'adaptateur Cloud Print Box
- Impression Image et logo
- Imprimer PDF
- Installation Adaptateur USB Cloud Print
- Mention "Printed using Expedy.io"
- Mise en page texte | Construire un ticket
- QR Code / Barcode
-
Carte SIM M2M
-
Expedy TMS
-
Expedy SHIFT (Coursier)
-
Imprimante Uber Eats
-
Plateformes de livraison
Service requête import commandes (data)
Requête permettant l’importation des commandes.
URL requête : http://www.expedy.fr/api/shop/data
Paramètre | Description | Format |
shop_id | UID de la boutique (https://www.expedy.fr/console) | |
start | Date unix de début de période demandée | |
end | Date unix de fin de période demandée |
Exemple PHP
// xpdy call $xpdy_params = array( 'sid' => $sid, 'token' => $token, 'shop_id' => $shop_id, 'start' => $start, 'end' => $end ); $ch_xpdy = curl_init(); curl_setopt($ch_xpdy, CURLOPT_URL, "https://www.expedy.fr/api/shop/data"); curl_setopt($ch_xpdy, CURLOPT_POST, 1); curl_setopt($ch_xpdy, CURLOPT_POSTFIELDS, http_build_query($xpdy_params)); curl_setopt($ch_xpdy, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch_xpdy, CURLOPT_SSL_VERIFYHOST, false); curl_setopt($ch_xpdy, CURLOPT_SSL_VERIFYPEER, false); $xpdyResult = curl_exec($ch_xpdy); curl_close($ch_xpdy); // end xpdy call
Résultat
order
date
company
firstname
lastname
address
streetaddress
city
postalcode
phone
email
products_refs
product_names
total
tax
total_tax_incl