Auction Delivery

Supported scenarios

  • Add delivery orders;
  • Add fulfillment orders;
  • Delivery.


Add Delivery Orders

Purpose

Add Delivery Orders for auction delivery in Floriday.


Prerequisites

  • The supplier application has the latest update of organizations;
  • The supplier application has the latest update of warehouses;
  • The supplier application has the latest update of trade-items;
  • The supplier application has the latest update of batches;
  • The user has inserted delivery orders for an external warehouse in the supplier application.

Process steps

NRProcess stepAPI call / scenario
1Create a delivery order with one or more batches or trade items for goods movement to an 'Auction' destination warehouse.
When using trade items, batches will automatically be generated.
AddClockDeliveryOrder
2Get delivery orders by delivery order ID.GetDeliveryOrderById
3The retrieved batches will be added or updated in the supplier application with the new batch IDs.
4Get the package stickers as a PDF for the delivery order.GetTrayLabelsAsPdfById
5The retrieved stickers will be added or updated in the supplier application.
6 Get plant passports (optional).GetPlantPassportPdf
7 The retrieved plant passports will be added or updated in the supplier application.


Add Fulfillment Orders


Purpose

Add Fulfillment Orders for goods movement in Floriday.


Prerequisites

  • The supplier application has the latest update of organizations;
  • The supplier application has the latest update of warehouses;
  • The supplier application has the latest update of trade-items;
  • The supplier application has the latest update of batches;
  • The supplier application has the latest update of delivery orders;
  • The user has inserted fulfillment orders in the supplier application.

Process steps

NRProcess stepAPI call / scenario
1Add a fulfillment order with one or more load carrier items with one or more fulfillment requests with a number of packages.AddFulfillmentOrder
2The 'Auction' warehouse gets an ASN from Floriday.
3The warehouse sends a fulfillment status to Floriday
4Get fulfillment order status by ID.GetFulfillmentOrderStatusById
5The retrieved fulfillment order status will be added or updated in the supplier application.
6Get logistic labels (Auction delivery note) as pdf for a fulfillment order.GetLogisticLabelsById
7The retrieved logistic labels will be added or updated in the supplier application.

📘

Time out errors

504 (Gateway Timeout) on Fulfillment orders

  • Despite an initial 504 error, sometimes fulflillment orders can later be successfully committed within the fulfillment-service if the time out is resolved quickly enough;
  • You can check the status of a placed fulfillment order after the time-out message, when the status is committed you do not have to replace this fulfillment order, when the status is cancelled you do have to place a new fulfillment order.


Delivery


Purpose

Delivery of goods to an auction warehouse.


Prerequisites

  • The supplier application has the latest update of organizations;
  • The supplier application has the latest update of warehouses;
  • The supplier application has the latest update of trade-items;
  • The supplier application has the latest update of batches;
  • The supplier application has the latest update of delivery orders;
  • The supplier application has the latest update of fulfillment orders.

Process steps

NRProcess stepAPI call / scenario
1Dispatch of delivery of goods with logistic labels and optional plant passports to an auction warehouse.
2The auction warehouse receives the goods and scans the logistic labels.
3Get fulfillment order status by ID.GetFulfillmentOrderStatusById
4The retrieved fulfillment order status will be added or updated in the supplier application.