External Bin Changes (2022-10-12 r14)

Download OpenAPI specification:Download

This is a unified, external API for unit and container bin changes.

external bin changes

Unit and container bin changes

Create a unit or container bin change

Create a unit or container bin change

Securityoptoro_auth
Request
header Parameters
Optiturn-External-Bin-Changes-Version
string

Version of the External Bin Changes API

Value: "2022-10-12"
Request Body schema: application/json

Create a unit or container bin change

One of:
id
string

The identifier of a unit

location_id
string

The identifier of a location

Responses
201

Successful operation

400

Bad Request. Error message has more details.

401

Missing, expired, or invalid OAuth bearer token. Request a new token from the auth service.

500

An internal error occured. Please contact Optoro for further guidance.

503

Service is unavailable and/or over capacity. Please try again later.

504

Service is over capacity. Please try again later.

post/external_bin_changes
Request samples
application/json
{
  • "location_id": "CA-TN-0001",
  • "id": "LPCN786457"
}
Response samples
application/json
{
  • "location_id": "CA-TN-0001",
  • "id": "LPCN786457"
}

Show a unit or container bin change by ID

Show a unit or container bin change by ID

Securityoptoro_auth
Request
path Parameters
required
string or string

The identifier of a unit or container

header Parameters
Optiturn-External-Bin-Changes-Version
string

Version of the External Bin Changes API

Value: "2022-10-12"
Responses
200

Successful operation

400

Bad Request. Error message has more details.

401

Missing, expired, or invalid OAuth bearer token. Request a new token from the auth service.

500

An internal error occured. Please contact Optoro for further guidance.

503

Service is unavailable and/or over capacity. Please try again later.

504

Service is over capacity. Please try again later.

get/external_bin_changes/{id}
Response samples
application/json
{
  • "title": "Lightweight Down Puffer Jacket",
  • "image_url": "/images/no_image.png",
  • "id": "LPCN786457",
  • "sku": "LB23351-GMA01-650",
  • "upc": "OID645440561",
  • "directed_sorting": {
    }
}
© 2010 – 2025 Optoro, Inc. For official use only by authorized users. Use subject to terms of license agreement.