Description

Product expandable fields

interface ProductExpandFields {
    category: null | UnexpandedObject | CategoryResponse;
    images: AttachmentResponse[] | UnexpandedObject[];
    locations: UnexpandedObject[] | LocationResponse[];
    organization: null | Organization | UnexpandedObject;
    variants: UnexpandedObject[] | ProductVariantResponse[];
}

Hierarchy (view full)

Properties

images: AttachmentResponse[] | UnexpandedObject[]
organization: null | Organization | UnexpandedObject

Generated using TypeDoc