Deliveries
Create and manage delivery addresses. The Deliveries API enables you to manage delivery profiles, allowing you to sort your delivery route, to make deliveries happen more efficiently.
Deliveries Get
GEThttps://api.gofarmflow.com/deliveries-get
List all delivery addresses, and associated information.
Delivery Update
POSThttps://api.gofarmflow.com/delivery-update
Move a delivery address up or down the list (sort).
Request Parameters
| Field | Type | Required | Description |
|---|---|---|---|
id |
integer | Required | Delivery Record's ID |
offset |
integer | Required | The amount of rows you want to move the delivery record up or down the list (can be positive or negative) |
Example Request
{
"id": "123",
"offset": "1"
}