The getOrderDetailsById function can:-
get the details of an order for a given order ID
If successful it will return a generic response containing nodes relating to the context of a single order, useful values include:-
Content > APIOrderItemsa list ofccpCustomerOrderItems which contain information for the order linesContent > customerthe customer record associated with the orderContent > orderthe values relating to the order as a whole, including financial totals and order referencesContent > ShippingAddressthe shipping addressContent > APIOrderBillingAddressthe billing addressContent > CourierSelectioncourier information relating to the orderContent > CourierServiceRulethe courier rule associated with the orderContent > CustomerOrderDispatchesdetails of dispatches recorded against the orderContent > CustomerOrderShipmentsdetails of shipments recorded against the order
Tips and Recommendations when using this function
Pass in a single
OrderIDreturned from any function that returns a list of CCP order IDs as theContentfor the function
Endpoints
All requests for this function need to go to the following endpoint:
LIVE: https://wcfccpservicesbase.cloudcommercepro.com/CCPApiOrderService.svc?wsdl
