Types > CustomerInventoryType
Storefront APITypesCustomerInventoryType
CustomerInventoryType

Values

ValueDescription
digital_good
gift_card

Used By

Types

StorefrontCustomerInventory

Preview (typescript)

type CustomerInventoryType =
| "digital_good"
| "gift_card"