ProductPrice: { _id: string; membershipOffers?: MembershipOffer[]; variantOptionIds?: string[]; locationId: string; product?: string; userId?: string; name: string; type: PriceType; currency: string; amount: number; recurring?: RecurringData; createdAt?: string; updatedAt?: string; compareAtPrice?: number; trackInventory?: boolean; availableQuantity?: number; allowOutOfStockPurchases?: boolean;} Type declaration
_id: string
OptionalvariantOptionIds?: string[]
locationId: string
Optionalproduct?: string
OptionaluserId?: string
name: string
currency: string
amount: number
OptionalcreatedAt?: string
OptionalupdatedAt?: string
OptionalcompareAtPrice?: number
OptionaltrackInventory?: boolean
OptionalavailableQuantity?: number
OptionalallowOutOfStockPurchases?: boolean