Skip to main content
Skip to main content

cancelFulfillment - Fulfillment Module Reference

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

This method cancels a fulfillment.

Example

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

Parameters

idstringRequired
The ID of the fulfillment.
sharedContextContext
A context used to share resources, such as transaction manager, between the application and the module.

Returns

PromisePromise<FulfillmentDTO>Required
cancels a fulfillment.
Was this section helpful?