Skip to main content
PUT
/
commerce
/
orders
/
orderrouting
/
api
/
v1
/
filterDataLists
/
{listId}
Error
A valid request URL is required to generate request examples
{
  "customDataListId": 123,
  "dataType": "STRING",
  "description": "<string>",
  "entries": [
    {
      "customDataListEntryId": 123,
      "notes": "<string>",
      "stringValue": "<string>",
      "value": {}
    }
  ],
  "entryCount": 123,
  "fileName": "<string>",
  "name": "<string>",
  "state": "dataset.ready"
}

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

Path Parameters

listId
integer<int32>
required

Body

application/json
dataType
enum<string>
required
Available options:
STRING,
NUMBER,
LOCATION,
DATE
name
string
required
Maximum string length: 255
description
string
Maximum string length: 255
entries
object[]

Response

OK

customDataListId
integer<int32>
dataType
enum<string>
Available options:
STRING,
NUMBER,
LOCATION,
DATE
description
string
entries
object[]
entryCount
integer<int32>
fileName
string
name
string
state
enum<string>
Available options:
dataset.ready,
dataset.processing,
dataset.error.processing