Types > OrderCustomItem
Commerce APITypesOrderCustomItem
OrderCustomItem

Description

Topic: Info

Fields

grams: Int!

The weight of the custom item in grams

Example: 200


height: Int!

Height of the custom item (in millimeters)

Example: 150


id: String!

Procedurally generated identifier for this custom item

Example: "ci_EQzGqWoY"


inventory_location: InventoryLocation

Inventory location to use as shipping origin for shipping rate calculations

Expandable

Permission bit: "inventory_locations.read"


length: Int!

Length of the custom item (in millimeters)

Example: 150


physical: Boolean!

Whether this item requires shipping or not


price: Int!

Price of the custom item (per single item)


tax_class: String!

Tax class of this item


taxable: Boolean!

Whether this item is taxable or not


title: String!

Custom item title


width: Int!

Width of the custom item (in millimeters)

Example: 150


Used By

Mutations

infoCustomItemCreate

Types

BuyLink, Order

Preview (typescript)

Loading module