docs: generate OAS for 2.11.2 (#13925)
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
type: object
|
||||
description: An item to fulfill.
|
||||
required:
|
||||
- title
|
||||
- sku
|
||||
- quantity
|
||||
- barcode
|
||||
properties:
|
||||
title:
|
||||
type: string
|
||||
title: title
|
||||
description: The item's title.
|
||||
sku:
|
||||
type: string
|
||||
title: sku
|
||||
description: The item's SKU.
|
||||
quantity:
|
||||
type: number
|
||||
title: quantity
|
||||
description: The quantity to fulfill of the item.
|
||||
barcode:
|
||||
type: string
|
||||
title: barcode
|
||||
description: The item's barcode.
|
||||
line_item_id:
|
||||
type: string
|
||||
title: line_item_id
|
||||
description: The ID of the associated line item.
|
||||
inventory_item_id:
|
||||
type: string
|
||||
title: inventory_item_id
|
||||
description: The ID of the inventory item associated with the underlying variant.
|
||||
x-schemaName: AdminCreateFulfillmentItem
|
||||
Reference in New Issue
Block a user