|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.sdk.ApiCall
com.ebay.sdk.call.AddOrderCall
public class AddOrderCall
Wrapper class of the AddOrder call of eBay SOAP API.
Title: SOAP API wrapper library.
Description: Contains wrapper classes for eBay SOAP APIs.
Copyright: Copyright (c) 2009
Company: eBay Inc.
Order
- The root container of the AddOrder request. In this call, the seller identifies two or more unpaid order line items from the same buyer through the TransactionArray container, specifies one or more accepted payment methods through the PaymentMethods field(s), and specifies available shipping services and other shipping details through the ShippingDetails container.
ReturnedOrderID
- The unique identifier of the successfully-created 'Combined Invoice' order. This value is only created and returned if the AddOrder call is successful in creating the new order.
1113
. During the transition period and even after, the new and old OrderID formats will still be supported/accepted in all Trading API call request payloads. After the transition period (which will be announced), only the new OrderID format will be returned in all Trading API call response payloads, regardless of the Trading WSDL version used or specified compatibility level.
ReturnedCreatedTime
- Timestamp that indicates the date and time that the 'Combined Invoice' order was created.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
AddOrderCall()
Constructor. |
|
AddOrderCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
AddOrderResponseType |
addOrder()
The AddOrder call can be used by a seller to combine two or more unpaid, single line item orders from the same buyer into one 'Combined Invoice' order with multiple line items. |
OrderType |
getOrder()
Gets the AddOrderRequestType.order. |
java.util.Calendar |
getReturnedCreatedTime()
Valid after executing the API. |
java.lang.String |
getReturnedOrderID()
Valid after executing the API. |
void |
setOrder(OrderType order)
Sets the AddOrderRequestType.order. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddOrderCall()
public AddOrderCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public AddOrderResponseType addOrder() throws ApiException, SdkException, java.lang.Exception
ApiException
SdkException
java.lang.Exception
public OrderType getOrder()
public void setOrder(OrderType order)
order
- OrderTypepublic java.util.Calendar getReturnedCreatedTime()
public java.lang.String getReturnedOrderID()
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.