Files
medusa-store/www/utils/generated/oas-output/schemas/AdminUpdateStockLocation.ts
2025-10-31 16:15:46 +02:00

26 lines
784 B
TypeScript

/**
* @schema AdminUpdateStockLocation
* type: object
* description: The properties to update in a stock location.
* x-schemaName: AdminUpdateStockLocation
* properties:
* name:
* type: string
* title: name
* description: The stock location's name.
* address:
* $ref: "#/components/schemas/AdminUpsertStockLocationAddress"
* address_id:
* type: string
* title: address_id
* description: The ID of an existing stock location address to associate the stock location with.
* metadata:
* type: object
* description: The stock location's metadata, can hold custom key-value pairs.
* externalDocs:
* url: https://docs.medusajs.com/api/admin#manage-metadata
* description: Learn how to manage metadata
*
*/