WMS REST API to fetch orders
Summary:
We have different facilities like US2, US4, US5. We have different order types like Standard US and RMA ADVR US.
Our objective is to create a REST API that retrieves all orders from the facilities specified above, except RMA ADVR US orders shipping out of US5. This means that the API should still retrieve RMA ADVR US orders shipping out of US4, but not those shipping out of US5.
We are in the 24A.06a version.
We tried using the below API but couldn't achieve
https://****/enphaseenergy_test4/wms/lgfapi/v10/entity/order_hdr?cust_short_text_11__isnull=true&facility_id__code__in=US4,US5&status_id__description__in!=Loaded,Shipped,Cancelled&values_list=order_nbr,status_id__description,facility_id__code,cust_field_4
0