Service for orders information.
The following operations are supported. For a formal definition, please review the Service Description.
-
GetOrders
Get one or more orders by their order id. Will only return orders for the authorized user.
-
GetSellerOrders
Returns all orders that have taken place within the specified constraints. The seller in this case is the user for which the call is made for.
Parameters- request, Holds request information for this call, see GetSellerOrdersRequest for detailed information.
-
SetSellerOrderAsPaid
Sets seller order as paid. The seller in this case is the user for which the call is made for.
Parameters- request, The orderId of the order that is processed.
ReturnsThe orderId of the order that has been marked as paid.
-
SetSellerOrderAsShipped
Sets seller order as shipped. The seller in this case is the user for which the call is made for.
Parameters- request, The orderId of the order that is processed.
ReturnsThe orderId of the order that has been marked as shipped.