ProductDto: { locationId: string; name: string; description?: string; productType: ProductType; image?: string; statementDescriptor?: string; availableInStore?: boolean; medias?: ProductMedia[]; variants: ProductVariant[];} Type declaration
locationId: string
name: string
Optional
description?: string
Optional
image?: string
Optional
statementDescriptor?: string
Optional
availableInStore?: boolean