34 lines
752 B
YAML
34 lines
752 B
YAML
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
|