Type Alias CatalogItemSummary

CatalogItemSummary: {
    _links?: {
        self?: HateoasLink;
    };
    catalog_variant_id?: number;
    currency?: string;
    external_id?: string | null;
    id?: number;
    name?: string;
    price?: string;
    quantity?: number;
    retail_currency?: string;
    retail_price?: string;
    source?: CatalogItemSummary.source;
    type?: CatalogItemSummary.type;
}

Simplified information about the Catalog Item

Type declaration

  • Optional Readonly_links?: {
        self?: HateoasLink;
    }

    HATEOAS links

  • Optionalcatalog_variant_id?: number

    Catalog Variant ID associated with the Item

  • Optionalcurrency?: string

    The price currency

  • Optionalexternal_id?: string | null

    Item user specified external ID

  • Optional Readonlyid?: number

    Item ID

  • Optionalname?: string

    Item custom name

  • Optionalprice?: string

    The price Printful charges for the Item

  • Optionalquantity?: number

    Item quantity

  • Optionalretail_currency?: string

    The retail price currency

  • Optionalretail_price?: string

    Item retail price

  • Optionalsource?: CatalogItemSummary.source

    Item source

  • Optionaltype?: CatalogItemSummary.type

    The item type