Home > widget-integration > PreOrderProductQueryParams
PreOrderProductQueryParams type
Signature:
export type PreOrderProductQueryParams = {
product_id: string | number;
shop: string;
country: string;
customer_id?: string;
locale?: string;
};