So every time I make this call to the API, every order has a ShippingServiceSelected.ShippingServiceCost.value
Is always 0 for every order. I am guaranteed that every order had shipping bought through eBay because they are the items I sold. I am on Python and doing this through the eBaySDK module that can be found here: https://github.com/timotheus/ebaysdk-python
The call I am making to the API uses the arguments: CreatedTimeFrom
, CreatedTimeTo
, IncludeFinalValueFee: True
, and Pagination.EntriesPerPage: 100
Thank you in advance for helping.