Skip to main content
Skip to main content

retrieveFulfillmentOptions - Fulfillment Module Reference

This documentation provides a reference to the retrieveFulfillmentOptions method. This belongs to the Fulfillment Module.

This method retrieves the fulfillment options of a fulfillment provider.

Example

const fulfillment =
await fulfillmentModuleService.retrieveFulfillmentOptions(
"ful_123"
)

Parameters

providerIdstringRequired
The fulfillment provider's ID.

Returns

PromisePromise<Record<string, unknown>[]>Required
The fulfillment provider's options.
Was this section helpful?