Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is missing the following properties from type 'ShippingListOptions': page, page_size #5

Open
dawadam opened this issue Jan 4, 2021 · 1 comment

Comments

@dawadam
Copy link

dawadam commented Jan 4, 2021

Properties 'page' and 'page_size' are required by ShippingListOptions object (typeScript warning) but not necessary by lulu's api.
This exemple work fine :

        // list the print shipping options method
        // @ts-ignore
        ls.shippingOptions.list({ }).then((result) => {
            console.log('resulting shipping options', result);
        }).catch((err) => {
            console.log('error occurred', err);
        });
@ntegral
Copy link
Owner

ntegral commented Sep 15, 2021

Will add this thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants