www/apps/resources/references/fulfillment/interfaces/fulfillment.CreateFulfillmentSetDTO/page.mdx
import { TypeList } from "docs-ui"
The fulfillment set to be created.
<TypeList types={[{"name":"name","type":"string","description":"The name of the fulfillment set.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"string","description":"The type of the fulfillment set.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"service_zones","type":"Omit<CreateServiceZoneDTO, "fulfillment_set_id">[]","description":"The service zones associated with the fulfillment set.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"name","type":"string","description":"The name of the service zone.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"geo_zones","type":"(Omit<CreateCountryGeoZoneDTO, "service_zone_id"> \| Omit<CreateProvinceGeoZoneDTO, "service_zone_id"> \| Omit<CreateCityGeoZoneDTO, "service_zone_id"> \| Omit<CreateZipGeoZoneDTO, "service_zone_id">)[]","description":"The geo zones associated with the service zone.","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CreateFulfillmentSetDTO"/>