-
Notifications
You must be signed in to change notification settings - Fork 61
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
sales_order.search() says invalid api path when used for magento 1.9 #26
Comments
Hello, I tested here, the same problem. -> Solution get all
|
but in client.order.list() -> *pagination *doesn't seem to work.
…On Fri, 26 Mar 2021 at 02:17, Gabriel S santos ***@***.***> wrote:
Hello,
I tested here, the same problem.
-> Solution get all
client.order.list()
And use your self a filter
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQK665N2AHGT2DYJ2FFPSWTTFOOPNANCNFSM4ZODA3LQ>
.
|
pagination is not supported in sales_order.list() API |
Hi, i tested this here. It's OK! |
i dont have products but i have 100 orders and i want it to display 25 orders per page |
*pagination *doesn't seem to work. * is your error ? |
yes, please help me how can i apply pagination in order.list() or in any api? |
show me your code |
sales_order.search() says invalid api path and there's nothing like pagination in sales_order.list() api |
Maybe client.order.search() have a error; Use the client.order.list() |
please tel me how to use client.order.list() for pagination |
Raj, i found a error. "invalid api" http://devdocs.mageshop.com.br/devdocs.magento.com/guides/m1x/api/soap/sales/sales.html |
Expected Behavior
client.order.search() -> should give the function takes5 arguments but one provided
Actual Behavior
client.order.search() -> says invalid api path
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: