Searches for purchase orders with paging.Ask AIget https://example.com/episerverapi/commerce/orders/search/{start}/{maxCount}Path Paramsstartint32requiredStart record index.maxCountint32requiredMax number of records to return.Query ParamsOrderShipmentStatusstring | nullOrder shipment status to filter. Valid values: AwaitingInventory Cancelled InventoryAssigned OnHold Packing Released Shipped ShippingMethodIduuid | nullShipping method ID (GUID) to filter.ModifiedFromdate-time | nullModified from date to filter.Statusarray of strings | nullList of statuses to filter. Valid values: AwaitingExchange Cancelled Completed InProgress OnHold PartiallyShipped StatusADD stringHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsontext/plainAllowed:application/jsontext/jsontext/plainResponses 200Return the purchase orders. 401If user does not have enough permission for this request.Updated about 1 month ago