Types > OIOrderHistoryRestockLineItem
Commerce APITypesOIOrderHistoryRestockLineItem
OIOrderHistoryRestockLineItem

Description

Fields

dest_inventory_location_id: String!


fulfillment_index: Int!


inventory_location_id: String!


line_item_index: Int!


quantity: Int!


variant_id: String!


Used By

Types

OIOrderHistoryRestock

Preview (typescript)

interface OIOrderHistoryRestockLineItem {
dest_inventory_location_id: string
fulfillment_index: number
inventory_location_id: string
line_item_index: number
quantity: number
variant_id: string
}