Resolved! Retrieving all items without knowing their IDs
Currently, when retrieving orders into our system, we use the "sell/fulfillment/v1/order" endpoint. This endpoint provides us with information based on which we add order items and products associated with each order item into our system. To do this,...