AddOrder API using in sandbox but order was not created and orderId not genrated
When we create test Addorder in sandbox then response shows success but order is not placed and order number is also not visible in response.
this request are used
<?xml version="1.0" encoding="utf-8"?>
apis:eBLBaseComponents">
<RequesterCredentials>
<eBayAuthToken>Token</eBayAuthToken>
</RequesterCredentials>
<ErrorLanguage>en_US</ErrorLanguage>
<WarningLevel>High</WarningLevel>
<Order>
<CreatingUserRole>Seller</CreatingUserRole>
<PaymentMethods>PayPal</PaymentMethods>
<Total currencyID="USD">36.00</Total>
<TransactionArray>
<Transaction>
<Item>
<!-- Enter the ItemID for which the Order needs to be combined-->
<ItemID>110554430107</ItemID>
</Item>
<!-- Enter the TransactionID associated with the item above-->
<TransactionID>0</TransactionID>
</Transaction>
<Transaction>
<Item>
<!-- Enter the ItemID for which the Order needs to be combined-->
<ItemID>110554429780</ItemID>
</Item>
<!-- Enter the TransactionID associated with the above Item-->
<TransactionID>0</TransactionID>
</Transaction>
</TransactionArray>
</Order>
</AddOrderRequest>
then get this response
<?xml version="1.0" encoding="UTF-8"?>
<AddOrderResponse
xmlns="urn
apis:eBLBaseComponents">
<Timestamp>2023-11-29T10:44:28.587Z</Timestamp>
<Ack>Success</Ack>
<Version>1289</Version>
<Build>E1289_CORE_APIXO_19220561_R1</Build>
<HardExpirationWarning>2023-11-29 18:46:05</HardExpirationWarning>
</AddOrderResponse>
i get this response order id is missing