Skip to main content
GET
Get dispatch strategies

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

id
string
required

Dispatch Strategy ID

Example:

"opn_WyMhHj"

label
string
required

Dispatch Strategy Label

Example:

"New York City Strategy"

allowedProviders
string[] | null

Allowed providers

Example:
enableAutoDispatch
boolean | null

Enable auto dispatch

Example:

true

providerSelectionStrategy
string | null

Provider selection strategy

Example:

"cheapest"

reassignOnFailure
boolean | null

Reassign on failure

Example:

true

enableMaxDeliveryFee
boolean | null

Enable max delivery fee

Example:

true

maxDeliveryFeeCents
integer | null

Max delivery fee in cents

Example:

10000

costSplitMaxFixedPriceCents
integer | null

Cost split max fixed price in cents

Example:

10000

costSplitMaxPercentage
number | null

Cost split max percentage

Example:

0.1

costSplitStrategy
string | null

Cost split strategy

Example:

"price"

smartReassignment
boolean | null

Smart reassignment

Example:

true