validateFulfillmentOption - Fulfillment Module Reference
This documentation provides a reference to the validateFulfillmentOption
method. This belongs to the Fulfillment Module.
This method validates a fulfillment option with the provider it belongs to.
Example
Parameters
providerId
stringRequiredThe fulfillment provider's ID.
data
Record<string, unknown>RequiredThe fulfillment option to validate.
Returns
Promise
Promise<boolean>RequiredWhether the fulfillment option is valid with the specified provider.
Promise
Promise<boolean>RequiredWas this section helpful?