Download OpenAPI specification:Download
This is a unified, external API for unit and location bin changes.
Performs a bin-change for a unit (identified by its LP) or a location (identified by its name). This will move the unit/location from its current location into another location.
The bin-change was performed successfully.
The server cannot process the request due to a client error. Check the message and detail fields for further information.
Missing, expired, or invalid OAuth bearer token. Request a new token from the auth service.
An internal error occured. Please contact Optoro for further guidance.
Service is unavailable and/or over capacity. Please try again later.
Service is over capacity. Please try again later.
Moves unit LPCN786457
from its current location to CA-TN-0001
.
{- "location_id": "CA-TN-0001",
- "id": "LPCN786457"
}
Moved unit LPCN786457
to CA-TN-0001
.
{- "location_id": "CA-TN-0001",
- "id": "LPCN786457"
}
Shows unit-level and location-level information of the item that should be bin-changed, most importantly information about the directed sorting zone and slot for units.
Bin-change information
The server cannot process the request due to a client error. Check the message and detail fields for further information.
Missing, expired, or invalid OAuth bearer token. Request a new token from the auth service.
An internal error occured. Please contact Optoro for further guidance.
Service is unavailable and/or over capacity. Please try again later.
Service is over capacity. Please try again later.
{- "type": "unit",
- "title": "Lightweight Down Puffer Jacket",
- "image_url": "/images/no_image.png",
- "id": "LPCN786457",
- "sku": "LB23351-GMA01-650",
- "upc": "OID645440561",
- "directed_sorting": {
- "zone": "RTS-SORT",
- "slot": "RTS-SORT-SL1"
}
}