Qodex.ai
Qodex.ai
Introduction
Vendingweb API
Click & Collect (pickupdeliveries)
Get all ordersGet 1 orderCreateUpdate single order
Machines
Get all machinesRemote Dispatch
Machine Layout
Add product to motor
Products
CreateGet all productsGet single product by id fullGet single product by id simpleDownload product image fullDownload thumb image
Stock
Get stock 1 machineGet stock multiple machines
Stock Reservations
Create new reservationReservation products
Transactions
Transactions totals periodTransactions totals productsTransactions per badge
Vouchers
GET all vouchersGET single voucherCreate voucher(s)Use voucherDelete voucher
Remote trigger
Sync machine
Parcels
Add resident
Introduction
Vendingweb API
Click & Collect (pickupdeliveries)
Get all ordersGet 1 orderCreateUpdate single order
Machines
Get all machinesRemote Dispatch
Machine Layout
Add product to motor
Products
CreateGet all productsGet single product by id fullGet single product by id simpleDownload product image fullDownload thumb image
Stock
Get stock 1 machineGet stock multiple machines
Stock Reservations
Create new reservationReservation products
Transactions
Transactions totals periodTransactions totals productsTransactions per badge
Vouchers
GET all vouchersGET single voucherCreate voucher(s)Use voucherDelete voucher
Remote trigger
Sync machine
Parcels
Add resident
HomeVendingweb APIProducts

Products

Number of APIs: 6

  1. Download product image full GET {{url}}/api/external/products/downloadfullimage/{{product_id}}

  2. Create POST {{url}}/api/external/products/create

  3. Get all products GET {{url}}/api/external/products

  4. Get single product by id full GET {{url}}/api/external/products/{{product_id}}

  5. Get single product by id simple GET {{url}}/api/external/products/simple/{{product_id}}

  6. Download thumb image GET {{url}}/api/external/products/downloadthumbimage/{{product_id}}/{{updater_name}}

Previous
Add product to motor
Next
Create