Files
medusa-store/docs-util/oas-output/schemas/AdminPostStockLocationsReq.ts
2024-03-26 18:29:00 +01:00

26 lines
565 B
TypeScript

/**
* @schema AdminPostStockLocationsReq
* type: object
* description: SUMMARY
* x-schemaName: AdminPostStockLocationsReq
* required:
* - name
* properties:
* name:
* type: string
* title: name
* description: The stock location's name.
* address:
* $ref: "#/components/schemas/StockLocationAddress"
* address_id:
* type: string
* title: address_id
* description: The stock location's address id.
* metadata:
* type: object
* description: The stock location's metadata.
* properties: {}
*
*/