createShippingProfiles - Fulfillment Module Reference
This documentation provides a reference to the createShippingProfiles
method. This belongs to the Fulfillment Module.
createShippingProfiles(data, sharedContext?): Promise<ShippingProfileDTO[]>
This method creates shipping profiles.
Example
Parameters
The shipping profiles to be created.
Returns
The created shipping profiles.
createShippingProfiles(data, sharedContext?): Promise<ShippingProfileDTO>
This method creates a shipping profile.
Example
Parameters
The shipping profile to be created.
Returns
The created shipping profile.
Was this section helpful?