Types > OICustomItem
Commerce APITypesOICustomItem
OICustomItem

Description

Fields

grams: Int


height: Int


inventory_location_id: String


length: Int


physical: Boolean


price: Int


tax_class: String


taxable: Boolean


title: String!


width: Int


Used By

Types

OIOrder

Preview (typescript)

interface OICustomItem {
grams?: number
height?: number
inventory_location_id?: string
length?: number
physical?: boolean
price?: number
tax_class?: string
taxable?: boolean
title: string
width?: number
}