Skip to main content
GET
/
orders
/
entry
/
sellersWarehouses
Get order
curl --request GET \
  --url https://api.quivo.co/orders/entry/sellersWarehouses
[
  {
    "sellerId": 123,
    "warehouseIds": [
      123
    ]
  }
]

Response

Returns an array of OrderEntrySellerWarehouse matching the request criteria.

sellerId
integer<int64>

The unique identifier for the seller

warehouseIds
integer<int64>[]

The unique identifier for the warehouses