-
Notifications
You must be signed in to change notification settings - Fork 77
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
I have a question and an improvement. #6
Comments
my question would be how to use, /wp-json/wc/v2/products/batch to send the list of products at once because over 1000 data gets very very slow |
arrumei um jeito rsrs `
for(){ verifica se tem ou adiciona um novo com atributos listaProdutosAuxiliarCriacao.add(setNovoProdutoWecommerc(produtoErp, integracao));
|
Hi @guilherme-oliveria the library currently doesn't support batch operations, but I would be glad to accept a pull request that adds this possibility. Thank you. |
the search for more than 100 products and more news, for an api brings only 100 in 100 data.
this way it becomes more viable.
class WoocommercApi:
`
@OverRide
@SuppressWarnings("all")
public List getAll(String endpointBase) {
Integer OAUTH_PAGE = 1;
String privado = "private" , publico="publish",
concluido="completed",pendente="pending", cancelado="cancelled",aguardando ="on-hold"
AND
CLASS OauthSignature:
Here I look for order and PRODUCTS
I accept improvements on the lists to be searched
The text was updated successfully, but these errors were encountered: