Files
medusa-store/www/utils/generated/oas-output/schemas/AdminInventoryItem.ts
Shahed Nasser be1adac024 chore(oas): [18/n] improve oas schemas (#9311)
Improve OAS schemas [18/n]
2024-09-26 14:08:10 +00:00

77 lines
1.9 KiB
TypeScript

/**
* @schema AdminInventoryItem
* type: object
* description: The reservation's inventory item.
* x-schemaName: AdminInventoryItem
* required:
* - id
* - requires_shipping
* properties:
* id:
* type: string
* title: id
* description: The inventory item's ID.
* sku:
* type: string
* title: sku
* description: The inventory item's sku.
* origin_country:
* type: string
* title: origin_country
* description: The inventory item's origin country.
* hs_code:
* type: string
* title: hs_code
* description: The inventory item's hs code.
* requires_shipping:
* type: boolean
* title: requires_shipping
* description: The inventory item's requires shipping.
* mid_code:
* type: string
* title: mid_code
* description: The inventory item's mid code.
* material:
* type: string
* title: material
* description: The inventory item's material.
* weight:
* type: number
* title: weight
* description: The inventory item's weight.
* length:
* type: number
* title: length
* description: The inventory item's length.
* height:
* type: number
* title: height
* description: The inventory item's height.
* width:
* type: number
* title: width
* description: The inventory item's width.
* title:
* type: string
* title: title
* description: The inventory item's title.
* description:
* type: string
* title: description
* description: The inventory item's description.
* thumbnail:
* type: string
* title: thumbnail
* description: The inventory item's thumbnail.
* metadata:
* type: object
* description: The inventory item's metadata.
* location_levels:
* type: array
* description: The inventory item's location levels.
* items:
* $ref: "#/components/schemas/AdminInventoryLevel"
*
*/