You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I've tried for hours to get a simple filtered result with php Client $params = [ 'filter[pa_writer]' => 'stephen king' ]; $response = $this->client->get('products', $params);
can you give me a little example of a request filtered by attribute or other fields.
in the woocommerce-rest-api-docs i've found this table
but nothing work in the client only the example of listing All products.
thank you
have an epic day! =D
The text was updated successfully, but these errors were encountered:
Hi I've tried for hours to get a simple filtered result with php Client
$params = [ 'filter[pa_writer]' => 'stephen king' ]; $response = $this->client->get('products', $params);
can you give me a little example of a request filtered by attribute or other fields.
in the woocommerce-rest-api-docs i've found this table
but nothing work in the client only the example of listing All products.
thank you
have an epic day! =D
The text was updated successfully, but these errors were encountered: