Full documentation for this service is available at /documentation/orderservice.
Service for orders information.
The following operations are supported. For a formal definition, please review the Service Description.
- GetFreightLabelsGet freight labels by their order id. The freight labels are pdfs encoded as BASE64 strings. Will only return freight labels for the authorized user.
- GetOrdersGet one or more orders by their order id. Will only return orders for the authorized user.
- GetSellerOrdersReturns 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.
- SetSellerOrderAsPaidSets seller order as paid. The seller in this case is the user for which the call is made for.
- SetSellerOrderAsShippedSets seller order as shipped. The seller in this case is the user for which the call is made for.