Back to Medusa

UpsertShippingProfileDTO

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

2.14.2900 B
Original Source

import { TypeList } from "docs-ui"

UpsertShippingProfileDTO

The attributes to update in the shipping profile.

<TypeList types={[{"name":"name","type":"string","description":"The name of the shipping profile.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"string","description":"The type of the shipping profile.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"null \| Record<string, unknown>","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"string","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="UpsertShippingProfileDTO"/>