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 > APIOrderItems
a list ofccpCustomerOrderItem
s which contain information for the order linesContent > customer
the customer record associated with the orderContent > order
the values relating to the order as a whole, including financial totals and order referencesContent > ShippingAddress
the shipping addressContent > APIOrderBillingAddress
the billing addressContent > CourierSelection
courier information relating to the orderContent > CourierServiceRule
the courier rule associated with the orderContent > CustomerOrderDispatches
details of dispatches recorded against the orderContent > CustomerOrderShipments
details of shipments recorded against the order
Tips and Recommendations when using this function
Pass in a single
OrderID
returned from any function that returns a list of CCP order IDs as theContent
for the function
Endpoints
All requests for this function need to go to the following endpoint:
LIVE: https://wcfccpservicesbase.cloudcommercepro.com/CCPApiOrderService.svc?wsdl