Description

Product response

interface ProductResponse {
    additionalInformation: string;
    attributes?: ProductAttribute[];
    category: null | UnexpandedObject | CategoryResponse;
    customFields?: Record<string, unknown>;
    description: string;
    dimensions: string;
    features: NameValuePair[];
    geoCoordinatesField?: GeoCoordinatesField;
    id: string;
    images: AttachmentResponse[] | UnexpandedObject[];
    isPromoted?: boolean;
    locations: UnexpandedObject[] | LocationResponse[];
    name: string;
    organization: null | Organization | UnexpandedObject;
    publication: Partial<ProductPublication>;
    tags: string[];
    variantNote: string;
    variants: UnexpandedObject[] | ProductVariantResponse[];
}

Hierarchy (view full)

Properties

additionalInformation: string
attributes?: ProductAttribute[]
customFields?: Record<string, unknown>
description: string
dimensions: string
features: NameValuePair[]
geoCoordinatesField?: GeoCoordinatesField
id: string
images: AttachmentResponse[] | UnexpandedObject[]
isPromoted?: boolean
name: string
organization: null | Organization | UnexpandedObject
publication: Partial<ProductPublication>
tags: string[]
variantNote: string

Generated using TypeDoc