[create-pull-request] automated change (#6830)

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-03-26 18:29:00 +01:00
committed by GitHub
co-authored by olivermrbl
parent b5bc33a9d7
commit 2524a9dfb0
171 changed files with 1076 additions and 312 deletions
@@ -0,0 +1,61 @@
/**
* @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.
*
*/