Skip to main content
PUT
Update a fulfillment priority list

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Path Parameters

fulfillmentPriorityListId
integer
required

Fulfillment priority list ID

Body

application/json

Request body for creating or updating a fulfillment priority list.

name
string
required

Unique list name (per tenant, among non-deleted lists).

Maximum string length: 255
Example:

"Flexport"

lines
object[]
required

Ordered routing lines (at least one).

Minimum array length: 1
description
string | null
Example:

"Primary routing"

is_location_aware
boolean
default:false

When true, routing decisions take the order's location into account.

Response

Priority list updated

data
object

A fulfillment priority list (routing priority list). Defines the ordered set of routing lines used to decide which warehouse group / fulfillment channel / destination OMS a sales order's fulfillment orders are routed to.