Pending Order
// Provide the customer's email address
string emailAddress = "[email protected]";
// Make the call by passing the model
BaseResponse<PendingOrderResponseModel> response = thirdPartyOrderOperations.GetPendingOrderRequest(emailAddress);Last updated