Skip to main content
POST
/
commerce
/
orders
/
orderrouting
/
api
/
v1
/
strategies
Error
A valid request URL is required to generate request examples
{
  "active": true,
  "candidateSortStrategy": "MINIMIZE_SHIPMENTS",
  "description": "<string>",
  "name": "<string>",
  "orderType": "DIRECTSHIP",
  "preferAtomicAssignments": true,
  "strategyID": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Headers

x-vol-tenant
integer<int32>
required
x-vol-site
integer<int32>
required

Body

application/json
name
string
required
Maximum string length: 255
orderType
enum<string>
required
Available options:
DIRECTSHIP,
TRANSFER,
STH_CONSOLIDATED,
RETURN,
DISPOSITION,
DELIVERY,
BOPIS
preferAtomicAssignments
boolean
required
active
boolean
candidateSortStrategy
enum<string>
Available options:
MINIMIZE_SHIPMENTS,
GROUP_RANK_AND_QUANTITY,
QUANTITY,
DISTANCE
description
string
Maximum string length: 255

Response

OK

active
boolean
candidateSortStrategy
enum<string>
Available options:
MINIMIZE_SHIPMENTS,
GROUP_RANK_AND_QUANTITY,
QUANTITY,
DISTANCE
description
string
name
string
orderType
enum<string>
Available options:
DIRECTSHIP,
TRANSFER,
STH_CONSOLIDATED,
RETURN,
DISPOSITION,
DELIVERY,
BOPIS
preferAtomicAssignments
boolean
strategyID
string