I am attempting to create orders and add line items to the newly created orders by using the v3 REST API. This will not be part of an application, but merely to populate data for testing purposes so I am using a simple REST client to issue the POST.
I receive a success message in response to the POST. It includes the generated ID for the order (or line item). I am able to request the specific order by ID. However, the order does not get returned when requesting all orders. It also does not show up in my orders view via my online portal for the merchant account. I have tried creating the orders with testMode set to true and false, but the results are the same in both cases. How can I create orders via the v3 API that will be returned in all scenarios?