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

22 lines
559 B
YAML

type: object
description: The shipping profile's details.
x-schemaName: AdminCreateShippingProfile
required:
- name
- type
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, used to store custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata