27 lines
672 B
TypeScript
27 lines
672 B
TypeScript
/**
|
|
* @schema AdminCreateShippingProfile
|
|
* 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
|
|
*
|
|
*/
|
|
|