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

62 lines
1.6 KiB
TypeScript

/**
* @schema AdminPostInventoryItemsInventoryItemReq
* type: object
* description: SUMMARY
* x-schemaName: AdminPostInventoryItemsInventoryItemReq
* properties:
* 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.
* 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.
* height:
* type: number
* title: height
* description: The inventory item's height.
* length:
* type: number
* title: length
* description: The inventory item's length.
* 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.
* requires_shipping:
* type: boolean
* title: requires_shipping
* description: The inventory item's requires shipping.
*
*/