03-21-2023 01:07 PM
Hello everyone,
For a few days I'm working with eBay REST API and to be specific -- using Fulfillment API (getOrders endpoint).
And for some reason, I don't know why for some orders the shippingStep.shipTo container comes as empty thus also the contactAddress is unavailable. Mine order fulfillment is not ebay supported, has shippingStep container and the fulfillmentInstructionsType is SHIP_TO. Reading the documentation above I see that only for FULFILLED_BY_EBAY type the shipTo container won't be visible.
So my question is, are there any more requirements need to be met to get shippingStep container filled but shippingStep.shipTo not? And how the hek is have to understand the phrase 'Occurence: Always' when you take a look at shipTo description in doc?