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

  • Readonly_links: {
        self: HateoasLink;
    }

    HATEOAS links

  • catalog_variant_id: number

    Catalog Variant ID associated with the Item

  • currency: string

    The price currency

  • external_id: string | null

    Item user specified external ID

  • Readonlyid: number

    Item ID

  • Optionalname?: string

    Item custom name

  • price: string

    The price Printful charges for the Item

  • quantity: number

    Item quantity

  • retail_currency: string

    The retail price currency

  • retail_price: string

    Item retail price

  • source: CatalogItemSummary.source

    Item source

  • type: CatalogItemSummary.type

    The item type