logo Orderpicking App

Feed Setup Guide

To use the custom API, a json feed is required with all the fields below. This feed should only contain open picking orders that have not yet been completed. See the table below to see which fields must contain a minimum value and which may be empty.

Depending on your platform, you can refresh this feed every X amount of time so that the latest orders also arrive in Order Picking App.

ParameterDescriptionRequiredNot Empty
idOrder IDXX
nameOrder name/number
order_statusStatus of the orderX
order_dateDate: Y-m-dXX
last_nameLast name of the customerX
shipping_methodName of the shipping methodX
order_totalTotal amount/price of the orderXX
products.product_idProduct ID of main productXX
products.variation_idVariation ID if existX
products.image_urlThumbnail image url https://domain.nl/image.pngX
products.priceProduct price (Notation: 9.95 )XX
products.skuProduct SKUXX
products.barcodeProduct Barcode
products.second_barcodeProduct EAN or GTIN
products.nameProduct/Variation nameXX
products.descriptionProduct short descriptionX
products.quantityOrder product amountXX
products.stock_quantityCurrent stock amount of this productX
products.categoriesComma separated category name(s) X

View sample feed

Roadmap:
1. Realization of JSON feed via the stated requirements
2. Registration on Order Picking App with choice of Custom/API
3. Enter the feed URL
4. Set desired settings
5. Start picking

Webhook Setup Guide

You can connect your own system to the Order Picking App by setting a webhook URL in your account. This allows you to automatically receive real-time updates when certain events occur.

Supported Events

  • Order status updates (e.g., created, shipped, completed)
  • Stock changes (e.g., inventory increased or decreased)

How to Set It Up

  1. Log in to your Order Picking App account.
  2. Go to App Settings.
  3. Enter your Webhook URL (e.g., https://domain.nl/webhooks/webhook-sample.php).
  4. Click Save.
  5. Download our sample script and create your own logic!

Any questions, mail us at support@orderpickingapp.nl