Files
medusa-store/www/apps/api-reference/specs/admin/components/schemas/AdminUpdateShippingProfile.yaml

19 lines
511 B
YAML

type: object
description: The properties to update in the shipping profile.
properties:
name:
type: string
title: name
description: The shipping profile's name.
type:
type: string
title: type
description: The shipping profile's type.
metadata:
type: object
description: The shipping profile's metadata.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
x-schemaName: AdminUpdateShippingProfile