create - Fulfillment Module Reference
This documentation provides a reference to the create
method. This belongs to the Fulfillment Module.
create(data, sharedContext?): Promise<FulfillmentSetDTO[]>
This method creates fulfillment sets.
Example
Parameters
The fulfillment sets to be created.
Returns
The created fulfillment sets.
create(data, sharedContext?): Promise<FulfillmentSetDTO>
This method creates a fulfillment set.
Example
Parameters
The fulfillment set to be created.
Returns
The created fulfillment set.
Was this section helpful?