Shipping Information Is Not Available On Sandbox
Hello,
In the sandbox environment, when we send a request for sell/fulfillment/v1, the address information is empty, but we can get the address information with the GetItemTransactionRequest XML request. Below, I am sharing both the response for the rest api and the response from GetItemTransactionRequest. Is the reason why this is empty related to the sandbox or do we have to use GetItemTransactionRequest in order to get the address information?
{ "orderId": "02-00000-24055", "legacyOrderId": "110555867802-29067927001", "creationDate": "2024-11-28T08:42:58.000Z", "lastModifiedDate": "2024-11-28T08:42:58.000Z", "orderFulfillmentStatus": "NOT_STARTED", "orderPaymentStatus": "PENDING", "sellerId": "testuser_yengec", "buyer": { "username": "testuser_yengec_seller", "taxAddress": {}, "buyerRegistrationAddress": { "fullName": "yengec co", "contactAddress": { "addressLine1": "addressLine1", "city": "Seattle", "stateOrProvince": "WA", "postalCode": "98102", "countryCode": "US" }, "primaryPhone": { "phoneNumber": "0000000000" }, "email": "seller@yengec.co" } }, "pricingSummary": { "priceSubtotal": { "value": "0.99", "currency": "USD" }, "deliveryCost": { "value": "68.15", "currency": "USD" }, "total": { "value": "69.14", "currency": "USD" } }, "cancelStatus": { "cancelState": "NONE_REQUESTED", "cancelRequests": [] }, "paymentSummary": { "totalDueSeller": { "value": "69.14", "currency": "USD" }, "refunds": [], "payments": [ { "paymentMethod": "EBAY", "paymentReferenceId": "420004_S", "amount": { "value": "69.14", "currency": "USD" }, "paymentStatus": "PENDING" } ] }, "fulfillmentStartInstructions": [ { "fulfillmentInstructionsType": "SHIP_TO", "ebaySupportedFulfillment": false, "shippingStep": { "shipTo": { "contactAddress": {}, "primaryPhone": {}, "email": "seller@yengec.co" }, "shippingCarrierCode": "USPS", "shippingServiceCode": "USPSPriorityMailInternational" } } ], "fulfillmentHrefs": [], "lineItems": [ { "lineItemId": "10000002013010", "legacyItemId": "110555867802", "sku": "test-sku1", "title": "test ürün 2", "lineItemCost": { "value": "0.99", "currency": "USD" }, "quantity": 1, "soldFormat": "FIXED_PRICE", "listingMarketplaceId": "EBAY_US", "purchaseMarketplaceId": "EBAY_US", "lineItemFulfillmentStatus": "NOT_STARTED", "total": { "value": "69.14", "currency": "USD" }, "deliveryCost": { "shippingCost": { "value": "68.15", "currency": "USD" } }, "appliedPromotions": [], "taxes": [], "properties": { "buyerProtection": true }, "lineItemFulfillmentInstructions": { "guaranteedDelivery": false }, "itemLocation": { "location": "Campbell, California", "countryCode": "US", "postalCode": "95008" } } ], "totalFeeBasisAmount": { "value": "69.14", "currency": "USD" } }
XML Payload (Only Address Added)
<BuyerInfo>
<ShippingAddress>
<Name>John Doe</Name>
<Street1>SAYGILI SOK</Street1>
<CityName>ESKIŞEHIR</CityName>
<StateOrProvince>ODUNPAZARI</StateOrProvince>
<Country>TR</Country>
<CountryName>Turkey</CountryName>
<Phone>05300000000</Phone>
<PostalCode>26100</PostalCode>
<AddressID>10000000000465</AddressID>
<AddressOwner>eBay</AddressOwner>
<AddressUsage>DefaultShipping</AddressUsage>
</ShippingAddress>
</BuyerInfo>