interface ProductReferences {
    category?: null | Category;
    categoryId: string;
    imageIds: string[];
    images?: null | AttachmentResponse[];
    locationIds: string[];
    locations?: null | Location;
    organization?: null | UnexpandedObject | Organization;
    organizationId: string;
    variants?: null | ProductVariantResponse[];
}

Hierarchy (view full)

Implemented by

Properties

category?: null | Category
categoryId: string
imageIds: string[]
images?: null | AttachmentResponse[]
locationIds: string[]
locations?: null | Location
organization?: null | UnexpandedObject | Organization
organizationId: string
variants?: null | ProductVariantResponse[]

Generated using TypeDoc