Pennylane API Client
    Preparing search index...

    Variable GetProductsResponseSchemaConst

    GetProductsResponseSchema: Struct<
        {
            has_more: typeof Boolean$;
            items: Array$<
                Struct<
                    {
                        archived_at: NullOr<typeof String$>;
                        created_at: typeof String$;
                        currency: typeof String$;
                        description: typeof String$;
                        external_reference: typeof String$;
                        id: typeof Number$;
                        label: typeof String$;
                        ledger_account: NullOr<Struct<{ id: typeof Number$ }>>;
                        price: typeof String$;
                        price_before_tax: typeof String$;
                        reference: NullOr<typeof String$>;
                        unit: typeof String$;
                        updated_at: typeof String$;
                        vat_rate: typeof String$;
                    },
                >,
            >;
            next_cursor: optional<Union<[typeof String$, typeof Null]>>;
        },
    > = ...

    Response schema for listing products.