update - Fulfillment Module Reference
This documentation provides a reference to the update
method. This belongs to the Fulfillment Module.
update(data, sharedContext?): Promise<FulfillmentSetDTO[]>
This method updates existing fulfillment sets.
Example
Parameters
The attributes to update in the fulfillment sets.
Returns
The updated fulfillment sets.
update(data, sharedContext?): Promise<FulfillmentSetDTO>
This method updates an existing fulfillment set.
Example
Parameters
The attributes to update in the fulfillment set.
Returns
The updated fulfillment set.
Was this section helpful?