Files
medusa-store/www/apps/api-reference/specs/admin/components/schemas/AdminPostShippingProfilesReq.yaml
2023-11-10 14:27:17 +02:00

23 lines
575 B
YAML

type: object
required:
- name
- type
properties:
name:
description: The name of the Shipping Profile
type: string
type:
description: The type of the Shipping Profile
type: string
enum:
- default
- gift_card
- custom
metadata:
description: An optional set of key-value pairs with additional information.
type: object
externalDocs:
description: Learn about the metadata attribute, and how to delete and update it.
url: >-
https://docs.medusajs.com/development/entities/overview#metadata-attribute