Skip to main content

List Fulfillment Dispatch Settings

GET 

/api/warehouses/fulfillment-dispatch-settings

Returns the fulfillment dispatch configuration for every non-supplier warehouse: the fulfillment channel (order_fulfillment), whether fulfillments are automatically dispatched to the connected shipping provider (auto_dispatch_enabled) and whether partial dispatch is allowed (partial_dispatch_enabled).

Required scope: warehouses:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

The response also includes shippingProviders (the available order_fulfillment values: "manual" plus the names of connected shipping-provider integrations) and shippingProviderDispatchEnabled (whether real provider dispatch is on for this account) and shippingProviderDispatchEditable (whether that setting can be toggled here — true outside production, where dispatch is a per-account opt-in; false in production, where it is always on).

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type