Interface StoreGetProductsParams

interface StoreGetProductsParams {
    extended?: number | boolean;
    filters?: string | string[];
    merchant?: string;
    product_ids?: number | number[];
    section?: string;
    type?: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

extended?: number | boolean
filters?: string | string[]
merchant?: string
product_ids?: number | number[]
section?: string
type?: string

Generated using TypeDoc