24 lines
615 B
TypeScript
24 lines
615 B
TypeScript
/**
|
|
* @schema AdminUpdateShippingProfile
|
|
* 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
|
|
*
|
|
*/
|
|
|