Skip to content

Using query parameters with requests #112

@julien-MD

Description

@julien-MD

Hi,

I had an issue where orders created were too big for the Woocommerce server to be able to build a response, the query ending in a server timeout.
I asked Woocommerce if it was possible to request the REST API to not send back the whole order data, as I send it in the first place and do not need it. They replied that I could use the query parameters in order to achieve that (see here).

It appears that this library does not allow this possibility (or I didn't find out how it is possible to do it), so I had to edit files for myself.

Is it possible to add this feature in a future release?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions