Harvest To Do List

View different aspects of your harvest days. The Harvest To Do List API allows you to breakdown different aspects of your harvesting process, by date.

Harvest Items

POSThttps://api.gofarmflow.com/harvest-items

Retrieves a full list of your products, and number of products, that need to be harvested, for the date provided.

Request Parameters
Field Type Required Description
date date Required The date that you'd like to see the list for (YYYY-MM-DD format)
Example Request
{
    "date": "2026-01-01"
}

Harvest Orders

POSThttps://api.gofarmflow.com/harvest-orders

Retrieves a full list of your recurring orders and one-time orders, for the date provided, that need to be harvested and packed, per customer.

Request Parameters
Field Type Required Description
date date Required The date that you'd like to see the list for (YYYY-MM-DD format)
Example Request
{
    "date": "2026-01-01"
}

Harvest Summary

POSThttps://api.gofarmflow.com/harvest-summary

Retrieves your harvest buffer percentage, a full list of your products (and the details for those products), for the date provided, including a total summary.

Request Parameters
Field Type Required Description
date date Required The date that you'd like to see the list for (YYYY-MM-DD format)
Example Request
{
    "date": "2026-01-01"
}

Harvest Packaging Summary

POSThttps://api.gofarmflow.com/harvest-packaging-summary

Retrieves a full list of your products, and the number of packages (by size) that need harvesting, for the date provided.

Request Parameters
Field Type Required Description
date date Required The date that you'd like to see the list for (YYYY-MM-DD format)
Example Request
{
    "date": "2026-01-01"
}

Harvest Delivery Addresses

POSThttps://api.gofarmflow.com/harvest-delivery-addresses

Retrieves a full list of your active delivery addresses, for the date provided, in the order you set, using the Deliveries API.

Request Parameters
Field Type Required Description
date date Required The date that you'd like to see the list for (YYYY-MM-DD format)
Example Request
{
    "date": "2026-01-01"
}