OroCommerce Forums

Covering OroCommerce topics, including community updates and company announcements.

Forums Forums OroCommerce Unable to get order by "Internal Status", "Payment Method" and "Payment Status"

This topic contains 1 reply, has 2 voices, and was last updated by  ibratsilo 5 years, 10 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #33046

    Hi Friends,
    I am using the following Sandbox account “http://orocommerce.insync.local/app.php/admin/api/doc/rest_json_api#get–admin-api-orders-{id}” and trying to get order according to the status “Internal Status”, “Payment Method” and “Payment Status” by using “include” and “meta” according to the api documentation.
    But, I was unable to get it. I am using the following filter:
    1. /app.php/admin/api/orders?include=InternalStatus&meta=InternalStatus&page[number]=1&page[size]=10&sort=id

    Expected Result:
    Internal Status: open or cancelled or shipped or closed
    Output:
    “meta”: {
    “InternalStatus”: {
    “__initializer__”: {},
    “__cloner__”: {},
    “__isInitialized__”: false
    }
    },
    As, I am middle of my project, it is very important. Please suggest.

    Thanks
    Avijit

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The forum ‘OroCommerce’ is closed to new topics and replies.

Back to top