orders ordersbybin (http://api.3plcentral.com/rels/orders/ordersbybin)
Resource:
open orders in a given bin
C# Rel Const:
Rels.OrderSvc.OrdersbyBin
URI template:
bins/{bin}{?facilityId}
Obtain URI from:
get all open order(s) in a bin
if no results - bin can be safely used
if one result - bin is in use
- if order is in current batch, then the bin the user scanned was occupado
- if order is not in batch, then there's something afoot at the circle k;
could be a duplicate bin id in facility, could have bug in pack/ship to clear bin, etc..
if more than one result - logic to occupy bin is not respecting this logic.
Success status: 200
Name (* = required) Data Type Description
facilityId * int
bin * string
BinInfo
Type Description
OrderIds IEnumerable<int>
Sample accept: application/hal+json
{
  "orderIds": [
    1
  ]
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.