docs: generate OAS for 2.11.2 (#13925)

This commit is contained in:
Shahed Nasser
2025-10-31 16:15:46 +02:00
committed by GitHub
parent 13d7d15be5
commit 604ff55a5b
403 changed files with 17473 additions and 5392 deletions
@@ -12,6 +12,7 @@
* - barcode
* - ean
* - upc
* - thumbnail
* - allow_backorder
* - manage_inventory
* - hs_code
@@ -142,6 +143,15 @@
* description: The variant's inventory items.
* items:
* $ref: "#/components/schemas/AdminProductVariantInventoryItemLink"
* images:
* type: array
* description: The variant's images.
* items:
* $ref: "#/components/schemas/AdminProductImage"
* thumbnail:
* type: string
* title: thumbnail
* description: The variant's thumbnail.
*
*/