Skip to main content

Get all buffer locations

GET 

/buffer-locations

Retrieve a list of all buffer locations.

Request

Responses

A list of buffer locations

Schema
  • Array [
  • _id uuid
    name string
    location string
    type string

    Possible values: [pickup, dropoff]

    properties object
    loads object[]
  • Array [
  • _id uuid
    name string
    setName string
    loadType string
    maxWeight number
    loadPositions string[]
    properties object
    createdAt date-time
    updatedAt date-time
  • ]
  • storeId uuid
    createdAt date-time
    updatedAt date-time
  • ]
Loading...