Back to Medusa

UpdateFulfillmentSetDTO

www/apps/resources/references/fulfillment/interfaces/fulfillment.UpdateFulfillmentSetDTO/page.mdx

2.14.21.2 KB
Original Source

import { TypeList } from "docs-ui"

UpdateFulfillmentSetDTO

The attributes to update in the fulfillment set.

<TypeList types={[{"name":"id","type":"string","description":"The ID of the fulfillment set.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"string","description":"The name of the fulfillment set.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"string","description":"The type of the fulfillment set.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"service_zones","type":"(Omit<CreateServiceZoneDTO, "fulfillment_set_id"> \| object)[]","description":"The service zones associated with the fulfillment set.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"string","description":"The ID of the service zone.","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="UpdateFulfillmentSetDTO"/>